Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DInliningUtils.cpp321 auto cleanupState = [&] { in inlineCall() local
346 return cleanupState(); in inlineCall()
364 return cleanupState(); in inlineCall()
371 return cleanupState(); in inlineCall()
377 return cleanupState(); in inlineCall()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp370 SWR_ASSERT(pPrevDrawContext->cleanupState == false); in GetDrawContext()
398 pCurDrawContext->cleanupState = true; in GetDrawContext()
1246 pDC->cleanupState = (remainingVerts == numVertsForDraw); in DrawInstanced()
1404 pDC->cleanupState = (remainingIndices == numIndicesForDraw); in DrawIndexedInstance()
Dcontext.h447 bool cleanupState; // True if this is the last draw using an entry in the state ring. member
Dthreads.cpp464 if (pDC->cleanupState) in CompleteDrawContextInl()