Home
last modified time | relevance | path

Searched refs:SpvOpSelectionMerge (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c142 case SpvOpSelectionMerge: in vtn_cfg_handle_prepass_instruction()
346 (*block->merge & SpvOpCodeMask) == SpvOpSelectionMerge) { in vtn_cfg_walk_blocks()
360 assert((*block->merge & SpvOpCodeMask) == SpvOpSelectionMerge); in vtn_cfg_walk_blocks()
401 assert((*block->merge & SpvOpCodeMask) == SpvOpSelectionMerge); in vtn_cfg_walk_blocks()
Dspirv.h799 SpvOpSelectionMerge = 247, enumerator
Dspirv_to_nir.c2949 case SpvOpSelectionMerge: in vtn_handle_body_instruction()
/external/skia/src/sksl/
Dspirv.h799 SpvOpSelectionMerge = 247, enumerator
DSkSLSPIRVCodeGenerator.cpp632 case SpvOpSelectionMerge: in opcode_text()
2374 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()