The source project of this merge request has been removed.
fix build error
The following error occurs when building the code before the change.
../mesa/src/gallium/drivers/zink/nir_to_spirv/nir_to_spirv.c:1078:11: error: use of undeclared identifier 'mediump'
if (mediump)
^
1 error generated.
I have confirmed that the build will pass with this fix.