Searched refs:m_depthFormat (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 132 const VkFormat m_depthFormat; member in vkt::pipeline::__anone674c0570111::DepthTest 162 const VkFormat m_depthFormat; member in vkt::pipeline::__anone674c0570111::DepthTestInstance 212 , m_depthFormat (depthFormat) in DepthTest() 228 …return new DepthTestInstance(context, m_depthFormat, m_depthCompareOps, m_depthBoundsTestEnable, m… in createInstance() 265 , m_depthFormat (depthFormat) in DepthTestInstance() 316 …rtedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_depthFormat)) in DepthTestInstance() 317 …otSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_depthFormat)); in DepthTestInstance() 325 m_depthFormat, // VkFormat format; in DepthTestInstance() 344 …const VkImageAspectFlags aspect = (mapVkFormat(m_depthFormat).order == tcu::TextureFormat::DS ? VK… in DepthTestInstance() 375 m_depthFormat, // VkFormat format; in DepthTestInstance() [all …]
|
D | vktPipelineCacheTests.cpp | 609 const VkFormat m_depthFormat; member in vkt::pipeline::__anona4e470560111::GraphicsCacheTestInstance 746 , m_depthFormat (VK_FORMAT_D16_UNORM) in GraphicsCacheTestInstance() 763 m_renderPass = makeRenderPass(vk, vkDevice, m_colorFormat, m_depthFormat); in GraphicsCacheTestInstance() 787 m_depthFormat, in GraphicsCacheTestInstance() 861 m_depthFormat, // VkFormat format; in GraphicsCacheTestInstance() 977 defaultClearValue(m_depthFormat), in prepareRenderPass()
|
D | vktPipelineTimestampTests.cpp | 843 const VkFormat m_depthFormat; member in vkt::pipeline::__anon13d241360111::BasicGraphicsTestInstance 1041 , m_depthFormat (VK_FORMAT_D16_UNORM) in BasicGraphicsTestInstance() 1046 buildRenderPass(m_colorFormat, m_depthFormat); in BasicGraphicsTestInstance() 1048 buildFrameBuffer(m_renderSize, m_colorFormat, m_depthFormat); in BasicGraphicsTestInstance() 1068 defaultClearValue(m_depthFormat), in configCommandBuffer() 1304 defaultClearValue(m_depthFormat), in configCommandBuffer()
|