.. |
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
|
Tint: Implement f16 in uniform and storage address space
|
2022-11-24 05:25:35 +00:00 |
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
|
Add const-eval for `degrees` and `radians`
|
2022-11-21 18:00:01 +00:00 |
determinant
|
tint: const eval of determinant builtin
|
2022-11-23 19:16:15 +00:00 |
distance
|
Const eval for `distance`
|
2022-11-24 21:48:48 +00:00 |
dot
|
tint: const eval of dot builtin
|
2022-11-22 15:02:55 +00:00 |
dot4I8Packed
|
…
|
|
dot4U8Packed
|
…
|
|
dpdx
|
…
|
|
dpdxCoarse
|
…
|
|
dpdxFine
|
…
|
|
dpdy
|
…
|
|
dpdyCoarse
|
…
|
|
dpdyFine
|
…
|
|
exp
|
Add const-eval for `exp` and `exp2`.
|
2022-11-23 16:37:21 +00:00 |
exp2
|
Add const-eval for `exp` and `exp2`.
|
2022-11-23 16:37:21 +00:00 |
extractBits
|
…
|
|
faceForward
|
tint: const eval of faceForward builtin
|
2022-11-25 23:35:53 +00:00 |
firstLeadingBit
|
…
|
|
firstTrailingBit
|
…
|
|
floor
|
Fix generation of f16 values.
|
2022-11-10 00:32:12 +00:00 |
fma
|
Const eval for `fma`
|
2022-11-24 21:54:00 +00:00 |
fract
|
Fix generation of f16 values.
|
2022-11-10 00:32:12 +00:00 |
frexp
|
tint: Suffix builtin return types with '_f32'
|
2022-11-23 19:57:00 +00:00 |
fwidth
|
…
|
|
fwidthCoarse
|
…
|
|
fwidthFine
|
…
|
|
insertBits
|
…
|
|
inverseSqrt
|
Const eval for `inverseSqrt`
|
2022-11-24 18:16:13 +00:00 |
ldexp
|
Fix generation of f16 values.
|
2022-11-10 00:32:12 +00:00 |
length
|
tint: const eval of length builtin
|
2022-11-23 00:00:45 +00:00 |
log
|
Add const-eval for `log` and `log2`.
|
2022-11-23 17:34:40 +00:00 |
log2
|
Add const-eval for `log` and `log2`.
|
2022-11-23 17:34:40 +00:00 |
max
|
Add const-eval for `min` and `max`
|
2022-11-15 18:39:38 +00:00 |
min
|
Add const-eval for `min` and `max`
|
2022-11-15 18:39:38 +00:00 |
mix
|
Fix generation of f16 values.
|
2022-11-10 00:32:12 +00:00 |
modf
|
tint: Suffix builtin return types with '_f32'
|
2022-11-23 19:57:00 +00:00 |
normalize
|
Const eval for `normalize`
|
2022-11-25 04:25:18 +00:00 |
pack2x16float
|
Add const-eval for pack and unpack of 2x16float.
|
2022-11-09 20:04:37 +00:00 |
pack2x16snorm
|
Implemement const-eval for some pack routines.
|
2022-11-07 14:32:16 +00:00 |
pack2x16unorm
|
Implemement const-eval for some pack routines.
|
2022-11-07 14:32:16 +00:00 |
pack4x8snorm
|
Implemement const-eval for some pack routines.
|
2022-11-07 14:32:16 +00:00 |
pack4x8unorm
|
Implemement const-eval for some pack routines.
|
2022-11-07 14:32:16 +00:00 |
pow
|
Fix generation of f16 values.
|
2022-11-10 00:32:12 +00:00 |
quantizeToF16
|
…
|
|
radians
|
Add const-eval for `degrees` and `radians`
|
2022-11-21 18:00:01 +00:00 |
reflect
|
tint: const eval of reflect builtin
|
2022-11-28 15:13:16 +00:00 |
refract
|
tint: const eval of refract builtin
|
2022-11-28 21:14:36 +00:00 |
reverseBits
|
…
|
|
round
|
Add const-eval for `round`
|
2022-11-16 22:52:08 +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
|
Add const-eval for `smoothstep`
|
2022-11-16 23:02:39 +00:00 |
sqrt
|
Add const-eval for `sqrt`
|
2022-11-16 21:15:49 +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
|
tint: Remove textureSampleLevel(texture_external)
|
2022-11-18 11:17:41 +00:00 |
textureStore
|
…
|
|
transpose
|
tint: const eval of transpose builtin
|
2022-11-23 23:12:56 +00:00 |
trunc
|
Add const-eval for `trunc`
|
2022-11-16 20:07:31 +00:00 |
unpack2x16float
|
Add const-eval for pack and unpack of 2x16float.
|
2022-11-09 20:04:37 +00:00 |
unpack2x16snorm
|
Implemement const-eval for some unpack routines.
|
2022-11-07 22:28:01 +00:00 |
unpack2x16unorm
|
Implemement const-eval for some unpack routines.
|
2022-11-07 22:28:01 +00:00 |
unpack4x8snorm
|
Implemement const-eval for some unpack routines.
|
2022-11-07 22:28:01 +00:00 |
unpack4x8unorm
|
Implemement const-eval for some unpack routines.
|
2022-11-07 22:28:01 +00:00 |
workgroupBarrier
|
…
|
|