Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp1778 for (deUint32 compositeNdx = 0u; compositeNdx < (deUint32)dataset.size(); compositeNdx++) in createConstantDeclaration() local
1780 …str += "%c_testtype_" + de::toString(compositeNdx) + " = OpSpecConstantComposite %" + m_spirvTestT… in createConstantDeclaration()
1783 …str += " %c_constituent_" + de::toString(getConstituentIndex(compositeNdx * m_vectorSize + compone… in createConstantDeclaration()
1804 for (deUint32 compositeNdx = 0u; compositeNdx < (deUint32)dataset.size(); compositeNdx++) in createConstantDeclaration() local
1806 … str += "%c_testtype_" + de::toString(compositeNdx) + " = OpConstantComposite %" + m_spirvTestType; in createConstantDeclaration()
1809 …str += " %c_constituent_" + de::toString(getConstituentIndex(compositeNdx * m_vectorSize + compone… in createConstantDeclaration()