Home
last modified time | relevance | path

Searched refs:missing_constants (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold.cpp636 bool missing_constants = false; in FoldInstructionToConstant() local
637 inst->ForEachInId([&constants, &missing_constants, const_mgr, in FoldInstructionToConstant()
643 missing_constants = true; in FoldInstructionToConstant()
668 if (!missing_constants && inst->IsFoldableByFoldScalar()) { in FoldInstructionToConstant()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.cpp636 bool missing_constants = false; in FoldInstructionToConstant() local
637 inst->ForEachInId([&constants, &missing_constants, const_mgr, in FoldInstructionToConstant()
643 missing_constants = true; in FoldInstructionToConstant()
668 if (!missing_constants && inst->IsFoldableByFoldScalar()) { in FoldInstructionToConstant()