Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp112 const VkFormat m_depthAttachmentFormat; member in vkt::Draw::__anonec6d69880111::InvertedDepthRangesTestInstance
128 , m_depthAttachmentFormat (VK_FORMAT_D16_UNORM) in InvertedDepthRangesTestInstance()
164 m_depthAttachmentFormat, // format, in InvertedDepthRangesTestInstance()
186 m_depthAttachmentFormat, // format in InvertedDepthRangesTestInstance()
227 …depthTargetViewInfo (m_depthTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_depthAttachmentFormat); in InvertedDepthRangesTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateDSTests.cpp510 const vk::VkFormat m_depthAttachmentFormat; member in vkt::DynamicState::__anon90e28c180111::DepthBoundsTestInstance
524 , m_depthAttachmentFormat (vk::VK_FORMAT_D16_UNORM) in DepthBoundsTestInstance()
528 …const ImageCreateInfo depthImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthAttachmentFormat, depthIma… in DepthBoundsTestInstance()
533 …eateInfo depthViewInfo(m_depthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthAttachmentFormat); in DepthBoundsTestInstance()
558 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthAttachmentFormat, in initRenderPass()
637 …tcu::Texture2D depthData(vk::mapVkFormat(m_depthAttachmentFormat), (int)(0.5f + static_cast<float>… in iterate()
648 * tcu::getPixelSize(mapVkFormat(m_depthAttachmentFormat)); in iterate()