Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandQueue.cpp709 bool anyGarbageCleaned = false; in postSubmitCheck() local
710 ANGLE_TRY(cleanupSomeGarbage(context, kMinInFlightBatchesToKeep, &anyGarbageCleaned)); in postSubmitCheck()
711 if (!anyGarbageCleaned) in postSubmitCheck()
1075 bool anyGarbageCleaned = false; in cleanupSomeGarbage() local
1077 renderer->cleanupGarbage(&anyGarbageCleaned); in cleanupSomeGarbage()
1079 while (!anyGarbageCleaned) in cleanupSomeGarbage()
1089 renderer->cleanupGarbage(&anyGarbageCleaned); in cleanupSomeGarbage()
1094 *anyGarbageCleanedOut = anyGarbageCleaned; in cleanupSomeGarbage()
DContextVk.cpp7259 bool anyGarbageCleaned = false; in initBufferAllocation() local
7263 ANGLE_TRY(mRenderer->cleanupSomeGarbage(this, &anyGarbageCleaned)); in initBufferAllocation()
7264 if (anyGarbageCleaned) in initBufferAllocation()
7270 } while (result != VK_SUCCESS && anyGarbageCleaned); in initBufferAllocation()
7344 bool anyGarbageCleaned = false; in initImageAllocation() local
7348 ANGLE_TRY(mRenderer->cleanupSomeGarbage(this, &anyGarbageCleaned)); in initImageAllocation()
7349 if (anyGarbageCleaned) in initImageAllocation()
7356 } while (result != VK_SUCCESS && anyGarbageCleaned); in initImageAllocation()