Home
last modified time | relevance | path

Searched refs:RC_OPCODE_BGNLOOP (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_rename_regs.c61 if (inst->U.I.Opcode == RC_OPCODE_BGNLOOP) in rc_rename_regs()
Dradeon_opcodes.h185 RC_OPCODE_BGNLOOP, enumerator
Dradeon_dataflow_deadcode.c235 if(ptr->U.I.Opcode == RC_OPCODE_BGNLOOP){ in rc_dataflow_deadcode()
270 case RC_OPCODE_BGNLOOP: in rc_dataflow_deadcode()
Dradeon_compiler_util.c618 } else if (op == RC_OPCODE_BGNLOOP) { in rc_match_endloop()
638 if (op == RC_OPCODE_BGNLOOP) { in rc_match_bgnloop()
Dradeon_compiler.c156 if (inst->U.I.Opcode == RC_OPCODE_BGNLOOP) in rc_copy_output()
393 if (info->Opcode == RC_OPCODE_BGNLOOP) in rc_get_stats()
Dradeon_vert_fc.c237 case RC_OPCODE_BGNLOOP: in rc_vert_fc()
Dradeon_opcodes.c374 .Opcode = RC_OPCODE_BGNLOOP,
Dr3xx_vertprog.c437 case RC_OPCODE_BGNLOOP: in translate_vertex_program()
653 if (!end_loop && inst->U.I.Opcode == RC_OPCODE_BGNLOOP) in allocate_temporary_registers()
Dradeon_program_print.c263 case RC_OPCODE_BGNLOOP: in update_branch_depth()
Dradeon_variable.c185 } else if (op == RC_OPCODE_BGNLOOP) { in rc_variable_compute_live_intervals()
Dradeon_pair_regalloc.c548 if (op == RC_OPCODE_BGNLOOP) { in do_advanced_regalloc()
Dr500_fragprog_emit.c467 case RC_OPCODE_BGNLOOP: in emit_flowcontrol()
Dradeon_dataflow.c713 case RC_OPCODE_BGNLOOP: in get_readers_for_single_write()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c93 case TGSI_OPCODE_BGNLOOP: return RC_OPCODE_BGNLOOP; in translate_opcode()