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.h103 m_oldCachedSize -= pBlock->blockSize; in AllocateAligned()
158 bool doFree = (m_oldCachedSize > MAX_UNUSED_SIZE); in FreeOldBlocks()
168 m_oldCachedSize -= pBlock->blockSize; in FreeOldBlocks()
212 m_oldCachedSize += m_cachedSize; in FreeOldBlocks()
292 m_oldCachedSize += pNewBlock->blockSize; in InsertCachedBlock()
366 size_t m_oldCachedSize = 0; member