Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Darena.h104 m_oldCachedSize -= pBlock->blockSize; in AllocateAligned()
156 bool doFree = (m_oldCachedSize > MAX_UNUSED_SIZE); in FreeOldBlocks()
166 m_oldCachedSize -= pBlock->blockSize; in FreeOldBlocks()
210 m_oldCachedSize += m_cachedSize; in FreeOldBlocks()
289 m_oldCachedSize += pNewBlock->blockSize; in InsertCachedBlock()
363 size_t m_oldCachedSize = 0; member