Home
last modified time | relevance | path

Searched defs:selectionControl (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/SCFToSPIRV/
DSCFToSPIRV.cpp217 auto selectionControl = rewriter.getI32IntegerAttr( in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DDeserializer.cpp1857 auto selectionControl = operands[1]; in processSelectionMerge() local
1979 ControlFlowStructurizer::createSelectionOp(uint32_t selectionControl) { in createSelectionOp()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp2734 auto selectionControl = builder.getI32IntegerAttr( in createIfThen() local
/external/angle/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp2701 void WriteSelectionMerge(Blob *blob, IdRef mergeBlock, spv::SelectionControlMask selectionControl) in WriteSelectionMerge()
Dspirv_instruction_parser_autogen.cpp3238 spv::SelectionControlMask *selectionControl) in ParseSelectionMerge()