Searched refs:retireFinishedCommandsLocked (Results 1 – 2 of 2) sorted by relevance
465 return retireFinishedCommandsLocked(context); in retireFinishedCommands()483 angle::Result retireFinishedCommandsLocked(Context *context);
1597 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