Home
last modified time | relevance | path

Searched refs:selectionControl2 (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h916 spv::SelectionControlMask *selectionControl2);
Dspirv_instruction_builder_autogen.h792 void WriteSelectionMerge(Blob *blob, IdRef mergeBlock, spv::SelectionControlMask selectionControl2);
Dspirv_instruction_builder_autogen.cpp2731 void WriteSelectionMerge(Blob *blob, IdRef mergeBlock, spv::SelectionControlMask selectionControl2) in WriteSelectionMerge() argument
2736 blob->push_back(selectionControl2); in WriteSelectionMerge()
Dspirv_instruction_parser_autogen.cpp3254 spv::SelectionControlMask *selectionControl2) in ParseSelectionMerge() argument
3262 *selectionControl2 = spv::SelectionControlMask(_instruction[_o++]); in ParseSelectionMerge()