Home
last modified time | relevance | path

Searched refs:CF_OP_LOOP_END (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h568 #define CF_OP_LOOP_END 6 macro
Dr600_shader.c3924 …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()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp754 } else if (c->bc.op == CF_OP_LOOP_END) { in prepare_ir()
903 assert(end->bc.op == CF_OP_LOOP_END); in prepare_loop()
Dsb_bc_finalize.cpp128 cf_node *loop_end = sh.create_cf(CF_OP_LOOP_END); in finalize_loop()