Home
last modified time | relevance | path

Searched refs:finishRunningCommands (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DResourceVk.cpp34 angle::Result Resource::finishRunningCommands(ContextVk *contextVk) in finishRunningCommands() function in rx::vk::Resource
54 ANGLE_TRY(finishRunningCommands(contextVk)); in waitForIdle()
DQueryVk.cpp473 angle::Result QueryVk::finishRunningCommands(ContextVk *contextVk) in finishRunningCommands() function in rx::QueryVk
479 ANGLE_TRY(mQueryHelper.get().finishRunningCommands(contextVk)); in finishRunningCommands()
487 ANGLE_TRY(query.get().finishRunningCommands(contextVk)); in finishRunningCommands()
546 ANGLE_TRY(finishRunningCommands(contextVk)); in getResult()
DQueryVk.h54 angle::Result finishRunningCommands(ContextVk *contextVk);
DResourceVk.h184 angle::Result finishRunningCommands(ContextVk *contextVk);
DCommandGraph.h456 angle::Result finishRunningCommands(ContextVk *contextVk);
DCommandGraph.cpp300 angle::Result CommandGraphResource::finishRunningCommands(ContextVk *contextVk) in finishRunningCommands() function in rx::vk::CommandGraphResource