Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Darena.h389 ArenaBlock* pCurBlock = m_pCurBlock; in AllocAligned() local
392 if ((offset + size) <= pCurBlock->blockSize) in AllocAligned()
394 void* pMem = PtrAdd(pCurBlock, offset); in AllocAligned()