Lines Matching refs:vertexInputCount
189 int vertexInputCount; member
377 attributeLocation += glslTypeDescription.vertexInputCount * getConsumedLocations(attributeInfo); in VertexInputTest()
546 for (int descNdx = 0; descNdx < glslTypeDescription.vertexInputCount; ++descNdx) in createInstance()
687 …const int vertexInputCount = VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].verte… in getGlslVertexCheck() local
688 …totalInputComponentCount += vertexInputCount * VertexInputTest::s_glslTypeDescriptions[attributeIn… in getGlslVertexCheck()
725 …const int vertexInputCount = VertexInputTest::s_glslTypeDescriptions[m_attributeInfos[attributeNdx… in getGlslVertexCheck() local
726 …totalInputComponentCount += vertexInputCount * VertexInputTest::s_glslTypeDescriptions[m_attribute… in getGlslVertexCheck()
766 …const int vertexInputCount = VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].ver… in getGlslAttributeConditions() local
767 const deUint32 totalComponentCount = componentCount * vertexInputCount; in getGlslAttributeConditions()
788 for (int columnNdx = 0; columnNdx< vertexInputCount; columnNdx++) in getGlslAttributeConditions()
805 if (vertexInputCount == 1) in getGlslAttributeConditions()
1510 …const int vertexInputCount = VertexInputTest::s_glslTypeDescriptions[attribute.glslType].vertexIn… in writeVertexInputValue() local
1512 const deUint32 totalComponentCount = componentCount * vertexInputCount; in writeVertexInputValue()