Searched refs:deviceSignal (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationTimelineSemaphoreTests.cpp | 108 void deviceSignal (const DeviceInterface& vk, in deviceSignal() function 196 deviceSignal(vk, device, queue, *fence, m_type, semaphores[semIdx], timelineValues[semIdx]); in iterate() 208 … deviceSignal(vk, device, queue, *fence, m_type, semaphores[randomIdx], timelineValues[randomIdx]); in iterate() 441 …deviceSignal(vk, device, queue, semIdx == (semaphores.size() - 1) ? *fence : DE_NULL, Synchronizat… in iterate() 606 deviceSignal(vk, device, queue, DE_NULL, type, *semaphore, ++timelineFrontValue); in maxDifferenceValueCase() 610 deviceSignal(vk, device, queue, *fence, type, *semaphore, fenceValue); in maxDifferenceValueCase() 612 deviceSignal(vk, device, queue, DE_NULL, type, *semaphore, ++timelineFrontValue); in maxDifferenceValueCase()
|