Home
last modified time | relevance | path

Searched refs:timelineValues (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTimelineSemaphoreTests.cpp181 std::vector<deUint64> timelineValues; in iterate() local
186 timelineValues.push_back(rng.getInt(1, 10000)); in iterate()
196 deviceSignal(vk, device, queue, *fence, m_type, semaphores[semIdx], timelineValues[semIdx]); in iterate()
200 hostSignal(vk, device, semaphores[semIdx], timelineValues[semIdx]); in iterate()
208 … deviceSignal(vk, device, queue, *fence, m_type, semaphores[randomIdx], timelineValues[randomIdx]); in iterate()
210 hostSignal(vk, device, semaphores[randomIdx], timelineValues[randomIdx]); in iterate()
221 &timelineValues[0], // const deUint64* pValues; in iterate()
298 std::vector<deUint64> timelineValues; in iterate() local
301 timelineValues.push_back(1 + rng.getInt(1, 10000)); in iterate()
305 const deUint64 newTimelineValue = (timelineValues.back() + rng.getInt(1, 10000)); in iterate()
[all …]
DvktSynchronizationBasicSemaphoreTests.cpp357 deUint64 timelineValues[COUNT] = { 1ull, 2ull }; in basicMultiQueueCase() local
458 …makeCommonSemaphoreSubmitInfo(semaphore.get(), timelineValues[FIRST], VK_PIPELINE_STAGE_2_BOTTOM_O… in basicMultiQueueCase()
459 …makeCommonSemaphoreSubmitInfo(semaphore.get(), timelineValues[SECOND], VK_PIPELINE_STAGE_2_BOTTOM_… in basicMultiQueueCase()
462 …makeCommonSemaphoreSubmitInfo(semaphore.get(), timelineValues[FIRST], VK_PIPELINE_STAGE_2_TOP_OF_P… in basicMultiQueueCase()
DvktSynchronizationOperationMultiQueueTests.cpp602 std::vector<deUint64> timelineValues; in iterate() local
617timelineValues.push_back(timelineValues.empty() ? increment : (timelineValues.back() + increment)); in iterate()
624 …makeCommonSemaphoreSubmitInfo(*semaphore, (opIdx == 0 ? 0u : timelineValues[opIdx - 1]), VK_PIPELI… in iterate()
626 …makeCommonSemaphoreSubmitInfo(*semaphore, timelineValues[opIdx], VK_PIPELINE_STAGE_2_BOTTOM_OF_PIP… in iterate()
DvktSynchronizationSignalOrderTests.cpp906 std::vector<deUint64>& timelineValues, in addSemaphore() argument
929timelineValues.push_back((timelineValues.empty() ? firstTimelineValue : timelineValues.back()) + m… in addSemaphore()
1570 std::vector<deUint64>& timelineValues, in addSemaphore() argument
1589timelineValues.push_back((timelineValues.empty() ? firstTimelineValue : timelineValues.back()) + m… in addSemaphore()