Home
last modified time | relevance | path

Searched refs:m_depthClipControl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp160 const DepthClipControlCase m_depthClipControl; member in vkt::pipeline::__anonc31e9d0d0111::DepthTest
194 const DepthClipControlCase m_depthClipControl; member in vkt::pipeline::__anonc31e9d0d0111::DepthTestInstance
252 , m_depthClipControl(depthClipControl) in DepthTest()
277 if (m_depthClipControl != DepthClipControlCase::DISABLED && in checkSupport()
288 … m_colorAttachmentEnable, m_hostVisible, m_renderSize, m_depthClipControl); in createInstance()
351 , m_depthClipControl(depthClipControl) in DepthTestInstance()
376 …const bool hasDepthClipControl = (m_depthClipControl != DepthClipControlCase::DISAB…
377 …const bool useAltGraphicsPipelines = (m_depthClipControl == DepthClipControlCase::BEFOR…
378 m_depthClipControl == DepthClipControlCase::NORMAL_W);
379 …const bool useAltVertices = m_depthClipControl == DepthClipControlCase::NORMAL…
[all …]