Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DResourceVk.cpp46 ANGLE_TRY(resource->finishRunningCommands(contextVk)); in WaitForIdle()
77 angle::Result Resource::finishRunningCommands(ContextVk *contextVk) in finishRunningCommands() function in rx::vk::Resource
114 angle::Result ReadWriteResource::finishRunningCommands(ContextVk *contextVk) in finishRunningCommands() function in rx::vk::ReadWriteResource
DQueryVk.cpp474 angle::Result QueryVk::finishRunningCommands(ContextVk *contextVk) in finishRunningCommands() function in rx::QueryVk
480 ANGLE_TRY(mQueryHelper.get().finishRunningCommands(contextVk)); in finishRunningCommands()
488 ANGLE_TRY(query.get().finishRunningCommands(contextVk)); in finishRunningCommands()
552 ANGLE_TRY(finishRunningCommands(contextVk)); in getResult()
DResourceVk.h215 angle::Result finishRunningCommands(ContextVk *contextVk);
267 angle::Result finishRunningCommands(ContextVk *contextVk);
DQueryVk.h55 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