microsoft/compiler: fix psv-output calculation
Rather surprisingly, the value stored in the NumVectors field of the DXIL PSV header isn't the number of vectors, but rather the *maximum* vector used. This makes a difference when we're not writing to the first element of an array, where we would previously generate a validation error. Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12197>
This commit is contained in:

committed by
Marge Bot

parent
50e849fb94
commit
63dae1bd8b
@@ -364,7 +364,6 @@ spec/!opengl 2.0/vertex-program-two-side/tcs-out, tes and fs: skip
|
||||
spec/!opengl 2.0/vertex-program-two-side/tes-out and fs: skip
|
||||
spec/!opengl 2.0/vertex-program-two-side/vs, gs and fs: skip
|
||||
spec/!opengl 2.0/vertex-program-two-side/vs, tcs, tes and fs: skip
|
||||
spec/!opengl 2.1/fbo-mrt-alphatest-no-buffer-zero-write: crash
|
||||
spec/!opengl 3.0/bound-resource-limits: fail
|
||||
spec/!opengl 3.0/clearbuffer-depth-cs-probe: skip
|
||||
spec/!opengl 3.0/required-sized-texture-formats: fail
|
||||
@@ -4753,9 +4752,9 @@ wgl/wgl-sanity: skip
|
||||
summary:
|
||||
name: results
|
||||
---- --------
|
||||
pass: 13299
|
||||
pass: 13300
|
||||
fail: 538
|
||||
crash: 68
|
||||
crash: 67
|
||||
skip: 4126
|
||||
timeout: 0
|
||||
warn: 10
|
||||
|
Reference in New Issue
Block a user