Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_NENOP (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Di965_lex.l105 nenop { yylval.integer = BRW_OPCODE_NENOP; return NENOP; }
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h261 BRW_OPCODE_NENOP, /**< G45 only */ enumerator
Dbrw_eu.c703 { BRW_OPCODE_NENOP, 125, "nenop", 0, 0, GFX45 },
Dbrw_disasm.c1955 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) { in brw_disassemble_inst()
2452 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) { in brw_disassemble_inst()
Dbrw_eu_compact.c2542 devinfo, align, brw_opcode_encode(p->isa, BRW_OPCODE_NENOP)); in brw_compact_instructions()