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/
H A Dsfn_defines.h74 cf_loop_end = CF_OP_LOOP_END,
H A 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/
H A Dr600_isa.h574 #define CF_OP_LOOP_END 6 macro
H A Dr600_shader.c4352 if (!last || last->flags & CF_ALU || ctx.bc->cf_last->op == CF_OP_LOOP_END || ctx.bc->cf_last->op == CF_OP_POP) 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/
H A 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()
H A Dsb_bc_finalize.cpp128 cf_node *loop_end = sh.create_cf(CF_OP_LOOP_END); in finalize_loop()

Completed in 24 milliseconds