mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:
parent
82ccde0957
commit
f2e7482202
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue