Home
last modified time | relevance | path

Searched refs:cf_last (Results 1 – 5 of 5) 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.c1503 ctx->bc->cf_last->vpm = 1; in eg_load_helper_invocation()
2134 if ((ctx->bc->cf_last->ndw>>1) >= 0x60) in do_lds_fetch_values()
2657 cf_pop = ctx.bc->cf_last; in generate_gs_copy_shader()
2677 cf_jump = ctx.bc->cf_last; in generate_gs_copy_shader()
2744 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2762 last_exp_param = ctx.bc->cf_last; in generate_gs_copy_shader()
2785 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()
2803 last_exp_pos = ctx.bc->cf_last; in generate_gs_copy_shader()
2820 last_exp_pos = ctx.bc->cf_last; in generate_gs_copy_shader()
[all …]
Deg_asm.c214 type = bc->cf_last->op; in egcm_load_index_reg()
218 bc->cf_last->op = type; in egcm_load_index_reg()
Dr600_asm.h262 struct r600_bytecode_cf *cf_last; member
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp136 if (impl->m_bc->cf_last) in do_lower()
137 last = r600_isa_cf(impl->m_bc->cf_last->op); in do_lower()
140 if (!last || last->flags & CF_ALU || impl->m_bc->cf_last->op == CF_OP_LOOP_END in do_lower()
141 || impl->m_bc->cf_last->op == CF_OP_POP) in do_lower()
146 else if (impl->m_bc->cf_last->op == CF_OP_CALL_FS) in do_lower()
147 impl->m_bc->cf_last->op = CF_OP_NOP; in do_lower()
150 impl->m_bc->cf_last->end_of_program = 1; in do_lower()
513 m_bc->cf_last->cf_addr = m_bc->cf_last->id + 2; in emit_if_start()
520 m_jump_tracker.push(m_bc->cf_last, jt_if); in emit_if_start()
527 m_bc->cf_last->pop_count = 1; in emit_else()
[all …]