mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
assembler: Import brw_eu_emit.c
Finally importing the meaty brw_eu_emit.c code that emit instructions. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
@@ -13,6 +13,7 @@ libbrw_la_SOURCES = \
|
||||
brw_eu.h \
|
||||
brw_eu.c \
|
||||
brw_eu_compact.c \
|
||||
brw_eu_emit.c \
|
||||
brw_reg.h \
|
||||
brw_structs.h \
|
||||
ralloc.c \
|
||||
|
||||
@@ -58,6 +58,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
|
||||
#define Elements(x) ARRAY_SIZE(x)
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* end of extern "C" */
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user