Home
last modified time | relevance | path

Searched refs:RasterTileDepthOffset (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend.cpp245 uint8_t *pDepthSample = pDepthBuffer + RasterTileDepthOffset(sample); in BackendNullPS()
Dbackend_impl.h101 INLINE static uint32_t RasterTileDepthOffset(uint32_t sampleNum) in RasterTileDepthOffset() function
588 uint8_t *pDepthSample = pDepthBuffer + RasterTileDepthOffset(sample);
1012 uint8_t *pDepthSample = pDepthBuffer + RasterTileDepthOffset(sample);
Dbackend_sample.cpp101 uint8_t *pDepthSample = pDepthBuffer + RasterTileDepthOffset(sample); in BackendSampleRate()