Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DSurface.hpp457 static void memfill4(void *buffer, int pattern, int bytes);
DSurface.cpp3122 void Surface::memfill4(void *buffer, int pattern, int bytes) in memfill4() function in sw::Surface
3240 memfill4(target, (int&)depth, 4 * width); in clearDepth()
3305 memfill4(&target[evenX0], (int&)depth, evenBytes); in clearDepth()
3379 memfill4(&target[evenX0], fill, evenBytes); in clearStencil()
3430 memfill4(row, c, width * buffer->bytes); in fill()