Searched refs:anyBatchCleaned (Results 1 – 3 of 3) sorted by relevance
115 bool anyBatchCleaned = false; in FindAndAllocateCompatibleMemory() local123 ANGLE_TRY(renderer->finishOneCommandBatchAndCleanup(context, &anyBatchCleaned)); in FindAndAllocateCompatibleMemory()125 if (anyBatchCleaned) in FindAndAllocateCompatibleMemory()130 } while (result != VK_SUCCESS && anyBatchCleaned); in FindAndAllocateCompatibleMemory()
5831 bool *anyBatchCleaned) in finishOneCommandBatchAndCleanup() argument5834 anyBatchCleaned); in finishOneCommandBatchAndCleanup()5874 bool anyBatchCleaned = false; in allocateAndBindMemory() local5886 if (renderer->finishOneCommandBatchAndCleanup(context, &anyBatchCleaned) == in allocateAndBindMemory()5892 if (anyBatchCleaned) in allocateAndBindMemory()5897 } while (result != VK_SUCCESS && anyBatchCleaned); in allocateAndBindMemory()
764 angle::Result finishOneCommandBatchAndCleanup(vk::Context *context, bool *anyBatchCleaned);