Home
last modified time | relevance | path

Searched refs:getConstantScalar (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6805 builder.getConstantScalar(operands[4]) | builder.getConstantScalar(operands[5])); in createAtomicOperation()
6807 builder.getConstantScalar(operands[6]) | builder.getConstantScalar(operands[7])); in createAtomicOperation()
6813 builder.getConstantScalar(operands[2]) | builder.getConstantScalar(operands[3])); in createAtomicOperation()
6821 (builder.getConstantScalar(operands[3]) | builder.getConstantScalar(operands[4])); in createAtomicOperation()
6826 …unsigned semanticsImmediate = builder.getConstantScalar(semanticsId) | builder.getConstantScalar(s… in createAtomicOperation()
6834 …if (glslangIntermediate->usingVulkanMemoryModel() && builder.getConstantScalar(scopeId) == spv::Sc… in createAtomicOperation()
7573 unsigned int executionScope = builder.getConstantScalar(operands[0]); in createMiscOperation()
7574 unsigned int memoryScope = builder.getConstantScalar(operands[1]); in createMiscOperation()
7575 …unsigned int semantics = builder.getConstantScalar(operands[2]) | builder.getConstantScalar(operan… in createMiscOperation()
7596 unsigned int memoryScope = builder.getConstantScalar(operands[0]); in createMiscOperation()
[all …]
DSpvBuilder.h247 unsigned int getConstantScalar(Id resultId) const in getConstantScalar() function
DSpvBuilder.cpp1570 typeId = getContainedTypeId(typeId, getConstantScalar(offsets[i])); in createAccessChain()
2808 indexes.push_back(getConstantScalar(accessChain.indexChain[i])); in accessChainLoad()
2915 type = getContainedTypeId(type, getConstantScalar(*it)); in accessChainGetInferredType()