Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_BREAK (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_predicated_break.cpp69 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
124 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
Dtest_eu_compact.c72 brw_inst_opcode(devinfo, inst) != BRW_OPCODE_BREAK && in clear_pad_bits()
102 brw_inst_opcode(devinfo, src) != BRW_OPCODE_BREAK && in skip_bit()
Dbrw_cfg.cpp100 op == BRW_OPCODE_BREAK || in ends_block()
286 case BRW_OPCODE_BREAK: in cfg_t()
Dbrw_cfg.h171 op == BRW_OPCODE_BREAK || in bblock_ends_with_control_flow()
Dbrw_disasm.c43 opcode == BRW_OPCODE_BREAK || in has_jip()
56 opcode == BRW_OPCODE_BREAK || in has_uip()
1313 } else if (devinfo->gen < 6 && (opcode == BRW_OPCODE_BREAK || in brw_disassemble_inst()
Dgen6_gs_visitor.cpp384 inst = emit(BRW_OPCODE_BREAK); in emit_thread_end()
Dbrw_eu.c546 [BRW_OPCODE_BREAK] = {
Dbrw_shader.cpp819 case BRW_OPCODE_BREAK: in is_control_flow()
Dbrw_eu_emit.c1667 insn = next_insn(p, BRW_OPCODE_BREAK); in brw_BREAK()
1800 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_BREAK && in brw_patch_break_cont()
2767 case BRW_OPCODE_BREAK: in brw_set_uip_jip()
Dbrw_eu_compact.c1480 case BRW_OPCODE_BREAK: in brw_compact_instructions()
Dbrw_defines.h886 BRW_OPCODE_BREAK = 40, enumerator
Dbrw_fs_generator.cpp1782 case BRW_OPCODE_BREAK: in generate_code()
Dbrw_vec4_generator.cpp1704 case BRW_OPCODE_BREAK: in generate_code()
Dbrw_vec4_nir.cpp2112 emit(BRW_OPCODE_BREAK); in nir_emit_jump()
Dbrw_fs_nir.cpp4513 bld.emit(BRW_OPCODE_BREAK); in nir_emit_jump()