zink: Avoid infinite loop finding no var in update_so_info.
Fixes timeouts in CI for spec@glsl-1.50@execution@interface-blocks-api-access-members where we've got a GS with SO outputs and no vars declared, by asserting that something has gone horribly wrong instead. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22348>
This commit is contained in:
@@ -246,6 +246,10 @@ spec@glsl-1.10@execution@loops@glsl-vs-unroll-explosion,Crash
|
||||
spec@glsl-1.10@execution@samplers@glsl-fs-shadow2d-clamp-z,Fail
|
||||
|
||||
spec@glsl-1.20@compiler@invalid-vec4-array-to-vec3-array-conversion.vert,Fail
|
||||
|
||||
# ../src/gallium/drivers/zink/zink_compiler.c:1684: find_var_with_location_frac: Assertion `(int)location > 0' failed.
|
||||
spec@glsl-1.50@execution@interface-blocks-api-access-members,Crash
|
||||
|
||||
spec@glsl-1.50@execution@primitive-id-no-gs-quad-strip,Fail
|
||||
spec@glsl-4.00@execution@conversion@frag-conversion-explicit-dmat2-mat2,Fail
|
||||
spec@glsl-4.00@execution@conversion@frag-conversion-explicit-dmat2x3-mat2x3,Fail
|
||||
|
Reference in New Issue
Block a user