Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandQueue.cpp736 ANGLE_TRY(checkOneCommandBatchLocked(context, &finished)); in finishResourceUse()
801 ANGLE_TRY(checkOneCommandBatchLocked(context, &finished)); in waitForResourceUseToFinishWithUserTimeout()
1101 angle::Result CommandQueue::checkOneCommandBatchLocked(ErrorContext *context, bool *finished) in checkOneCommandBatchLocked() function in rx::vk::CommandQueue
1177 ANGLE_TRY(checkOneCommandBatchLocked(context, &finished)); in checkCompletedCommandsLocked()
DCommandQueue.h449 angle::Result checkOneCommandBatchLocked(ErrorContext *context, bool *finished);