dawn-cmake/test/tint/builtins/gen/var
Ben Clayton 7d34de88f1 tint/test-runner: Split expectations for FXC and DXC
Change tint's `--fxc` flag to take the path of the FXC compiler DLL.
Have tint attempt to validate with both FXC and DXC if `--validate` is
passed.

Fix the 'dirsWithNoPassExpectations' logic which looks like it got
broken with the tint -> dawn merge. It also incorrectly applied
filepath.FromSlash() on windows.

Change-Id: I0f46aa5c21bc48a2abc48402c41f846aff4a8633
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/96800
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Commit-Queue: Ben Clayton <bclayton@chromium.org>
2022-07-22 17:43:27 +00:00
..
abs tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
acos tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
acosh tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
all tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
any tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
arrayLength tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
asin tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
asinh tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atan tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atan2 tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atanh tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atomicAdd tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atomicAnd tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atomicCompareExchangeWeak tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atomicExchange tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atomicLoad tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atomicMax tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atomicMin tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atomicOr tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atomicStore tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atomicSub tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
atomicXor tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
ceil tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
clamp tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
cos tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
cosh tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
countLeadingZeros tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
countOneBits tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
countTrailingZeros tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
cross tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
degrees tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
determinant tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
distance tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
dot tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
dpdx tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
dpdxCoarse tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
dpdxFine tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
dpdy tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
dpdyCoarse tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
dpdyFine tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
exp tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
exp2 tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
extractBits tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
faceForward tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
firstLeadingBit tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
firstTrailingBit tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
floor tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fma tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fract tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
frexp tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fwidth tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fwidthCoarse tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fwidthFine tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
insertBits tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
inverseSqrt tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
ldexp tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
length tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
log tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
log2 tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
max tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
min tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
mix tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
modf tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
normalize tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
pack2x16float tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
pack2x16snorm tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
pack2x16unorm tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
pack4x8snorm tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
pack4x8unorm tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
pow tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
radians tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
reflect tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
refract tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
reverseBits tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
round tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
select tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
sign tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
sin tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
sinh tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
smoothstep tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
sqrt tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
step tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
storageBarrier tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
tan tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
tanh tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureDimensions tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureGather tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureGatherCompare tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureLoad tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureNumLayers tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureNumLevels tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureNumSamples tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureSample tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureSampleBias tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureSampleCompare tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureSampleCompareLevel tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureSampleGrad tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureSampleLevel tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
textureStore tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
transpose tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
trunc tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
unpack2x16float tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
unpack2x16snorm tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
unpack2x16unorm tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
unpack4x8snorm tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
unpack4x8unorm tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
workgroupBarrier tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00