Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp843 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate() local
850 …m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::E… in iterate()
852 …for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (a… in iterate()
907 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate() local
914 …m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::E… in iterate()
916 …for (int loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_ty… in iterate()
921 …attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx + maxAttributes), Attribute::LOC_UN… in iterate()
922 bindings.push_back(Bind("a_" + de::toString(ndx + maxAttributes), loc)); in iterate()
944 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate() local
958 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()
[all …]