Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h221 BRW_OPCODE_IFF = 35, /**< Pre-Gen6 */ /* Reused */ enumerator
Dbrw_fs_reg_allocate.cpp842 case BRW_OPCODE_IFF: in choose_spill_reg()
Dbrw_eu_compact.c1586 case BRW_OPCODE_IFF: in brw_compact_instructions()
Dbrw_disasm.c1544 opcode == BRW_OPCODE_IFF || in brw_disassemble_inst()
Dbrw_eu_emit.c1424 brw_inst_set_opcode(devinfo, if_inst, BRW_OPCODE_IFF); in patch_IF_ELSE()