Searched refs:m_depthAttachmentFormat (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 123 const VkFormat m_depthAttachmentFormat; member in vkt::Draw::__anon27917::InvertedDepthRangesTestInstance 139 , m_depthAttachmentFormat (VK_FORMAT_D16_UNORM) in InvertedDepthRangesTestInstance() 173 m_depthAttachmentFormat, // format, in InvertedDepthRangesTestInstance() 186 const ImageViewCreateInfo depthTargetViewInfo(m_depthTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_depthAttachmentFormat); in InvertedDepthRangesTestInstance() 204 m_depthAttachmentFormat, // format in InvertedDepthRangesTestInstance() 314 m_depthAttachmentFormat, in InvertedDepthRangesTestInstance() 475 m_depthAttachmentFormat, // VkFormat depthAttachmentFormat; in beginSecondaryCmdBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 123 const VkFormat m_depthAttachmentFormat; member in vkt::Draw::__anon29158::InvertedDepthRangesTestInstance 139 , m_depthAttachmentFormat (VK_FORMAT_D16_UNORM) in InvertedDepthRangesTestInstance() 173 m_depthAttachmentFormat, // format, in InvertedDepthRangesTestInstance() 186 const ImageViewCreateInfo depthTargetViewInfo(m_depthTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_depthAttachmentFormat); in InvertedDepthRangesTestInstance() 204 m_depthAttachmentFormat, // format in InvertedDepthRangesTestInstance() 314 m_depthAttachmentFormat, in InvertedDepthRangesTestInstance() 475 m_depthAttachmentFormat, // VkFormat depthAttachmentFormat; in beginSecondaryCmdBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 663 const vk::VkFormat m_depthAttachmentFormat; member in vkt::DynamicState::__anon27959::DepthBoundsTestInstance 677 , m_depthAttachmentFormat (vk::VK_FORMAT_D16_UNORM) in DepthBoundsTestInstance() 681 const ImageCreateInfo depthImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthAttachmentFormat, depthImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in DepthBoundsTestInstance() 686 const ImageViewCreateInfo depthViewInfo(m_depthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthAttachmentFormat); in DepthBoundsTestInstance() 709 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthAttachmentFormat, in initRenderPass() 819 tcu::Texture2D depthData(vk::mapVkFormat(m_depthAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 830 * tcu::getPixelSize(mapVkFormat(m_depthAttachmentFormat)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 635 const vk::VkFormat m_depthAttachmentFormat; member in vkt::DynamicState::__anon29194::DepthBoundsTestInstance 649 , m_depthAttachmentFormat (vk::VK_FORMAT_D16_UNORM) in DepthBoundsTestInstance() 653 const ImageCreateInfo depthImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthAttachmentFormat, depthImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in DepthBoundsTestInstance() 658 const ImageViewCreateInfo depthViewInfo(m_depthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthAttachmentFormat); in DepthBoundsTestInstance() 681 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthAttachmentFormat, in initRenderPass() 791 tcu::Texture2D depthData(vk::mapVkFormat(m_depthAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 802 * tcu::getPixelSize(mapVkFormat(m_depthAttachmentFormat)); in iterate()
|
Completed in 8 milliseconds