Searched refs:CF_OP_LOOP_BREAK (Results 1 – 6 of 6) sorted by relevance
78 cf_loop_break = CF_OP_LOOP_BREAK,
574 r600_bytecode_add_cfinst(m_bc, CF_OP_LOOP_BREAK); in visit()
578 #define CF_OP_LOOP_BREAK 10 macro
11830 [TGSI_OPCODE_BRK] = { CF_OP_LOOP_BREAK, tgsi_loop_brk_cont},12028 [TGSI_OPCODE_BRK] = { CF_OP_LOOP_BREAK, tgsi_loop_brk_cont},12255 [TGSI_OPCODE_BRK] = { CF_OP_LOOP_BREAK, tgsi_loop_brk_cont},
144 cf_node *loop_break = sh.create_cf(CF_OP_LOOP_BREAK); in finalize_loop()
780 } else if (c->bc.op == CF_OP_LOOP_BREAK) { in prepare_ir()