diff options
Diffstat (limited to 'src/freedreno/ir3/ir3_context.h')
-rw-r--r-- | src/freedreno/ir3/ir3_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedreno/ir3/ir3_context.h b/src/freedreno/ir3/ir3_context.h index c79ea0ef422..81715f7fa11 100644 --- a/src/freedreno/ir3/ir3_context.h +++ b/src/freedreno/ir3/ir3_context.h @@ -154,7 +154,7 @@ unsigned ir3_pointer_size(struct ir3_context *ctx) struct ir3_instruction ** ir3_get_dst_ssa(struct ir3_context *ctx, nir_ssa_def *dst, unsigned n); struct ir3_instruction ** ir3_get_dst(struct ir3_context *ctx, nir_dest *dst, unsigned n); struct ir3_instruction * const * ir3_get_src(struct ir3_context *ctx, nir_src *src); -void put_dst(struct ir3_context *ctx, nir_dest *dst); +void ir3_put_dst(struct ir3_context *ctx, nir_dest *dst); struct ir3_instruction * ir3_create_collect(struct ir3_context *ctx, struct ir3_instruction *const *arr, unsigned arrsz); void ir3_split_dest(struct ir3_block *block, struct ir3_instruction **dst, |