Lines Matching defs:pRenderingInfo
3887 const VkRenderingInfo *pRenderingInfo)
3892 tu_setup_dynamic_render_pass(cmd, pRenderingInfo);
3893 tu_setup_dynamic_framebuffer(cmd, pRenderingInfo);
3898 cmd->state.render_area = pRenderingInfo->renderArea;
3902 for (unsigned i = 0; i < pRenderingInfo->colorAttachmentCount; i++) {
3904 if (!pRenderingInfo->pColorAttachments[i].imageView)
3908 pRenderingInfo->pColorAttachments[i].imageView);
3910 clear_values[a] = pRenderingInfo->pColorAttachments[i].clearValue;
3915 pRenderingInfo->pColorAttachments[i].resolveImageView);
3921 if (pRenderingInfo->pDepthAttachment || pRenderingInfo->pStencilAttachment) {
3923 (pRenderingInfo->pDepthAttachment &&
3924 pRenderingInfo->pDepthAttachment->imageView != VK_NULL_HANDLE) ?
3925 pRenderingInfo->pDepthAttachment :
3926 pRenderingInfo->pStencilAttachment;
3930 if (pRenderingInfo->pDepthAttachment) {
3932 pRenderingInfo->pDepthAttachment->clearValue.depthStencil.depth;
3935 if (pRenderingInfo->pStencilAttachment) {
3937 pRenderingInfo->pStencilAttachment->clearValue.depthStencil.stencil;
3952 vk_find_struct_const(pRenderingInfo->pNext, RENDERING_SELF_DEPENDENCY_INFO_MESA);
3972 bool resuming = pRenderingInfo->flags & VK_RENDERING_RESUMING_BIT;
3973 bool suspending = pRenderingInfo->flags & VK_RENDERING_SUSPENDING_BIT;