Lines Matching refs:isDSFormat
2345 const bool isDSFormat = isDepthStencilFormat(m_format);
2346 const VkFormat colorFormat = isDSFormat ? VK_FORMAT_R8G8B8A8_UNORM : m_format;
2356 const VkImageLayout colorImageLayout = isDSFormat ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_GENERAL;
2410 if (isDSFormat)
2470 if (isDSFormat)
2513 if (!isDSFormat)
2552 if (isDSFormat)
2561 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, colorAttachmentReferences, vector<AttachmentReference>(), isDSFormat ? dsAttachmentReference : AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GENERAL), vector<deUint32>()));
2563 if(!isDSFormat)
2677 isDSFormat ? &depthStencilState : DE_NULL, // const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo
2678 isDSFormat ? DE_NULL : &colorBlendState); // const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo
2695 isDSFormat ? 2u : 1u, // uint32_t attachmentCount
2696 isDSFormat ? dsAttachments : &*imageView, // const VkImageView* pAttachments
2744 if (!isDSFormat)
2774 if(!isDSFormat)
2797 if (isDSFormat)
2816 if (isDSFormat)