Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_ELSE (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.cpp121 case BRW_OPCODE_ELSE: in fs_cfg()
Dbrw_vec4_copy_propagation.cpp56 inst->opcode != BRW_OPCODE_ELSE && in is_dominated_by_previous_instruction()
Dbrw_fs_schedule_instructions.cpp516 inst->opcode == BRW_OPCODE_ELSE || in schedule_instructions()
Dbrw_eu_emit.c1164 assert(else_inst == NULL || else_inst->header.opcode == BRW_OPCODE_ELSE); in convert_IF_ELSE_to_ADD()
1219 assert(else_inst == NULL || else_inst->header.opcode == BRW_OPCODE_ELSE); in patch_IF_ELSE()
1287 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1350 if (tmp->header.opcode == BRW_OPCODE_ELSE) { in brw_ENDIF()
2487 case BRW_OPCODE_ELSE: in brw_find_next_block_end()
Dbrw_fs.cpp1294 scan_inst->opcode == BRW_OPCODE_ELSE || in propagate_constants()
1775 scan_inst->opcode == BRW_OPCODE_ELSE || in compute_to_mrf()
1866 case BRW_OPCODE_ELSE: in remove_duplicate_mrf_writes()
Dbrw_disasm.c82 [BRW_OPCODE_ELSE] = { .name = "else", .nsrc = 2, .ndst = 0 },
1120 inst->header.opcode == BRW_OPCODE_ELSE || in brw_disasm()
Dbrw_vec4.cpp801 scan_inst->opcode == BRW_OPCODE_ELSE || in opt_compute_to_mrf()
Dbrw_defines.h608 BRW_OPCODE_ELSE = 36, enumerator
Dbrw_optimize.c76 [BRW_OPCODE_ELSE] = { .name = "else", .nsrc = 2, .ndst = 0 },
Dbrw_vec4_emit.cpp969 case BRW_OPCODE_ELSE: in generate_code()
Dbrw_fs_emit.cpp891 case BRW_OPCODE_ELSE: in generate_code()
Dbrw_fs_visitor.cpp1692 emit(BRW_OPCODE_ELSE); in visit()
Dbrw_vec4_visitor.cpp2092 emit(BRW_OPCODE_ELSE); in visit()