Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp6022 …semanticsId = builder.makeUintConstant(builder.getConstantScalar(operands[4]) | builder.getConstan…
6023 …emanticsId2 = builder.makeUintConstant(builder.getConstantScalar(operands[6]) | builder.getConstan…
6028 …semanticsId = builder.makeUintConstant(builder.getConstantScalar(operands[2]) | builder.getConstan…
6035 …semanticsId = builder.makeUintConstant(builder.getConstantScalar(operands[3]) | builder.getConstan…
6040 …unsigned semanticsImmediate = builder.getConstantScalar(semanticsId) | builder.getConstantScalar(s…
6045 …if (glslangIntermediate->usingVulkanMemoryModel() && builder.getConstantScalar(scopeId) == spv::Sc…
6979 unsigned int executionScope = builder.getConstantScalar(operands[0]);
6980 unsigned int memoryScope = builder.getConstantScalar(operands[1]);
6981 …unsigned int semantics = builder.getConstantScalar(operands[2]) | builder.getConstantScalar(operan…
6997 unsigned int memoryScope = builder.getConstantScalar(operands[0]);
[all …]
DSpvBuilder.h206 …unsigned int getConstantScalar(Id resultId) const { return module.getInstruction(resultId)->getImm… in getConstantScalar() function
DSpvBuilder.cpp1384 typeId = getContainedTypeId(typeId, getConstantScalar(offsets[i])); in createAccessChain()
2594 indexes.push_back(getConstantScalar(accessChain.indexChain[i])); in accessChainLoad()
2688 type = getContainedTypeId(type, getConstantScalar(*it)); in accessChainGetInferredType()