Home
last modified time | relevance | path

Searched refs:RC_OPCODE_ENDLOOP (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h189 RC_OPCODE_ENDLOOP, enumerator
H A Dradeon_compiler_util.c616 if (op == RC_OPCODE_ENDLOOP) { in rc_match_endloop()
640 } else if (op == RC_OPCODE_ENDLOOP) { in rc_match_bgnloop()
H A Dradeon_dataflow_deadcode.c229 case RC_OPCODE_ENDLOOP: in rc_dataflow_deadcode()
239 if(ptr->U.I.Opcode == RC_OPCODE_ENDLOOP){ in rc_dataflow_deadcode()
H A Dradeon_opcodes.c386 .Opcode = RC_OPCODE_ENDLOOP,
H A Dradeon_vert_fc.c246 case RC_OPCODE_ENDLOOP: in rc_vert_fc()
H A Dradeon_program_print.c267 case RC_OPCODE_ENDLOOP: in update_branch_depth()
H A Dradeon_variable.c179 if (op == RC_OPCODE_ENDLOOP) { in rc_variable_compute_live_intervals()
H A Dradeon_compiler.c160 if ((inst->U.I.Opcode == RC_OPCODE_ENDLOOP && loop_depth--) || in rc_copy_output()
H A Dr500_fragprog_emit.c510 case RC_OPCODE_ENDLOOP: in emit_flowcontrol()
H A Dradeon_dataflow.c717 case RC_OPCODE_ENDLOOP: in get_readers_for_single_write()
H A Dr3xx_vertprog.c449 case RC_OPCODE_ENDLOOP: in translate_vertex_program()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c96 case TGSI_OPCODE_ENDLOOP: return RC_OPCODE_ENDLOOP; in translate_opcode()

Completed in 10 milliseconds