Searched refs:CF_OP_LOOP_END (Results 1 – 4 of 4) sorted by relevance
568 #define CF_OP_LOOP_END 6 macro
3924 …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()9928 r600_bytecode_add_cfinst(ctx->bc, CF_OP_LOOP_END); in tgsi_endloop()
754 } else if (c->bc.op == CF_OP_LOOP_END) { in prepare_ir()903 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()