mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
nir/lower-amul: Comment fix
Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37063>
This commit is contained in:
parent
55d77749ed
commit
d5a8233598
1 changed files with 2 additions and 2 deletions
|
|
@ -153,12 +153,12 @@ lower_intrinsic(lower_state *state, nir_intrinsic_instr *intr)
|
|||
case nir_intrinsic_global_atomic_swap:
|
||||
case nir_intrinsic_load_global_constant:
|
||||
case nir_intrinsic_load_global:
|
||||
/* just assume we that 24b is not sufficient: */
|
||||
/* just assume that 24b is not sufficient: */
|
||||
lower_large_src(&intr->src[0], state);
|
||||
return;
|
||||
|
||||
case nir_intrinsic_store_global:
|
||||
/* just assume we that 24b is not sufficient: */
|
||||
/* just assume that 24b is not sufficient: */
|
||||
lower_large_src(&intr->src[1], state);
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue