Home
last modified time | relevance | path

Searched refs:MaxBatchSize (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.hpp54 static constexpr int MaxBatchSize = 128; variable
59 using TriangleBatch = std::array<Triangle, MaxBatchSize>;
60 using PrimitiveBatch = std::array<Primitive, MaxBatchSize>;
182 unsigned int triangleIndicesOut[MaxBatchSize + 1][3],
DRenderer.cpp226 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()