Skip to content

radeonsi: fix global access ACO compile fail when OpenCL

Qiang Yu requested to merge yuq825/mesa:topic/fix-global-access into main

sel->stage is MESA_SHADER_COMPUTE for OpenCL shaders, while nir->info.stage is MESA_SHADER_KERNEL.

Fixes: 955ae53e radeonsi: fix OpenCL piglit tests fails when using ACO

Merge request reports

Loading