Home | History | Annotate | Download | only in pipeline

Lines Matching refs:maxAttributes

464 		const deUint32					maxAttributes	= limits.maxVertexInputAttributes;
466 if (m_attributeInfos.size() > maxAttributes)
468 const std::string notSupportedStr = "Unsupported number of vertex input attributes, maxVertexInputAttributes: " + de::toString(maxAttributes);
475 m_maxAttributes = maxAttributes;
477 for (deUint32 i = 0; i < maxAttributes; i++)