Lines Matching refs:rendering_info
3892 const VkPipelineRenderingCreateInfo *rendering_info =
3895 if (unlikely(dev->instance->debug_flags & TU_DEBUG_DYNAMIC) && !rendering_info)
3896 rendering_info = vk_get_pipeline_rendering_create_info(create_info);
3898 if (rendering_info) {
3903 builder->multiview_mask = rendering_info->viewMask;
3916 vk_find_struct_const(rendering_info->pNext, RENDERING_SELF_DEPENDENCY_INFO_MESA);
3928 rendering_info->depthAttachmentFormat == VK_FORMAT_UNDEFINED ?
3929 rendering_info->stencilAttachmentFormat :
3930 rendering_info->depthAttachmentFormat;
3933 rendering_info->colorAttachmentCount;
3935 for (unsigned i = 0; i < rendering_info->colorAttachmentCount; i++) {
3937 rendering_info->pColorAttachmentFormats[i];