Searched refs:MaxBatchSize (Results 1 – 2 of 2) sorted by relevance
54 static constexpr int MaxBatchSize = 128; variable59 using TriangleBatch = std::array<Triangle, MaxBatchSize>;60 using PrimitiveBatch = std::array<Primitive, MaxBatchSize>;182 unsigned int triangleIndicesOut[MaxBatchSize + 1][3],
226 unsigned int numPrimitivesPerBatch = MaxBatchSize / ms; in draw()535 …unsigned int triangleIndices[MaxBatchSize + 1][3]; // One extra for SIMD width overrun. TODO: Adj… in processVertices()605 unsigned int triangleIndicesOut[MaxBatchSize + 1][3], in processPrimitiveVertices()