Lines Matching defs:pRenderingInfo
6460 const VkRenderingInfo* pRenderingInfo)
6475 gfx->rendering_flags = pRenderingInfo->flags;
6476 gfx->render_area = pRenderingInfo->renderArea;
6477 gfx->view_mask = pRenderingInfo->viewMask;
6478 gfx->layer_count = pRenderingInfo->layerCount;
6495 const uint32_t color_att_count = pRenderingInfo->colorAttachmentCount;
6503 if (pRenderingInfo->pColorAttachments[i].imageView == VK_NULL_HANDLE)
6507 &pRenderingInfo->pColorAttachments[i];
6574 uint32_t clear_view_mask = pRenderingInfo->viewMask;
6654 if (pRenderingInfo->viewMask) {
6655 assert(isl_view.array_len >= util_last_bit(pRenderingInfo->viewMask));
6656 isl_view.array_len = util_last_bit(pRenderingInfo->viewMask);
6658 assert(isl_view.array_len >= pRenderingInfo->layerCount);
6659 isl_view.array_len = pRenderingInfo->layerCount;
6697 vk_find_struct_const(pRenderingInfo->pNext,
6705 const VkRenderingAttachmentInfo *d_att = pRenderingInfo->pDepthAttachment;
6706 const VkRenderingAttachmentInfo *s_att = pRenderingInfo->pStencilAttachment;
6825 uint32_t clear_view_mask = pRenderingInfo->viewMask;
6911 if (pRenderingInfo->pColorAttachments[i].imageView != VK_NULL_HANDLE)