mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
ir3: allow shared address src for ldg.k
Signed-off-by: Job Noorman <jnoorman@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40947>
This commit is contained in:
parent
3427b20b71
commit
bf167ca73b
1 changed files with 1 additions and 1 deletions
|
|
@ -1252,7 +1252,7 @@ emit_intrinsic_copy_global_to_uniform(struct ir3_context *ctx,
|
|||
a1 = ir3_create_addr1(&ctx->build, dst_hi << 8);
|
||||
|
||||
struct ir3_instruction *addr =
|
||||
ir3_collect(b, ir3_get_src(ctx, &intr->src[0])[0]);
|
||||
ir3_collect(b, ir3_get_src_shared(ctx, &intr->src[0], true)[0]);
|
||||
struct ir3_instruction *ldg = ir3_LDG_K(b, create_immed(b, dst_lo), 0, addr, 0,
|
||||
create_immed(b, addr_offset), 0,
|
||||
create_immed(b, size), 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue