mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +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:
parent
7902f2c08c
commit
042e9353e9
@ -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" */
|
||||
|
2549
assembler/brw_eu_emit.c
Normal file
2549
assembler/brw_eu_emit.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user