Home
last modified time | relevance | path

Searched refs:UniqueSemaphore (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/detector/
DVulkan.h120 const std::vector<vkhpp::UniqueSemaphore>& semaphores_wait = {},
121 const std::vector<vkhpp::UniqueSemaphore>& semaphores_signal = {});
DVulkan.cpp944 const std::vector<vkhpp::UniqueSemaphore>& semaphores_wait, in DoCommandsImmediate()
945 const std::vector<vkhpp::UniqueSemaphore>& semaphores_signal) { in DoCommandsImmediate()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp107 vkhpp::UniqueSemaphore semaphore; in DoAcquireImageAndroidWithSync()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_handles.hpp834 using UniqueSemaphore = UniqueHandle<Semaphore, VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>; typedef