Searched refs:BRW_OPCODE_WHILE (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_cfg.cpp | 191 case BRW_OPCODE_WHILE: in fs_cfg()
|
D | brw_vec4.cpp | 291 } else if (inst->opcode == BRW_OPCODE_WHILE) { in calculate_live_intervals() 800 scan_inst->opcode == BRW_OPCODE_WHILE || in opt_compute_to_mrf()
|
D | brw_vec4_copy_propagation.cpp | 55 inst->opcode != BRW_OPCODE_WHILE && in is_dominated_by_previous_instruction()
|
D | brw_vec4_reg_allocate.cpp | 284 case BRW_OPCODE_WHILE: in evaluate_spill_costs()
|
D | brw_fs.cpp | 1293 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()
|
D | brw_fs_reg_allocate.cpp | 348 case BRW_OPCODE_WHILE: in choose_spill_reg()
|
D | brw_eu_emit.c | 1531 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()
|
D | brw_fs_schedule_instructions.cpp | 519 inst->opcode == BRW_OPCODE_WHILE || in schedule_instructions()
|
D | brw_disasm.c | 81 [BRW_OPCODE_WHILE] = { .name = "while", .nsrc = 2, .ndst = 0 }, 1122 inst->header.opcode == BRW_OPCODE_WHILE)) { in brw_disasm()
|
D | brw_defines.h | 611 BRW_OPCODE_WHILE = 39, enumerator
|
D | brw_optimize.c | 75 [BRW_OPCODE_WHILE] = { .name = "while", .nsrc = 2, .ndst = 0 },
|
D | brw_vec4_emit.cpp | 993 case BRW_OPCODE_WHILE: in generate_code()
|
D | brw_fs_emit.cpp | 915 case BRW_OPCODE_WHILE: in generate_code()
|
D | brw_fs_visitor.cpp | 1755 emit(BRW_OPCODE_WHILE); in visit()
|
D | brw_vec4_visitor.cpp | 926 emit(BRW_OPCODE_WHILE); in visit()
|