Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_defines.h74 cf_loop_end = CF_OP_LOOP_END,
Dsfn_assembler.cpp166 (!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()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h574 #define CF_OP_LOOP_END 6 macro
Dr600_shader.c4352 …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()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp771 } else if (c->bc.op == CF_OP_LOOP_END) { in prepare_ir()
938 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()