Searched refs:BRW_OPCODE_NENOP (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 104 nenop { yylval.integer = BRW_OPCODE_NENOP; return NENOP; }
|
/external/mesa3d/src/intel/compiler/ |
D | brw_eu_defines.h | 281 BRW_OPCODE_NENOP, /**< G45 only */ enumerator
|
D | brw_eu.cpp | 695 { BRW_OPCODE_NENOP, 125, "nenop", 0, 0, GEN45 },
|
D | brw_disasm.c | 1744 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()
|
D | brw_eu_compact.c | 2324 devinfo, align, brw_opcode_encode(devinfo, BRW_OPCODE_NENOP)); in brw_compact_instructions()
|