Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Darena.h454 ArenaBlock* pUsedBlocks = m_pCurBlock->pNext; variable
456 while (pUsedBlocks)
458 ArenaBlock* pBlock = pUsedBlocks;
459 pUsedBlocks = pBlock->pNext;