Home
last modified time | relevance | path

Searched refs:ir3_get_dst_ssa (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_context.h200 struct ir3_instruction **ir3_get_dst_ssa(struct ir3_context *ctx,
Dir3_context.c179 ir3_get_dst_ssa(struct ir3_context *ctx, nir_ssa_def *dst, unsigned n) in ir3_get_dst_ssa() function
193 value = ir3_get_dst_ssa(ctx, &dst->ssa, n); in ir3_get_dst()
Dir3_compiler_nir.c2165 ir3_get_dst_ssa(ctx, &instr->def, instr->def.num_components); in emit_load_const()
2180 ir3_get_dst_ssa(ctx, &undef->def, undef->def.num_components); in emit_undef()