Decompose OpIsFinite to avoid capability restrictions
OpIsFinite is not available everywhere: decompose isfinite to !isinf && !isnan.
This commit is contained in:
parent
b68b9a8b23
commit
13975525d7
4 changed files with 192 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.inoutquals.frag", "main"},
|
||||
{"hlsl.init.frag", "ShaderFunction"},
|
||||
{"hlsl.init2.frag", "main"},
|
||||
{"hlsl.isfinite.frag", "main"},
|
||||
{"hlsl.intrinsics.barriers.comp", "ComputeShaderFunction"},
|
||||
{"hlsl.intrinsics.comp", "ComputeShaderFunction"},
|
||||
{"hlsl.intrinsics.evalfns.frag", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue