mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-12 22:20:33 +01:00
radeonsi/gfx9: fix 1D array shader images
Cc: 17.1 <mesa-stable@lists.freedesktop.org> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
5c94779585
commit
482e6b07cc
1 changed files with 1 additions and 0 deletions
|
|
@ -3425,6 +3425,7 @@ static LLVMValueRef image_fetch_coords(
|
|||
} else if (target == TGSI_TEXTURE_1D_ARRAY) {
|
||||
coords[2] = coords[1];
|
||||
coords[1] = ctx->i32_0;
|
||||
num_coords++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue