Searched defs:m_depthFormat (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp125 const VkFormat m_depthFormat; member in class:vkt::pipeline::__anon3839::DepthTest
143 const VkFormat m_depthFormat; member in class:vkt::pipeline::__anon3839::DepthTestInstance
185 , m_depthFormat (depthFormat)
196 return new DepthTestInstance(context, m_depthFormat, m_depthCompareOps);
228 , m_depthFormat (depthFormat)
270 if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_depthFormat))
271 throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_depthFormat));
279 m_depthFormat, // VkFormat format;
298 const VkImageAspectFlags aspect = (mapVkFormat(m_depthFormat).order == tcu::TextureFormat::DS ? VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT
329 m_depthFormat, // VkForma
[all...]
H A DvktPipelineCacheTests.cpp690 const VkFormat m_depthFormat; member in class:vkt::pipeline::__anon3836::GraphicsCacheTestInstance
826 , m_depthFormat (VK_FORMAT_D16_UNORM)
860 m_depthFormat, // VkFormat format;
940 m_depthFormat,
1014 m_depthFormat, // VkFormat format;
1114 defaultClearValue(m_depthFormat),

Completed in 35 milliseconds