Lines Matching defs:desc
602 const VkSubmitInfo *desc = &pSubmits[i];
603 struct vk_sync *waits[desc->waitSemaphoreCount];
604 uint32_t stage_flags[desc->waitSemaphoreCount];
607 for (uint32_t j = 0U; j < desc->waitSemaphoreCount; j++) {
608 VK_FROM_HANDLE(vk_semaphore, semaphore, desc->pWaitSemaphores[j]);
618 pvr_stage_mask_dst(desc->pWaitDstStageMask[j]);
623 if (desc->commandBufferCount > 0U) {
624 for (uint32_t j = 0U; j < desc->commandBufferCount; j++) {
627 desc->pCommandBuffers[j],
645 if (desc->signalSemaphoreCount) {
648 desc->pSignalSemaphores,
649 desc->signalSemaphoreCount);