Lines Matching refs:staticAttributeCount
72 int staticAttributeCount;
203 for (int attributeNdx = 0; attributeNdx < m_spec.staticAttributeCount; attributeNdx++)
206 if (m_spec.staticAttributeCount > 0 && m_spec.dynamicAttributeCount > 0)
223 for (int attributeNdx = 0; attributeNdx < m_spec.staticAttributeCount; attributeNdx++)
268 for (int attribute = 0; attribute < m_spec.staticAttributeCount; attribute++)
355 for (int attribute = 0; attribute < m_spec.staticAttributeCount; attribute++)
369 for (int attribute = 0; attribute < m_spec.staticAttributeCount; attribute++)
588 for (int attribNdx = 0; attribNdx < m_spec.staticAttributeCount; attribNdx++)
669 for (int attribNdx = 0; attribNdx < m_spec.staticAttributeCount; attribNdx++)
694 for (int attribNdx = 0; attribNdx < m_spec.staticAttributeCount; attribNdx++)
772 for (int attribNdx = 0; attribNdx < m_spec.staticAttributeCount; attribNdx++)
834 if (m_spec.staticAttributeCount > 0)
835 log << TestLog::Message << "Using " << m_spec.staticAttributeCount << " static attribute" << (m_spec.staticAttributeCount > 1 ? "s" : "") << " from " << (m_spec.useStaticBuffer ? "buffer" : "pointer") << "." << TestLog::EndMessage;
935 DE_ASSERT(!spec.useStaticBuffer || spec.staticAttributeCount > 0);
938 if (spec.staticAttributeCount > 0)
939 stream << spec.staticAttributeCount << "_static_";
942 stream << (spec.staticAttributeCount == 1 ? "buffer_" : "buffers_");
1034 int staticAttributeCount = staticAttributeCounts[attributeCountNdx];
1037 if (staticAttributeCount + dynamicAttributeCount == 1)
1039 else if (staticAttributeCount + dynamicAttributeCount == 8)
1059 spec.staticAttributeCount = staticAttributeCount;
1071 if (spec.useStaticBuffer && spec.staticAttributeCount == 0)