Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp162 , depthStencilType(depthStencilType_) in TestParams()
169 DepthStencilType depthStencilType; member
262 if (hasDepthStencil(m_testParams.depthStencilType)) in checkSupport()
320 const VkImageAspectFlags dsClearAspectMask = getClearAspectMask(testParams.depthStencilType); in createRenderPass()
321 const bool isDepthStencil = hasDepthStencil(testParams.depthStencilType); in createRenderPass()
340 const bool depthOnly = isDepthOnly(testParams.depthStencilType); in createRenderPass()
341 const bool stencilOnly = isStencilOnly(testParams.depthStencilType); in createRenderPass()
583 if (hasDepthStencil(m_testParams.depthStencilType)) in UnusedClearAttachmentTestInstance()
585 const VkImageAspectFlags clearAspectMask = getClearAspectMask(m_testParams.depthStencilType); in UnusedClearAttachmentTestInstance()
695 if (hasDepthStencil(m_testParams.depthStencilType)) in UnusedClearAttachmentTestInstance()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp73 , depthStencilType (depthStencilType_) in FboConfig()
85 , depthStencilType (GL_NONE) in FboConfig()
100 GLenum depthStencilType; member in deqp::gles3::Functional::FboConfig
132 name << "_" << getTypeName(depthStencilType) << "_" << getFormatName(depthStencilFormat); in getName()
286 switch (m_config.depthStencilType) in Framebuffer()
303 switch (m_config.depthStencilType) in Framebuffer()
323 destroyBuffer(m_depthStencilBuffer, m_config.depthStencilType); in ~Framebuffer()
885 cfg.depthStencilType = GL_NONE; in render()
899 switch (m_config.depthStencilType) in render()
1189 switch (fbo.getConfig().depthStencilType) in render()
[all …]