Searched defs:SemaphoreWithInitial (Results 1 – 1 of 1) sorted by relevance
2326 struct SemaphoreWithInitial struct2328 vk::Move<vk::VkSemaphore> semaphore;2329 deUint64 initialValue;2331 SemaphoreWithInitial (vk::Move<vk::VkSemaphore>&& sem, deUint64 initVal) in SemaphoreWithInitial() function2336 SemaphoreWithInitial (SemaphoreWithInitial&& other) in SemaphoreWithInitial() argument