Searched refs:m_depthFormat (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 135 const VkFormat m_depthFormat; member in vkt::pipeline::__anonfe41edd80111::DepthTest 169 const VkFormat m_depthFormat; member in vkt::pipeline::__anonfe41edd80111::DepthTestInstance 223 , m_depthFormat (depthFormat) in DepthTest() 244 …rtedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_depthFormat)) in checkSupport() 245 …otSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_depthFormat)); in checkSupport() 253 …return new DepthTestInstance(context, m_depthFormat, m_depthCompareOps, m_separateDepthStencilLayo… in createInstance() 307 , m_depthFormat (depthFormat) in DepthTestInstance() 362 m_depthFormat, // VkFormat format; in DepthTestInstance() 382 …const VkImageAspectFlags aspect = (mapVkFormat(m_depthFormat).order == tcu::TextureFormat::DS ? VK… in DepthTestInstance() 414 m_depthFormat, // VkFormat format; in DepthTestInstance() [all …]
|
D | vktPipelineCacheTests.cpp | 613 const VkFormat m_depthFormat; member in vkt::pipeline::__anonbcb19dd70111::GraphicsCacheTestInstance 789 , m_depthFormat (VK_FORMAT_D16_UNORM) in GraphicsCacheTestInstance() 807 m_renderPass = makeRenderPass(vk, vkDevice, m_colorFormat, m_depthFormat); in GraphicsCacheTestInstance() 831 m_depthFormat, in GraphicsCacheTestInstance() 905 m_depthFormat, // VkFormat format; in GraphicsCacheTestInstance() 1021 defaultClearValue(m_depthFormat), in prepareRenderPass()
|
D | vktPipelineCreationFeedbackTests.cpp | 594 const VkFormat m_depthFormat; member in vkt::pipeline::__anon7e6567dd0111::GraphicsCacheTestInstance 753 , m_depthFormat (VK_FORMAT_D16_UNORM) in GraphicsCacheTestInstance() 777 m_renderPass = makeRenderPass(vk, vkDevice, m_colorFormat, m_depthFormat); in GraphicsCacheTestInstance()
|
D | vktPipelineExecutablePropertiesTests.cpp | 1086 const VkFormat m_depthFormat; member in vkt::pipeline::__anon554930f20111::GraphicsExecutablePropertiesTestInstance 1211 , m_depthFormat (VK_FORMAT_D16_UNORM) in GraphicsExecutablePropertiesTestInstance() 1235 m_renderPass = makeRenderPass(vk, vkDevice, m_colorFormat, m_depthFormat); in GraphicsExecutablePropertiesTestInstance()
|
D | vktPipelineTimestampTests.cpp | 1557 const VkFormat m_depthFormat; member in vkt::pipeline::__anon818c47370111::BasicGraphicsTestInstance 1757 , m_depthFormat (VK_FORMAT_D16_UNORM) in BasicGraphicsTestInstance() 1762 buildRenderPass(m_colorFormat, m_depthFormat); in BasicGraphicsTestInstance() 1764 buildFrameBuffer(m_renderSize, m_colorFormat, m_depthFormat); in BasicGraphicsTestInstance() 1784 defaultClearValue(m_depthFormat), in configCommandBuffer() 2033 defaultClearValue(m_depthFormat), in configCommandBuffer()
|