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.cpp2515 struct SemaphoreWithInitial struct
2517 vk::Move<vk::VkSemaphore> semaphore;
2518 uint64_t initialValue;
2520SemaphoreWithInitial(vk::Move<vk::VkSemaphore> &&sem, uint64_t initVal) : semaphore(sem), initialV… in SemaphoreWithInitial() argument
2524SemaphoreWithInitial(SemaphoreWithInitial &&other) : semaphore(other.semaphore), initialValue(othe… in SemaphoreWithInitial() function