Home
last modified time | relevance | path

Searched refs:RC_OPCODE_BRK (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_vert_fc.c206 if (inst->Next->U.I.Opcode == RC_OPCODE_BRK) { in lower_if()
252 case RC_OPCODE_BRK: in rc_vert_fc()
Dradeon_opcodes.h208 RC_OPCODE_BRK, enumerator
Dradeon_emulate_loops.c248 case RC_OPCODE_BRK: in try_unroll_loop()
371 case RC_OPCODE_BRK: in build_loop_info()
Dradeon_opcodes.c424 .Opcode = RC_OPCODE_BRK,
Dradeon_dataflow_deadcode.c269 case RC_OPCODE_BRK: in rc_dataflow_deadcode()
Dr500_fragprog_emit.c479 case RC_OPCODE_BRK: in emit_flowcontrol()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c89 case TGSI_OPCODE_BRK: return RC_OPCODE_BRK; in translate_opcode()