Home
last modified time | relevance | path

Searched refs:checkCompletedCommands (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandQueue.h373 angle::Result checkCompletedCommands(ErrorContext *context) in checkCompletedCommands() function
383 ANGLE_TRY(checkCompletedCommands(context)); in checkAndCleanupCompletedCommands()
Dvk_renderer.h453 angle::Result checkCompletedCommands(vk::ErrorContext *context);
1126 ANGLE_INLINE angle::Result Renderer::checkCompletedCommands(vk::ErrorContext *context) in checkCompletedCommands() function
1128 return mCommandQueue.checkCompletedCommands(context); in checkCompletedCommands()
DSyncVk.cpp277 ANGLE_TRY(renderer->checkCompletedCommands(context)); in getStatus()
DCommandQueue.cpp414 ANGLE_TRY(mCommandQueue->checkCompletedCommands(this)); in processTasksImpl()
DContextVk.cpp1498 ANGLE_TRY(mRenderer->checkCompletedCommands(this)); in flushImpl()