pan/va: fix typo in IADD_IMM.i32 description

`IADD.f32` replaced with `IADD.i32`

Signed-off-by: Signed-off-by: Aleksey Komarov <q4arus@ya.ru>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20467>
This commit is contained in:
Aleksey Komarov 2022-12-30 21:46:05 +03:00
parent 82ccde0957
commit f2e7482202

View file

@ -2291,7 +2291,7 @@
Adds an arbitrary 32-bit immediate embedded within the instruction stream.
If no modifiers are required, this is preferred to `IADD.i32` with a
constant accessed as a uniform. However, if the constant is available
inline, `IADD.f32` is preferred.
inline, `IADD.i32` is preferred.
`IADD_IMM.i32` with the source tied to zero is the canonical immediate move.
</desc>