Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_WHILE (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_reg_allocate.cpp298 if (block->end()->opcode == BRW_OPCODE_WHILE) in count_to_loop_end()
310 if (block->end()->opcode == BRW_OPCODE_WHILE) { in count_to_loop_end()
342 case BRW_OPCODE_WHILE: in calculate_payload_ranges()
838 case BRW_OPCODE_WHILE: in choose_spill_reg()
Dbrw_predicated_break.cpp125 while_inst->opcode == BRW_OPCODE_WHILE && in opt_predicated_break()
Dbrw_cfg.cpp101 op == BRW_OPCODE_WHILE; in ends_block()
299 case BRW_OPCODE_WHILE: in cfg_t()
Dbrw_cfg.h170 op == BRW_OPCODE_WHILE || in bblock_ends_with_control_flow()
Dbrw_ir_vec4.h331 opcode != BRW_OPCODE_WHILE)); in writes_flag()
Dbrw_vec4_copy_propagation.cpp61 inst->opcode != BRW_OPCODE_WHILE && in is_dominated_by_previous_instruction()
Dbrw_eu_compact.c1310 brw_inst_opcode(devinfo, insn) == BRW_OPCODE_WHILE || in update_uip_jip()
1495 case BRW_OPCODE_WHILE: in brw_compact_instructions()
Dbrw_vec4_reg_allocate.cpp478 case BRW_OPCODE_WHILE: in evaluate_spill_costs()
Dgen6_gs_visitor.cpp447 emit(BRW_OPCODE_WHILE); in emit_thread_end()
Dbrw_disasm.c42 opcode == BRW_OPCODE_WHILE || in has_jip()
1282 opcode != BRW_OPCODE_WHILE))) { in brw_disassemble_inst()
Dbrw_eu.c543 [BRW_OPCODE_WHILE] = {
Dbrw_eu_emit.c1818 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
1850 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
2699 case BRW_OPCODE_WHILE: in brw_find_next_block_end()
2737 if (brw_inst_opcode(devinfo, insn) == BRW_OPCODE_WHILE) { in brw_find_loop_end()
Dbrw_shader.cpp815 case BRW_OPCODE_WHILE: in is_control_flow()
Dbrw_fs.cpp890 opcode != BRW_OPCODE_WHILE)) || in flags_written()
2541 inst->opcode == BRW_OPCODE_WHILE) { in opt_register_renaming()
2851 case BRW_OPCODE_WHILE: in eliminate_find_live_channel()
5199 inst->opcode != BRW_OPCODE_WHILE))) { in dump_instruction()
6792 set_predicate(BRW_PREDICATE_NORMAL, bld.emit(BRW_OPCODE_WHILE)); in brw_fs_test_dispatch_packing()
Dbrw_vec4.cpp1373 case BRW_OPCODE_WHILE: in eliminate_find_live_channel()
1495 inst->opcode != BRW_OPCODE_WHILE))) { in dump_instruction()
Dbrw_schedule_instructions.cpp1677 if (block->end()->opcode == BRW_OPCODE_WHILE) in get_cycle_count()
Dbrw_defines.h885 BRW_OPCODE_WHILE = 39, enumerator
Dbrw_fs_generator.cpp1789 case BRW_OPCODE_WHILE: in generate_code()
Dbrw_vec4_generator.cpp1713 case BRW_OPCODE_WHILE: in generate_code()
Dbrw_fs_nir.cpp321 bld.emit(BRW_OPCODE_WHILE); in nir_emit_loop()
3257 bld.emit(BRW_OPCODE_WHILE)); in nir_emit_fs_intrinsic()
Dbrw_vec4_nir.cpp208 emit(BRW_OPCODE_WHILE); in nir_emit_loop()