Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.cpp146 case BRW_OPCODE_DO: in fs_cfg()
Dbrw_vec4.cpp288 if (inst->opcode == BRW_OPCODE_DO) { in calculate_live_intervals()
799 if (scan_inst->opcode == BRW_OPCODE_DO || in opt_compute_to_mrf()
Dbrw_vec4_copy_propagation.cpp54 return (inst->opcode != BRW_OPCODE_DO && in is_dominated_by_previous_instruction()
Dbrw_vec4_reg_allocate.cpp280 case BRW_OPCODE_DO: in evaluate_spill_costs()
Dbrw_fs.cpp1292 if (scan_inst->opcode == BRW_OPCODE_DO || in propagate_constants()
1565 case BRW_OPCODE_DO: in register_coalesce()
1773 if (scan_inst->opcode == BRW_OPCODE_DO || in compute_to_mrf()
1863 case BRW_OPCODE_DO: in remove_duplicate_mrf_writes()
Dbrw_fs_reg_allocate.cpp344 case BRW_OPCODE_DO: in choose_spill_reg()
Dbrw_fs_schedule_instructions.cpp518 inst->opcode == BRW_OPCODE_DO || in schedule_instructions()
Dbrw_defines.h610 BRW_OPCODE_DO = 38, enumerator
Dbrw_optimize.c85 [BRW_OPCODE_DO] = { .name = "do", .nsrc = 0, .ndst = 0 },
Dbrw_vec4_emit.cpp976 case BRW_OPCODE_DO: in generate_code()
Dbrw_fs_emit.cpp898 case BRW_OPCODE_DO: in generate_code()
Dbrw_eu_emit.c1471 struct brw_instruction *insn = next_insn(p, BRW_OPCODE_DO); in brw_DO()
1563 assert(do_insn->header.opcode == BRW_OPCODE_DO); in brw_WHILE()
Dbrw_disasm.c91 [BRW_OPCODE_DO] = { .name = "do", .nsrc = 0, .ndst = 0 },
Dbrw_fs_visitor.cpp1728 emit(BRW_OPCODE_DO); in visit()
Dbrw_vec4_visitor.cpp904 emit(BRW_OPCODE_DO); in visit()