Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp335 SWR_ASSERT(pPrevDrawContext->cleanupState == false); in GetDrawContext()
363 pCurDrawContext->cleanupState = true; in GetDrawContext()
1218 pDC->cleanupState = (remainingVerts == numVertsForDraw); in DrawInstanced()
1363 pDC->cleanupState = (remainingIndices == numIndicesForDraw); in DrawIndexedInstance()
Dcontext.h411 … bool cleanupState; // True if this is the last draw using an entry in the state ring. member
Dthreads.cpp405 if (pDC->cleanupState) in CompleteDrawContextInl()