Home
last modified time | relevance | path

Searched refs:cf_last (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c182 if (bc->cf_last) { in r600_bytecode_add_cf()
183 cf->id = bc->cf_last->id + 2; in r600_bytecode_add_cf()
184 if (bc->cf_last->eg_alu_extended) { in r600_bytecode_add_cf()
190 bc->cf_last = cf; in r600_bytecode_add_cf()
206 if (bc->cf_last && (bc->cf_last->op == output->op || in r600_bytecode_add_output()
207 (bc->cf_last->op == CF_OP_EXPORT && in r600_bytecode_add_output()
209 output->type == bc->cf_last->output.type && in r600_bytecode_add_output()
210 output->elem_size == bc->cf_last->output.elem_size && in r600_bytecode_add_output()
211 output->swizzle_x == bc->cf_last in r600_bytecode_add_output()
[all...]
H A Dr600_shader.c1522 ctx->bc->cf_last->vpm = 1; in eg_load_helper_invocation()
2150 if ((ctx->bc->cf_last->ndw>>1) >= 0x60) in do_lds_fetch_values()
2673 cf_pop = ctx.bc->cf_last; in generate_gs_copy_shader()
2693 cf_jump = ctx.bc->cf_last; in generate_gs_copy_shader()
2760 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2778 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2801 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2817 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2819 last_exp_pos = ctx.bc->cf_last; in generate_gs_copy_shader()
2836 last_exp_pos = ctx.bc->cf_last; in generate_gs_copy_shader()
[all...]
H A Deg_asm.c214 type = bc->cf_last->op; in egcm_load_index_reg()
218 bc->cf_last->op = type; in egcm_load_index_reg()
H A Dr600_asm.h262 struct r600_bytecode_cf *cf_last; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_assembler.cpp161 if (m_bc->cf_last) in finalize()
162 last = r600_isa_cf(m_bc->cf_last->op); in finalize()
166 (!last || last->flags & CF_ALU || m_bc->cf_last->op == CF_OP_LOOP_END in finalize()
167 || m_bc->cf_last->op == CF_OP_POP)) in finalize()
172 else if (last && m_bc->cf_last->op == CF_OP_CALL_FS) in finalize()
173 m_bc->cf_last->op = CF_OP_NOP; in finalize()
176 m_bc->cf_last->end_of_program = 1; in finalize()
256 m_bc->cf_last->nlds_read++; in emit_lds_op()
313 assert(m_bc->cf_last->nlds_read > 0); in emit_alu_op()
314 m_bc->cf_last in emit_alu_op()
[all...]

Completed in 10 milliseconds