Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateRSTests.cpp72 vk::VkFormat m_depthStencilAttachmentFormat; member in vkt::DynamicState::__anondbf475a60111::DepthBiasBaseCase
112 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D24_UNORM_S8_UINT; in initialize()
120 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D32_SFLOAT_S8_UINT; in initialize()
138 …CreateInfo depthStencilImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, image… in initialize()
147 …ViewInfo(m_depthStencilImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthStencilAttachmentFormat); in initialize()
160 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
DvktDynamicStateDSTests.cpp80 vk::VkFormat m_depthStencilAttachmentFormat; member in vkt::DynamicState::__anon90e28c180111::DepthStencilBaseCase
122 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D24_UNORM_S8_UINT; in initialize()
130 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D32_SFLOAT_S8_UINT; in initialize()
151 …CreateInfo depthStencilImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, image… in initialize()
161 …ViewInfo(m_depthStencilImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthStencilAttachmentFormat); in initialize()
174 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()