Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c171 if (bc->cf_last) { in r600_bytecode_add_cf()
172 cf->id = bc->cf_last->id + 2; in r600_bytecode_add_cf()
173 if (bc->cf_last->eg_alu_extended) { in r600_bytecode_add_cf()
179 bc->cf_last = cf; in r600_bytecode_add_cf()
195 if (bc->cf_last && (bc->cf_last->op == output->op || in r600_bytecode_add_output()
196 (bc->cf_last->op == CF_OP_EXPORT && in r600_bytecode_add_output()
198 output->type == bc->cf_last->output.type && in r600_bytecode_add_output()
199 output->elem_size == bc->cf_last->output.elem_size && in r600_bytecode_add_output()
200 output->swizzle_x == bc->cf_last->output.swizzle_x && in r600_bytecode_add_output()
201 output->swizzle_y == bc->cf_last->output.swizzle_y && in r600_bytecode_add_output()
[all …]
Dr600_shader.c1816 if ((ctx->bc->cf_last->ndw>>1) >= 0x60) in do_lds_fetch_values()
2339 cf_pop = ctx.bc->cf_last; in generate_gs_copy_shader()
2359 cf_jump = ctx.bc->cf_last; in generate_gs_copy_shader()
2426 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2444 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2467 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2483 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2485 last_exp_pos = ctx.bc->cf_last; in generate_gs_copy_shader()
2502 last_exp_pos = ctx.bc->cf_last; in generate_gs_copy_shader()
2519 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
[all …]
Deg_asm.c212 type = bc->cf_last->op; in egcm_load_index_reg()
216 bc->cf_last->op = type; in egcm_load_index_reg()
Dr600_asm.h244 struct r600_bytecode_cf *cf_last; member