glsl: test function linking with implicit param conversions
commit4a62c26721a47552a96416a134b789a813dd51a6
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 31 Jul 2024 06:42:52 +0000 (31 16:42 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Thu, 1 Aug 2024 05:36:59 +0000 (1 15:36 +1000)
tree69f48fd3c02f5620c9c965283c41bc809bc82c53
parent9f280db77074eb70cf9f5b4645799232ab9fe086
glsl: test function linking with implicit param conversions

Found these were untested when rewritting the mesa linker to nir.

Acked-by: Marek Olšák <marek.olsak@amd.com>g
Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/935>
tests/spec/glsl-1.20/execution/function-match-exact-match.shader_test [new file with mode: 0644]
tests/spec/glsl-1.20/linker/function-match-implicit-params.shader_test [new file with mode: 0644]
tests/spec/glsl-1.30/linker/function-match-implicit-params-multple-matches.shader_test [new file with mode: 0644]