Home
last modified time | relevance | path

Searched refs:is_nocontract (Results 1 – 3 of 3) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinstruction.cpp781 bool is_nocontract = false; in IsFloatingPointFoldingAllowed() local
784 [&is_nocontract](const Instruction&) { in IsFloatingPointFoldingAllowed()
785 is_nocontract = true; in IsFloatingPointFoldingAllowed()
788 return !is_nocontract; in IsFloatingPointFoldingAllowed()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp799 bool is_nocontract = false; in IsFloatingPointFoldingAllowed() local
802 [&is_nocontract](const Instruction&) { in IsFloatingPointFoldingAllowed()
803 is_nocontract = true; in IsFloatingPointFoldingAllowed()
806 return !is_nocontract; in IsFloatingPointFoldingAllowed()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.cpp799 bool is_nocontract = false; in IsFloatingPointFoldingAllowed() local
802 [&is_nocontract](const Instruction&) { in IsFloatingPointFoldingAllowed()
803 is_nocontract = true; in IsFloatingPointFoldingAllowed()
806 return !is_nocontract; in IsFloatingPointFoldingAllowed()