Searched refs:CF_OP_LOOP_END (Results 1 – 6 of 6) sorted by relevance
74 cf_loop_end = CF_OP_LOOP_END,
166 (!last || last->flags & CF_ALU || m_bc->cf_last->op == CF_OP_LOOP_END in finalize()1091 r600_bytecode_add_cfinst(m_bc, CF_OP_LOOP_END); in emit_loop_end()
574 #define CF_OP_LOOP_END 6 macro
4352 …if (!last || last->flags & CF_ALU || ctx.bc->cf_last->op == CF_OP_LOOP_END || ctx.bc->cf_last->op … in r600_shader_from_tgsi()10734 r600_bytecode_add_cfinst(ctx->bc, CF_OP_LOOP_END); in tgsi_endloop()
771 } else if (c->bc.op == CF_OP_LOOP_END) { in prepare_ir()938 assert(end->bc.op == CF_OP_LOOP_END); in prepare_loop()
128 cf_node *loop_end = sh.create_cf(CF_OP_LOOP_END); in finalize_loop()