Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp115 bool anyBatchCleaned = false; in FindAndAllocateCompatibleMemory() local
123 ANGLE_TRY(renderer->finishOneCommandBatchAndCleanup(context, &anyBatchCleaned)); in FindAndAllocateCompatibleMemory()
125 if (anyBatchCleaned) in FindAndAllocateCompatibleMemory()
130 } while (result != VK_SUCCESS && anyBatchCleaned); in FindAndAllocateCompatibleMemory()
DRendererVk.cpp5831 bool *anyBatchCleaned) in finishOneCommandBatchAndCleanup() argument
5834 anyBatchCleaned); in finishOneCommandBatchAndCleanup()
5874 bool anyBatchCleaned = false; in allocateAndBindMemory() local
5886 if (renderer->finishOneCommandBatchAndCleanup(context, &anyBatchCleaned) == in allocateAndBindMemory()
5892 if (anyBatchCleaned) in allocateAndBindMemory()
5897 } while (result != VK_SUCCESS && anyBatchCleaned); in allocateAndBindMemory()
DRendererVk.h764 angle::Result finishOneCommandBatchAndCleanup(vk::Context *context, bool *anyBatchCleaned);