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.h456 ArenaBlock *pUsedBlocks = m_pCurBlock->pNext; variable
458 while (pUsedBlocks)
460 ArenaBlock* pBlock = pUsedBlocks;
461 pUsedBlocks = pBlock->pNext;