mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 23:10:23 +01:00
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 commitf6407b9b7d)
This commit is contained in:
parent
1891d30031
commit
3e2a3b402b
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue