Searched refs:BRW_OPCODE_NOP (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_dead_code_eliminate.cpp121 inst->opcode = BRW_OPCODE_NOP;
136 inst->opcode = BRW_OPCODE_NOP;
158 if (inst->opcode == BRW_OPCODE_NOP) {
H A Dbrw_fs_dead_code_eliminate.cpp105 inst->opcode = BRW_OPCODE_NOP;
121 if (inst->opcode == BRW_OPCODE_NOP) {
H A Dbrw_fs_register_coalesce.cpp172 inst->opcode = BRW_OPCODE_NOP;
246 mov[i]->opcode = BRW_OPCODE_NOP;
286 if (inst->opcode == BRW_OPCODE_NOP) {
H A Dbrw_eu_defines.h286 BRW_OPCODE_NOP = 126, enumerator in enum:opcode
H A Dbrw_shader.cpp167 case BRW_OPCODE_ILLEGAL ... BRW_OPCODE_NOP:
1027 ((opcode >= BRW_OPCODE_ADD && opcode < BRW_OPCODE_NOP) ||
H A Dbrw_eu.c676 [BRW_OPCODE_NOP] = {
H A Dbrw_disasm.c1632 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) {
2003 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) {
H A Dbrw_eu_compact.c1699 brw_compact_inst_set_opcode(devinfo, align, BRW_OPCODE_NOP);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_dead_code_eliminate.cpp120 inst->opcode = BRW_OPCODE_NOP;
135 inst->opcode = BRW_OPCODE_NOP;
157 if (inst->opcode == BRW_OPCODE_NOP) {
H A Dbrw_fs_dead_code_eliminate.cpp108 inst->opcode = BRW_OPCODE_NOP;
124 if (inst->opcode == BRW_OPCODE_NOP) {
H A Dbrw_fs_register_coalesce.cpp208 inst->opcode = BRW_OPCODE_NOP;
284 mov[i]->opcode = BRW_OPCODE_NOP;
332 if (inst->opcode == BRW_OPCODE_NOP) {
H A Dbrw_eu.cpp699 { BRW_OPCODE_NOP, 126, "nop", 0, 0, GFX_LT(GFX12) },
700 { BRW_OPCODE_NOP, 96, "nop", 0, 0, GFX_GE(GFX12) }
H A Dbrw_eu_defines.h285 BRW_OPCODE_NOP, enumerator in enum:opcode
H A Dbrw_shader.cpp1099 ((opcode >= BRW_OPCODE_ADD && opcode < BRW_OPCODE_NOP) ||
H A Dbrw_disasm.c1941 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) {
2434 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) {
H A Dbrw_ir_performance.cpp328 case BRW_OPCODE_NOP:
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_disasm.c73 [BRW_OPCODE_NOP] = { .name = "nop", .nsrc = 0, .ndst = 0 },
872 if (inst->header.opcode != BRW_OPCODE_NOP) {
1068 if (inst->header.opcode != BRW_OPCODE_NOP) {
H A Dbrw_eu.h205 BRW_OPCODE_NOP = 126, enumerator in enum:opcode
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_disasm.c73 [BRW_OPCODE_NOP] = { .name = "nop", .nsrc = 0, .ndst = 0 },
872 if (inst->header.opcode != BRW_OPCODE_NOP) {
1068 if (inst->header.opcode != BRW_OPCODE_NOP) {
H A Dbrw_eu.h205 BRW_OPCODE_NOP = 126, enumerator in enum:opcode
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_defines.h612 #define BRW_OPCODE_NOP 126 macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_defines.h612 #define BRW_OPCODE_NOP 126 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_defines.h612 #define BRW_OPCODE_NOP 126 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_defines.h612 #define BRW_OPCODE_NOP 126 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_defines.h605 #define BRW_OPCODE_NOP 126 macro

Completed in 48 milliseconds

12