Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Di965_lex.l104 nenop { yylval.integer = BRW_OPCODE_NENOP; return NENOP; }
/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h281 BRW_OPCODE_NENOP, /**< G45 only */ enumerator
Dbrw_eu.cpp695 { BRW_OPCODE_NENOP, 125, "nenop", 0, 0, GEN45 },
Dbrw_disasm.c1744 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) { in brw_disassemble_inst()
2123 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) { in brw_disassemble_inst()
Dbrw_eu_compact.c2324 devinfo, align, brw_opcode_encode(devinfo, BRW_OPCODE_NENOP)); in brw_compact_instructions()