• Home
  • Raw
  • Download

Lines Matching refs:maxAttributes

843 	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()
985 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate() local
992 …m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::E… in iterate()
994 …for (int loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_ty… in iterate()
999 …attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx + maxAttributes), Attribute::LOC_UN… in iterate()
1000 bindings.push_back(Bind("a_" + de::toString(ndx + maxAttributes), loc)); in iterate()
1108 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate() local
1114 …m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::E… in iterate()
1116 …for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (a… in iterate()
1140 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate() local
1152 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()
1201 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate() local
1208 …m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::E… in iterate()
1210 …for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (a… in iterate()
1241 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate() local
1255 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()
1314 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate() local
1329 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()
1357 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate() local
1372 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()