Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.cpp191 case BRW_OPCODE_WHILE: in fs_cfg()
Dbrw_vec4.cpp291 } else if (inst->opcode == BRW_OPCODE_WHILE) { in calculate_live_intervals()
800 scan_inst->opcode == BRW_OPCODE_WHILE || in opt_compute_to_mrf()
Dbrw_vec4_copy_propagation.cpp55 inst->opcode != BRW_OPCODE_WHILE && in is_dominated_by_previous_instruction()
Dbrw_vec4_reg_allocate.cpp284 case BRW_OPCODE_WHILE: in evaluate_spill_costs()
Dbrw_fs.cpp1293 scan_inst->opcode == BRW_OPCODE_WHILE || in propagate_constants()
1568 case BRW_OPCODE_WHILE: in register_coalesce()
1774 scan_inst->opcode == BRW_OPCODE_WHILE || in compute_to_mrf()
1864 case BRW_OPCODE_WHILE: in remove_duplicate_mrf_writes()
Dbrw_fs_reg_allocate.cpp348 case BRW_OPCODE_WHILE: in choose_spill_reg()
Dbrw_eu_emit.c1531 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
1541 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
1560 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
2488 case BRW_OPCODE_WHILE: in brw_find_next_block_end()
2510 if (insn->header.opcode == BRW_OPCODE_WHILE) { in brw_find_loop_end()
Dbrw_fs_schedule_instructions.cpp519 inst->opcode == BRW_OPCODE_WHILE || in schedule_instructions()
Dbrw_disasm.c81 [BRW_OPCODE_WHILE] = { .name = "while", .nsrc = 2, .ndst = 0 },
1122 inst->header.opcode == BRW_OPCODE_WHILE)) { in brw_disasm()
Dbrw_defines.h611 BRW_OPCODE_WHILE = 39, enumerator
Dbrw_optimize.c75 [BRW_OPCODE_WHILE] = { .name = "while", .nsrc = 2, .ndst = 0 },
Dbrw_vec4_emit.cpp993 case BRW_OPCODE_WHILE: in generate_code()
Dbrw_fs_emit.cpp915 case BRW_OPCODE_WHILE: in generate_code()
Dbrw_fs_visitor.cpp1755 emit(BRW_OPCODE_WHILE); in visit()
Dbrw_vec4_visitor.cpp926 emit(BRW_OPCODE_WHILE); in visit()