Home
last modified time | relevance | path

Searched refs:clusterCount (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DQuadRasterizer.cpp29 extern int clusterCount;
52 int clusterCount = Renderer::getClusterCount(); in generate() local
60 yMin += clusterCount * 2 - 2 - cluster2; in generate()
61 yMin &= -clusterCount * 2; in generate()
294 int clusterCount = Renderer::getClusterCount(); in rasterize()
300 …ter<Int>(data + OFFSET(DrawData,colorPitchB[index])) << (1 + sw::log2(clusterCount)); // FIXME: … in rasterize()
306 …zBuffer += *Pointer<Int>(data + OFFSET(DrawData,depthPitchB)) << (1 + sw::log2(clusterCount)); /… in rasterize()
311 …sBuffer += *Pointer<Int>(data + OFFSET(DrawData,stencilPitchB)) << (1 + sw::log2(clusterCount)); … in rasterize()
314 y += 2 * clusterCount; in rasterize()
DRenderer.hpp364 static int getClusterCount() { return clusterCount; } in getClusterCount()
440 static AtomicInt clusterCount; member in sw::Renderer
DRenderer.cpp67 AtomicInt Renderer::clusterCount(1); member in sw::Renderer
557 for(int cluster = 0; cluster < clusterCount; cluster++) in draw()
564 for(int cluster = 0; cluster < clusterCount; cluster++) in draw()
779 for(int cluster = 0; cluster < clusterCount; cluster++) in findAvailableTasks()
937 primitiveProgress[unit].references = clusterCount; in executeTask()
1010 for(int cluster = 0; cluster < clusterCount; cluster++) in finishRendering()
1026 for(int cluster = 0; cluster < clusterCount; cluster++) in finishRendering()
2135 clusterCount = ceilPow2(threadCount); in initializeThreads()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRasterizer.hpp31 , clusterCount(Arg<4>()) in Rasterizer()
41 Int clusterCount; member in sw::Rasterizer
DQuadRasterizer.cpp47 yMin += clusterCount * 2 - 2 - cluster2; in generate()
48 yMin &= -clusterCount * 2; in generate()
77 Int clusterCountLog2 = 31 - Ctlz(UInt(clusterCount), false); in rasterize()
228 y += 2 * clusterCount; in rasterize()
DPixelProcessor.hpp31 …vice *device, const Primitive *primitive, int count, int cluster, int clusterCount, DrawData *draw…