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.c175 if (bc->cf_last) { in r600_bytecode_add_cf()
176 cf->id = bc->cf_last->id + 2; in r600_bytecode_add_cf()
177 if (bc->cf_last->eg_alu_extended) { in r600_bytecode_add_cf()
183 bc->cf_last = cf; in r600_bytecode_add_cf()
199 if (bc->cf_last && (bc->cf_last->op == output->op || in r600_bytecode_add_output()
200 (bc->cf_last->op == CF_OP_EXPORT && in r600_bytecode_add_output()
202 output->type == bc->cf_last->output.type && in r600_bytecode_add_output()
203 output->elem_size == bc->cf_last->output.elem_size && in r600_bytecode_add_output()
204 output->swizzle_x == bc->cf_last->output.swizzle_x && in r600_bytecode_add_output()
205 output->swizzle_y == bc->cf_last->output.swizzle_y && in r600_bytecode_add_output()
[all …]
Dr600_shader.c1736 if ((ctx->bc->cf_last->ndw>>1) >= 0x60) in do_lds_fetch_values()
2236 cf_pop = ctx.bc->cf_last; in generate_gs_copy_shader()
2256 cf_jump = ctx.bc->cf_last; in generate_gs_copy_shader()
2323 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2341 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2362 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2378 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2380 last_exp_pos = ctx.bc->cf_last; in generate_gs_copy_shader()
2397 last_exp_pos = ctx.bc->cf_last; in generate_gs_copy_shader()
2414 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
[all …]
Deg_asm.c185 type = bc->cf_last->op; in egcm_load_index_reg()
189 bc->cf_last->op = type; in egcm_load_index_reg()
Dr600_asm.h231 struct r600_bytecode_cf *cf_last; member