Searched refs:maxVertexCount (Results 1 – 7 of 7) sorted by relevance
261 size_t maxVertexCount = 0; in handleLineLoopIndirectDraw() local277 if (vertexCount > maxVertexCount) in handleLineLoopIndirectDraw()279 maxVertexCount = vertexCount; in handleLineLoopIndirectDraw()282 ANGLE_TRY(mLineLoopHelper.streamArrayIndirect(contextVk, maxVertexCount + 1, indirectBufferVk, in handleLineLoopIndirectDraw()
506 int64_t maxVertexCount = in reserveSpaceForAttrib() local509 int64_t maxByte = GetMaxAttributeByteOffsetForDraw(attrib, binding, maxVertexCount); in reserveSpaceForAttrib()
209 uint32_t maxVertexCount; member
21307 , maxVertexCount( maxVertexCount_ )21355 maxVertexCount = maxVertexCount_; in setMaxVertexCount()21391 && ( maxVertexCount == rhs.maxVertexCount ) in operator ==()21408 uint32_t maxVertexCount = {}; member
227 uint32_t maxVertexCount; member
1748 int maxVertexCount; in handleEntryPointAttributes() local1750 if (! it->getInt(maxVertexCount)) { in handleEntryPointAttributes()1753 if (! intermediate.setVertices(maxVertexCount)) in handleEntryPointAttributes()