Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h414 SpvSelectionControlMaskNone = 0, enumerator
DSkSLSPIRVCodeGenerator.cpp2374 this->writeInstruction(SpvOpSelectionMerge, end, SpvSelectionControlMaskNone, out); in writeLogicalAnd()
2395 this->writeInstruction(SpvOpSelectionMerge, end, SpvSelectionControlMaskNone, out); in writeLogicalOr()
2427 this->writeInstruction(SpvOpSelectionMerge, end, SpvSelectionControlMaskNone, out); in writeTernaryExpression()
2877 this->writeInstruction(SpvOpSelectionMerge, end, SpvSelectionControlMaskNone, out); in writeIfStatement()
2891 this->writeInstruction(SpvOpSelectionMerge, ifFalse, SpvSelectionControlMaskNone, out); in writeIfStatement()
/external/mesa3d/src/compiler/spirv/
Dspirv.h414 SpvSelectionControlMaskNone = 0, enumerator