glsl: Fix the precision of atomic counter builtin function args.
authorEmma Anholt <emma@anholt.net>
Thu, 2 Mar 2023 21:10:06 +0000 (13:10 -0800)
committerMarge Bot <emma+marge@anholt.net>
Tue, 21 Mar 2023 00:51:24 +0000 (00:51 +0000)
commit4a519446391da99653ade1493c0cb12064ca9600
tree43b030422463e1c24bb5542dbf3ec3ba2b1ea960
parentb251f94e15b9ceaf0c5d074dc07139c397470320
glsl: Fix the precision of atomic counter builtin function args.

More special-casing dropped from GLSL lower_precision.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21666>
src/compiler/glsl/builtin_functions.cpp
src/compiler/glsl/lower_precision.cpp