Home | History | Annotate | Download | only in glshared

Lines Matching refs:maxAttributes

843 	const deInt32		maxAttributes		= getMaxAttributeLocations(m_renderCtx);
850 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage;
852 for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (arrayElementCount * m_type.getLocationSize()))
907 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
914 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage;
916 for (int loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_type.getLocationSize() * arrayElementCount)
921 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx + maxAttributes), Attribute::LOC_UNDEF, Cond("A", false)));
922 bindings.push_back(Bind("a_" + de::toString(ndx + maxAttributes), loc));
944 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
958 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++)
985 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
992 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage;
994 for (int loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_type.getLocationSize() * arrayElementCount)
999 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx + maxAttributes), Attribute::LOC_UNDEF, Cond::COND_NEVER));
1000 bindings.push_back(Bind("a_" + de::toString(ndx + maxAttributes), loc));
1108 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
1114 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage;
1116 for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (arrayElementCount * m_type.getLocationSize()))
1140 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
1152 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++)
1201 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
1208 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage;
1210 for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (arrayElementCount * m_type.getLocationSize()))
1241 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
1255 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++)
1314 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
1329 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++)
1357 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
1372 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++)