nir: fixup intrinsic comment
authorRob Clark <robdclark@gmail.com>
Sat, 23 Jun 2018 22:22:42 +0000 (18:22 -0400)
committerRob Clark <robdclark@gmail.com>
Wed, 18 Jul 2018 14:10:44 +0000 (10:10 -0400)
Now the deref is the first src.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/compiler/nir/nir_intrinsics.py

index 1a03a6aa30f5b950463fa44bceead7aa5003fb62..eaa40e95acc16a334af2d5c666e1913fa88d22ac 100644 (file)
@@ -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