Home
last modified time | relevance | path

Searched defs:SemaphoreWithInitial (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTimelineSemaphoreTests.cpp2326 struct SemaphoreWithInitial struct
2328 vk::Move<vk::VkSemaphore> semaphore;
2329 deUint64 initialValue;
2331 SemaphoreWithInitial (vk::Move<vk::VkSemaphore>&& sem, deUint64 initVal) in SemaphoreWithInitial() function
2336 SemaphoreWithInitial (SemaphoreWithInitial&& other) in SemaphoreWithInitial() argument