mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 02:50:39 +02:00
tu: Fix fdm_apply_load_coords patchpoint size
Fixes: 7429ca3115 ("tu: Use SS6_INDIRECT consts upload path for 3d blits")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29938>
This commit is contained in:
parent
bd179e6213
commit
b0599a7fe2
1 changed files with 1 additions and 1 deletions
|
|
@ -3659,7 +3659,7 @@ load_3d_blit(struct tu_cmd_buffer *cmd,
|
|||
struct apply_load_coords_state state = {
|
||||
.view = att->clear_views ? i : 0,
|
||||
};
|
||||
tu_create_fdm_bin_patchpoint(cmd, cs, 1 + 3 + 8, fdm_apply_load_coords, state);
|
||||
tu_create_fdm_bin_patchpoint(cmd, cs, 4, fdm_apply_load_coords, state);
|
||||
}
|
||||
|
||||
r3d_dst_gmem(cmd, cs, iview, att, separate_stencil, i);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue