glsl: make use of new tex src deref intrinsic
The bindless spec has no language requiring functions params to be defined as bindless so we need to be able to look at the values being passed to functions to decide if they are bindless or not. This intrinsic allows us to wait until function inlining is complete to make this assessment. Closes: mesa/mesa#11535 Acked-by:Marek Olšák <marek.olsak@amd.com> Part-of: <mesa/mesa!30315>
Loading
Please register or sign in to comment