Searched refs:operandIds (Results 1 - 3 of 3) sorted by relevance
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.h | 392 void addExecutionModeId(Function*, ExecutionMode mode, const std::vector<Id>& operandIds); 401 void addDecorationId(Id id, Decoration, const std::vector<Id>& operandIds);
|
H A D | SpvBuilder.cpp | 1887 void Builder::addExecutionModeId(Function* entryPoint, ExecutionMode mode, const std::vector<Id>& operandIds) in addExecutionModeId() argument 1896 for (auto operandId : operandIds) in addExecutionModeId() 1999 void Builder::addDecorationId(Id id, Decoration decoration, const std::vector<Id>& operandIds) in addDecorationId() argument 2008 for (auto operandId : operandIds) in addDecorationId()
|
H A D | GlslangToSpv.cpp | 1961 std::vector<spv::Id> operandIds; in TGlslangToSpvTraverser() local 1965 operandIds.push_back(getSymbolId(extraOperand->getAsSymbolNode())); in TGlslangToSpvTraverser() 1967 operandIds.push_back(createSpvConstant(*extraOperand)); in TGlslangToSpvTraverser() 1969 builder.addExecutionModeId(shaderEntry, static_cast<spv::ExecutionMode>(modeId.first), operandIds); in TGlslangToSpvTraverser() 4742 std::vector<spv::Id> operandIds; in applySpirvDecorate() local 4746 operandIds.push_back(createSpvConstant(*extraOperand)); in applySpirvDecorate() 4748 operandIds.push_back(getSymbolId(extraOperand->getAsSymbolNode())); in applySpirvDecorate() 4750 builder.addDecorationId(id, static_cast<spv::Decoration>(decorateId.first), operandIds); in applySpirvDecorate()
|
Completed in 25 milliseconds