mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
nir: fixup intrinsic comment
Now the deref is the first src. Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
This commit is contained in:
parent
3f7c2148b0
commit
640b8eb5b1
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ atomic3("atomic_counter_comp_swap")
|
|||
# and layout qualifiers that influence the semantics of the intrinsic.
|
||||
#
|
||||
# All image intrinsics take a four-coordinate vector and a sample index as
|
||||
# first two sources, determining the location within the image that will be
|
||||
# 2nd and 3rd sources, determining the location within the image that will be
|
||||
# accessed by the intrinsic. Components not applicable to the image target
|
||||
# in use are undefined. Image store takes an additional four-component
|
||||
# argument with the value to be written, and image atomic operations take
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue