Searched refs:m_depthFormat (Results 1 - 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 125 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 D | vktPipelineCacheTests.cpp | 690 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),
|
H A D | vktPipelineTimestampTests.cpp | 976 const VkFormat m_depthFormat; 1248 , m_depthFormat (VK_FORMAT_D16_UNORM) 1253 buildRenderPass(m_colorFormat, m_depthFormat); 1255 buildFrameBuffer(m_renderSize, m_colorFormat, m_depthFormat); 1283 defaultClearValue(m_depthFormat), 1538 defaultClearValue(m_depthFormat),
|
Completed in 33 milliseconds