Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.h465 return retireFinishedCommandsLocked(context); in retireFinishedCommands()
483 angle::Result retireFinishedCommandsLocked(Context *context);
DCommandProcessor.cpp1597 ANGLE_TRY(retireFinishedCommandsLocked(context)); in checkOneCommandBatch()
1636 ANGLE_TRY(retireFinishedCommandsLocked(context)); in finishOneCommandBatchAndCleanupImpl()
1642 ANGLE_TRY(retireFinishedCommandsLocked(context)); in finishOneCommandBatchAndCleanupImpl()
1648 angle::Result CommandQueue::retireFinishedCommandsLocked(Context *context) in retireFinishedCommandsLocked() function in rx::vk::CommandQueue