Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp2487 struct SemaphoreWithInitial struct
2489 vk::Move<vk::VkSemaphore> semaphore;
2490 uint64_t initialValue;
2492SemaphoreWithInitial(vk::Move<vk::VkSemaphore> &&sem, uint64_t initVal) : semaphore(sem), initialV… in SemaphoreWithInitial() function
2496SemaphoreWithInitial(SemaphoreWithInitial &&other) : semaphore(other.semaphore), initialValue(othe… in SemaphoreWithInitial() argument