Searched refs:isDSFormat (Results 1 – 1 of 1) sorted by relevance
2345 const bool isDSFormat = isDepthStencilFormat(m_format); in iterateInternal() local2346 const VkFormat colorFormat = isDSFormat ? VK_FORMAT_R8G8B8A8_UNORM : m_format; in iterateInternal()2356 …const VkImageLayout colorImageLayout = isDSFormat ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTI… in iterateInternal()2411 if (isDSFormat) in iterateInternal()2467 if (!isDSFormat) inputImageView = createImageView(vkd, device, &imageViewCreateInfo); in iterateInternal()2472 if (isDSFormat) in iterateInternal()2515 if (!isDSFormat) in iterateInternal()2554 if (isDSFormat) in iterateInternal()2564 …tReferences, colorAttachmentReferences, vector<AttachmentReference>(), isDSFormat ? dsAttachmentRe… in iterateInternal()2673 …isDSFormat ? &depthStencilState : DE_NULL, // const VkPipelineDepthStencilStateCreateInfo* depthS… in iterateInternal()[all …]