Lines Matching refs:depthFormat
84 VkFormat depthFormat;
172 VkFormat depthFormat;
222 const bool hasDepth = m_params.depthFormat != VK_FORMAT_UNDEFINED;
259 const ImageCreateInfo depthImageCreateInfo (VK_IMAGE_TYPE_2D, m_params.depthFormat, { WIDTH, HEIGHT, 1u }, 1u, 1u, VK_SAMPLE_COUNT_1_BIT, VK_IMAGE_TILING_OPTIMAL, depthImageUsageFlags);
261 const ImageViewCreateInfo depthTargetViewInfo (m_depthTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_params.depthFormat);
284 m_params.depthFormat, // format
378 m_params.depthFormat,
394 if (m_params.depthFormat)
456 if (m_params.depthFormat != VK_FORMAT_UNDEFINED)
492 m_params.depthFormat, // VkFormat depthAttachmentFormat;
557 const bool hasDepth = m_params.depthFormat != VK_FORMAT_UNDEFINED;
590 const bool hasDepth = m_params.depthFormat != VK_FORMAT_UNDEFINED;
788 if (m_params.depthFormat != VK_FORMAT_UNDEFINED)
791 if (vki.getPhysicalDeviceImageFormatProperties(vkd, m_params.depthFormat, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, depthUsage, 0u, &imageFormatProperties) != VK_SUCCESS)
827 if (formatPair.depthFormat != VK_FORMAT_UNDEFINED)
828 formatSuffix << "_d" << de::toLower(string(getFormatName(formatPair.depthFormat)).substr(9));
840 formatPair.depthFormat, // VkFormat depthFormat;
862 formatPair.depthFormat, // VkFormat depthFormat;
884 formatPair.depthFormat, // VkFormat depthFormat;
906 formatPair.depthFormat, // VkFormat depthFormat;
927 formatPair.depthFormat, // VkFormat depthFormat;
948 formatPair.depthFormat, // VkFormat depthFormat;