dawn-cmake/test/tint/builtins/gen/literal
Ben Clayton 10fae7ac79 tint: Rename `frexp().sig` to `frexp().fract`
Fixed: tint:1757
Change-Id: Iacce6ab0f08f89abbe5831e6f2285a0c964e74d7
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/110100
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Auto-Submit: Ben Clayton <bclayton@google.com>
2022-11-14 15:29:29 +00:00
..
abs Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
acos Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
acosh Implement const-eval for `acosh` 2022-11-10 02:39:08 +00:00
all
any
arrayLength
asin Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
asinh Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
atan Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
atan2 Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
atanh Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
atomicAdd
atomicAnd
atomicCompareExchangeWeak
atomicExchange
atomicLoad
atomicMax
atomicMin
atomicOr
atomicStore
atomicSub
atomicXor
ceil Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
clamp Fix generation of f16 values. 2022-11-10 00:32:12 +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 Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
degrees Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
determinant Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
distance Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
dot Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
dot4I8Packed
dot4U8Packed
dpdx
dpdxCoarse
dpdxFine
dpdy
dpdyCoarse
dpdyFine
exp Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
exp2 Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
extractBits
faceForward Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
firstLeadingBit
firstTrailingBit
floor Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
fma Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
fract Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
frexp tint: Rename `frexp().sig` to `frexp().fract` 2022-11-14 15:29:29 +00:00
fwidth
fwidthCoarse
fwidthFine
insertBits
inverseSqrt Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
ldexp Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
length Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
log Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
log2 Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
max Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
min Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
mix Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
modf Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
normalize Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
pack2x16float
pack2x16snorm
pack2x16unorm
pack4x8snorm
pack4x8unorm
pow Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
quantizeToF16
radians Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
reflect Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
refract Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
reverseBits
round Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
saturate Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
select Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
sign Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
sin Add const-eval for `sin` and `sinh` 2022-11-10 14:20:36 +00:00
sinh Add const-eval for `sin` and `sinh` 2022-11-10 14:20:36 +00:00
smoothstep Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
sqrt Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
step Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
storageBarrier
tan Add const-eval for `tan` and `tanh` 2022-11-10 15:55:00 +00:00
tanh Add const-eval for `tan` and `tanh` 2022-11-10 15:55:00 +00:00
textureDimensions
textureGather
textureGatherCompare
textureLoad
textureNumLayers
textureNumLevels
textureNumSamples
textureSample
textureSampleBaseClampToEdge
textureSampleBias
textureSampleCompare
textureSampleCompareLevel
textureSampleGrad
textureSampleLevel
textureStore
transpose Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
trunc Fix generation of f16 values. 2022-11-10 00:32:12 +00:00
unpack2x16float
unpack2x16snorm
unpack2x16unorm
unpack4x8snorm
unpack4x8unorm
workgroupBarrier