nir: fix sampler_lod_parameters_pan indices

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Fixes: deaebc82a7 "nir: Add load_sampler_lod_paramaters_pan intrinsic"
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6587>
(cherry picked from commit f6407b9b7d)
This commit is contained in:
Rhys Perry 2020-09-10 11:58:04 +01:00 committed by Dylan Baker
parent 1891d30031
commit 3e2a3b402b
2 changed files with 2 additions and 2 deletions

View file

@ -1876,7 +1876,7 @@
"description": "nir: fix sampler_lod_parameters_pan indices",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": "deaebc82a73ba3f34c4f2ecf97cedb7fc9b0b154"
},

View file

@ -964,7 +964,7 @@ load("raw_output_pan", [1], [BASE], [CAN_ELIMINATE, CAN_REORDER])
# Loads the sampler paramaters <min_lod, max_lod, lod_bias>
# src[] = { sampler_index }
load("sampler_lod_parameters_pan", [1], [CAN_ELIMINATE, CAN_REORDER])
load("sampler_lod_parameters_pan", [1], flags=[CAN_ELIMINATE, CAN_REORDER])
# R600 specific instrincs
#