Searched refs:compositeNdx (Results 1 – 1 of 1) sorted by relevance
1778 for (deUint32 compositeNdx = 0u; compositeNdx < (deUint32)dataset.size(); compositeNdx++) in createConstantDeclaration() local1780 …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() local1806 … str += "%c_testtype_" + de::toString(compositeNdx) + " = OpConstantComposite %" + m_spirvTestType; in createConstantDeclaration()1809 …str += " %c_constituent_" + de::toString(getConstituentIndex(compositeNdx * m_vectorSize + compone… in createConstantDeclaration()