Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateDSTests.cpp518 const vk::VkFormat m_depthAttachmentFormat; member in vkt::DynamicState::__anon90e28c180111::DepthBoundsTestInstance
532 , m_depthAttachmentFormat (vk::VK_FORMAT_D16_UNORM) in DepthBoundsTestInstance()
541 …const ImageCreateInfo depthImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthAttachmentFormat, depthIma… in DepthBoundsTestInstance()
546 …eateInfo depthViewInfo(m_depthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthAttachmentFormat); in DepthBoundsTestInstance()
571 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthAttachmentFormat, in initRenderPass()
650 …tcu::Texture2D depthData(vk::mapVkFormat(m_depthAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 +… in iterate()
661 * tcu::getPixelSize(mapVkFormat(m_depthAttachmentFormat)); in iterate()