Home
last modified time | relevance | path

Searched refs:numSemaphores (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1354 size_t numSemaphores) in createSemaphores() argument
1356 vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores()
1358 for (size_t ndx = 0; ndx < numSemaphores; ++ndx) in createSemaphores()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp3066 const deUint32 numSemaphores = 10u; // it must be multiply of numSubmission in submitBufferWaitManySemaphores() local
3140 Move <VkSemaphore> semaphoreArray[numSemaphores]; in submitBufferWaitManySemaphores()
3141 VkSemaphore semaphores[numSemaphores]; in submitBufferWaitManySemaphores()
3151 for (deUint32 idx = 0; idx < numSemaphores; ++idx) { in submitBufferWaitManySemaphores()
3168 numSemaphores, // signalSemaphoreCount in submitBufferWaitManySemaphores()
3189 const deUint32 numberOfSemaphoresToBeWaitedByOneSubmission = numSemaphores / numSubmissions; in submitBufferWaitManySemaphores()