Searched refs:SpvOpSelectionMerge (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/sksl/
H A Dspirv.h799 SpvOpSelectionMerge = 247, enumerator in enum:SpvOp_
H A DSkSLSPIRVCodeGenerator.cpp635 case SpvOpSelectionMerge:
2206 this->writeInstruction(SpvOpSelectionMerge, end, SpvSelectionControlMaskNone, out);
2227 this->writeInstruction(SpvOpSelectionMerge, end, SpvSelectionControlMaskNone, out);
2259 this->writeInstruction(SpvOpSelectionMerge, end, SpvSelectionControlMaskNone, out);
2687 this->writeInstruction(SpvOpSelectionMerge, end, SpvSelectionControlMaskNone, out);
2701 this->writeInstruction(SpvOpSelectionMerge, ifFalse, SpvSelectionControlMaskNone, out);

Completed in 33 milliseconds