dawn-cmake/test/intrinsics/gen
Ben Clayton a40e45522b intrinsics: Deprecate isNan, isInf, isFinite, isNormal
These have all been removed from the spec as we cannot guarantee they will behave as expected on the various backends.

Bug: tint:1312
Change-Id: I9d7d81cfdc44489fffe08c5183ed8da84901a024
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/70665
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
2021-11-23 18:57:57 +00:00
..
abs GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
acos GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
all GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
any GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
arrayLength GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
asin GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
atan GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
atan2 GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
atomicAdd GLSL: implement atomics. 2021-11-19 17:46:13 +00:00
atomicAnd GLSL: implement atomics. 2021-11-19 17:46:13 +00:00
atomicCompareExchangeWeak GLSL: implement atomics. 2021-11-19 17:46:13 +00:00
atomicExchange GLSL: implement atomics. 2021-11-19 17:46:13 +00:00
atomicLoad GLSL: implement atomics. 2021-11-19 17:46:13 +00:00
atomicMax GLSL: implement atomics. 2021-11-19 17:46:13 +00:00
atomicMin GLSL: implement atomics. 2021-11-19 17:46:13 +00:00
atomicOr GLSL: implement atomics. 2021-11-19 17:46:13 +00:00
atomicStore GLSL: implement atomics. 2021-11-19 17:46:13 +00:00
atomicSub GLSL: implement atomics. 2021-11-19 17:46:13 +00:00
atomicXor GLSL: implement atomics. 2021-11-19 17:46:13 +00:00
ceil GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
clamp GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
cos GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
cosh GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
countOneBits GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
cross GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
determinant GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
distance GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
dot GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
dpdx GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
dpdxCoarse GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
dpdxFine GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
dpdy GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
dpdyCoarse GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
dpdyFine GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
exp GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
exp2 GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
faceForward GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
floor GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
fma GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
fract GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
frexp reader/wgsl: Allow identifiers to start with an underscore 2021-11-19 21:52:13 +00:00
fwidth GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
fwidthCoarse GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
fwidthFine GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
ignore GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
inverseSqrt GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
isFinite intrinsics: Deprecate isNan, isInf, isFinite, isNormal 2021-11-23 18:57:57 +00:00
isInf intrinsics: Deprecate isNan, isInf, isFinite, isNormal 2021-11-23 18:57:57 +00:00
isNan intrinsics: Deprecate isNan, isInf, isFinite, isNormal 2021-11-23 18:57:57 +00:00
isNormal intrinsics: Deprecate isNan, isInf, isFinite, isNormal 2021-11-23 18:57:57 +00:00
ldexp GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
length GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
log GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
log2 GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
max GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
min GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
mix GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
modf reader/wgsl: Allow identifiers to start with an underscore 2021-11-19 21:52:13 +00:00
normalize GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
pack2x16float GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
pack2x16snorm GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
pack2x16unorm GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
pack4x8snorm GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
pack4x8unorm GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
pow GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
reflect GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
refract GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
reverseBits GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
round GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
select GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
sign GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
sin GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
sinh GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
smoothStep GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
sqrt GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
step GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
storageBarrier storageBarrier() has workgroup memory scope 2021-11-22 20:47:37 +00:00
tan GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
tanh GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
textureDimensions GLSL: a grab bag of texture fixes. 2021-11-19 19:06:23 +00:00
textureLoad GLSL: a grab bag of texture fixes. 2021-11-19 19:06:23 +00:00
textureNumLayers GLSL: a grab bag of texture fixes. 2021-11-19 19:06:23 +00:00
textureNumLevels GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
textureNumSamples GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
textureSample GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
textureSampleBias GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
textureSampleCompare GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
textureSampleCompareLevel GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
textureSampleGrad GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
textureSampleLevel GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
textureStore GLSL: a grab bag of texture fixes. 2021-11-19 19:06:23 +00:00
transpose GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
trunc GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
unpack2x16float GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
unpack2x16snorm GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
unpack2x16unorm GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
unpack4x8snorm GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
unpack4x8unorm GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
workgroupBarrier GLSL: implement atomics. 2021-11-19 17:46:13 +00:00