Home
last modified time | relevance | path

Searched defs:numPrimitivesPerBatch (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.cpp226 unsigned int numPrimitivesPerBatch = MaxBatchSize / ms; in draw() local
487 auto const numPrimitivesPerBatch = draw->numPrimitivesPerBatch; in run() local
DRenderer.hpp152 unsigned int numPrimitivesPerBatch; member