Lines Matching refs:pSubmits
287 const VkSubmitInfo* pSubmits,
301 n_wait_semaphores += pSubmits[s].waitSemaphoreCount;
302 n_command_buffers += pSubmits[s].commandBufferCount;
303 n_signal_semaphores += pSubmits[s].signalSemaphoreCount;
316 vk_find_struct_const(pSubmits[s].pNext,
331 assert(timeline_info->waitSemaphoreValueCount == pSubmits[s].waitSemaphoreCount);
345 assert(timeline_info->signalSemaphoreValueCount == pSubmits[s].signalSemaphoreCount);
350 vk_find_struct_const(pSubmits[s].pNext, DEVICE_GROUP_SUBMIT_INFO);
352 for (uint32_t i = 0; i < pSubmits[s].waitSemaphoreCount; i++) {
355 .semaphore = pSubmits[s].pWaitSemaphores[i],
357 .stageMask = pSubmits[s].pWaitDstStageMask[i],
361 for (uint32_t i = 0; i < pSubmits[s].commandBufferCount; i++) {
364 .commandBuffer = pSubmits[s].pCommandBuffers[i],
368 for (uint32_t i = 0; i < pSubmits[s].signalSemaphoreCount; i++) {
371 .semaphore = pSubmits[s].pSignalSemaphores[i],
379 vk_find_struct_const(pSubmits[s].pNext, PROTECTED_SUBMIT_INFO);
385 .waitSemaphoreInfoCount = pSubmits[s].waitSemaphoreCount,
387 .commandBufferInfoCount = pSubmits[s].commandBufferCount,
389 .signalSemaphoreInfoCount = pSubmits[s].signalSemaphoreCount,
394 vk_find_struct_const(pSubmits[s].pNext,
403 vk_find_struct_const(pSubmits[s].pNext,
411 n_wait_semaphores += pSubmits[s].waitSemaphoreCount;
412 n_command_buffers += pSubmits[s].commandBufferCount;
413 n_signal_semaphores += pSubmits[s].signalSemaphoreCount;