Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h278 BRW_OPCODE_NENOP = 125, /**< G45 only */ enumerator
Dbrw_eu.c646 [BRW_OPCODE_NENOP] = {
Dbrw_disasm.c1513 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) { in brw_disassemble_inst()
1826 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) { in brw_disassemble_inst()
Dbrw_eu_compact.c1539 brw_compact_inst_set_opcode(devinfo, align, BRW_OPCODE_NENOP); in brw_compact_instructions()