/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 112 const vk::VkFormat m_depthStencilAttachmentFormat; member in vkt::DynamicState::DiscardTestInstance 122 , m_depthStencilAttachmentFormat(depthStencilFormat) in DiscardTestInstance() 128 const ImageCreateInfo stencilImageCreateInfo (vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, stencilImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL, vk::VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | vk::VK_IMAGE_USAGE_TRANSFER_SRC_BIT | vk::VK_IMAGE_USAGE_TRANSFER_DST_BIT); in DiscardTestInstance() 132 const ImageViewCreateInfo stencilViewInfo(m_depthStencilImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthStencilAttachmentFormat); in DiscardTestInstance() 166 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initRenderPass() 290 if (isFormatStencil(m_depthStencilAttachmentFormat)) { in beginRenderPass() 300 const ImageSubresourceRange subresourceRangeStencil = m_depthStencilAttachmentFormat == vk::VK_FORMAT_S8_UINT ? vk::VK_IMAGE_ASPECT_STENCIL_BIT : vk::VK_IMAGE_ASPECT_DEPTH_BIT; in beginRenderPass() 457 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_depthStencilAttachmentFormat), WIDTH, HEIGHT); in verifyResults() 493 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_depthStencilAttachmentFormat), WIDTH, HEIGHT); in verifyResults() 561 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_depthStencilAttachmentFormat), WIDT in verifyResults() [all...] |
H A D | vktDynamicStateDSTests.cpp | 69 , m_depthStencilAttachmentFormat (vk::VK_FORMAT_UNDEFINED) in DepthStencilBaseCase() 93 vk::VkFormat m_depthStencilAttachmentFormat; member in vkt::DynamicState::__anon27959::DepthStencilBaseCase 140 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D24_UNORM_S8_UINT; in initialize() 148 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D32_SFLOAT_S8_UINT; in initialize() 185 const ImageCreateInfo depthStencilImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, imageExtent, in initialize() 195 const ImageViewCreateInfo attachmentViewInfo(m_depthStencilImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthStencilAttachmentFormat); in initialize() 208 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
|
H A D | vktDynamicStateRSTests.cpp | 66 , m_depthStencilAttachmentFormat (vk::VK_FORMAT_UNDEFINED) in DepthBiasBaseCase() 89 vk::VkFormat m_depthStencilAttachmentFormat; member in vkt::DynamicState::__anon27966::DepthBiasBaseCase 136 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D24_UNORM_S8_UINT; in initialize() 144 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D32_SFLOAT_S8_UINT; in initialize() 176 const ImageCreateInfo depthStencilImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, imageExtent, in initialize() 185 const ImageViewCreateInfo attachmentViewInfo(m_depthStencilImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthStencilAttachmentFormat); in initialize() 198 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 111 const vk::VkFormat m_depthStencilAttachmentFormat; member in vkt::DynamicState::DiscardTestInstance 121 , m_depthStencilAttachmentFormat(depthStencilFormat) in DiscardTestInstance() 127 const ImageCreateInfo stencilImageCreateInfo (vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, stencilImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL, vk::VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | vk::VK_IMAGE_USAGE_TRANSFER_SRC_BIT | vk::VK_IMAGE_USAGE_TRANSFER_DST_BIT); in DiscardTestInstance() 131 const ImageViewCreateInfo stencilViewInfo(m_depthStencilImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthStencilAttachmentFormat); in DiscardTestInstance() 165 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initRenderPass() 289 if (isFormatStencil(m_depthStencilAttachmentFormat)) { in beginRenderPass() 299 const ImageSubresourceRange subresourceRangeStencil = m_depthStencilAttachmentFormat == vk::VK_FORMAT_S8_UINT ? vk::VK_IMAGE_ASPECT_STENCIL_BIT : vk::VK_IMAGE_ASPECT_DEPTH_BIT; in beginRenderPass() 445 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_depthStencilAttachmentFormat), WIDTH, HEIGHT); in verifyResults() 481 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_depthStencilAttachmentFormat), WIDTH, HEIGHT); in verifyResults() 549 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_depthStencilAttachmentFormat), WIDT in verifyResults() [all...] |
H A D | vktDynamicStateDSTests.cpp | 66 , m_depthStencilAttachmentFormat (vk::VK_FORMAT_UNDEFINED) in DepthStencilBaseCase() 89 vk::VkFormat m_depthStencilAttachmentFormat; member in vkt::DynamicState::__anon29194::DepthStencilBaseCase 137 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D24_UNORM_S8_UINT; in initialize() 145 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D32_SFLOAT_S8_UINT; in initialize() 182 const ImageCreateInfo depthStencilImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, imageExtent, in initialize() 192 const ImageViewCreateInfo attachmentViewInfo(m_depthStencilImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthStencilAttachmentFormat); in initialize() 205 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
|
H A D | vktDynamicStateRSTests.cpp | 63 , m_depthStencilAttachmentFormat (vk::VK_FORMAT_UNDEFINED) in DepthBiasBaseCase() 85 vk::VkFormat m_depthStencilAttachmentFormat; member in vkt::DynamicState::__anon29200::DepthBiasBaseCase 133 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D24_UNORM_S8_UINT; in initialize() 141 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D32_SFLOAT_S8_UINT; in initialize() 173 const ImageCreateInfo depthStencilImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, imageExtent, in initialize() 182 const ImageViewCreateInfo attachmentViewInfo(m_depthStencilImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthStencilAttachmentFormat); in initialize() 195 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
|