dawn-cmake/test/tint/builtins/gen/var
Ben Clayton bd9f6e6684 tint: Remove textureNumLayers() overloads for texture cube arrays
These are not supported in HLSL shader model 5.1

See: https://github.com/gpuweb/gpuweb/issues/3913
Change-Id: Ic33666ff910f04e3f561cbc40c9db14c5de59284
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/122524
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: James Price <jrprice@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
2023-03-04 00:55:16 +00:00
..
abs test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
acos Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
acosh Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
all
any
arrayLength Tint: Implement f16 in uniform and storage address space 2022-11-24 05:25:35 +00:00
asin Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
asinh Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
atan Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
atan2 Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
atanh Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
atomicAdd tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
atomicAnd tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
atomicCompareExchangeWeak tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
atomicExchange tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
atomicLoad tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
atomicMax tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
atomicMin tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
atomicOr tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
atomicStore tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
atomicSub tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
atomicXor tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
ceil test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
clamp test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
cos Add const-eval for `cos` and `cosh` 2022-11-10 15:52:41 +00:00
cosh Add const-eval for `cos` and `cosh` 2022-11-10 15:52:41 +00:00
countLeadingZeros
countOneBits
countTrailingZeros
cross test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
degrees Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
determinant test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
distance test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
dot test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
dot4I8Packed
dot4U8Packed
dpdx
dpdxCoarse
dpdxFine
dpdy
dpdyCoarse
dpdyFine
exp Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
exp2 test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
extractBits Tint: Fix extractBits polyfill 2022-11-30 23:55:28 +00:00
faceForward test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
firstLeadingBit
firstTrailingBit
floor test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
fma test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
fract test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
frexp test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
fwidth
fwidthCoarse
fwidthFine
insertBits Tint/transform: Fix insertBits polyfill for HLSL 2022-11-09 01:54:08 +00:00
inverseSqrt test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
ldexp test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
length tint: const eval of length builtin 2022-11-23 00:00:45 +00:00
log test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
log2 test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
max test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
min test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
mix test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
modf test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
normalize Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
pack2x16float test/tint: Fix e2e test generation for vec / mat 2022-11-04 17:06:03 +00:00
pack2x16snorm test/tint: Fix e2e test generation for vec / mat 2022-11-04 17:06:03 +00:00
pack2x16unorm test/tint: Fix e2e test generation for vec / mat 2022-11-04 17:06:03 +00:00
pack4x8snorm test/tint: Fix e2e test generation for vec / mat 2022-11-04 17:06:03 +00:00
pack4x8unorm test/tint: Fix e2e test generation for vec / mat 2022-11-04 17:06:03 +00:00
pow test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
quantizeToF16
radians Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
reflect test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
refract test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
reverseBits
round Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
saturate test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
select test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
sign test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
sin Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
sinh Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
smoothstep test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
sqrt test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
step test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
storageBarrier
tan Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
tanh Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
textureDimensions Move tint::transform::Robustness to a santizier transform 2023-03-02 20:48:48 +00:00
textureGather Update GLSL test results. 2022-12-15 16:42:28 +00:00
textureGatherCompare Update GLSL test results. 2022-12-15 16:42:28 +00:00
textureLoad Move tint::transform::Robustness to a santizier transform 2023-03-02 20:48:48 +00:00
textureNumLayers tint: Remove textureNumLayers() overloads for texture cube arrays 2023-03-04 00:55:16 +00:00
textureNumLevels test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
textureNumSamples
textureSample Enable the 1D -> 2D texture transform in GLSL writer. 2023-01-07 17:19:21 +00:00
textureSampleBaseClampToEdge Move tint::transform::Robustness to a santizier transform 2023-03-02 20:48:48 +00:00
textureSampleBias Update GLSL test results. 2022-12-15 16:42:28 +00:00
textureSampleCompare Update GLSL test results. 2022-12-15 16:42:28 +00:00
textureSampleCompareLevel Update GLSL test results. 2022-12-15 16:42:28 +00:00
textureSampleGrad Update GLSL test results. 2022-12-15 16:42:28 +00:00
textureSampleLevel Update GLSL test results. 2022-12-15 16:42:28 +00:00
textureStore tint/intrinsics.def: Fix textureStore overload 2023-03-04 00:43:21 +00:00
transpose test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
trunc test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
unpack2x16float
unpack2x16snorm
unpack2x16unorm
unpack4x8snorm
unpack4x8unorm
workgroupBarrier
workgroupUniformLoad Move tint::transform::Robustness to a santizier transform 2023-03-02 20:48:48 +00:00