HomeSort by relevance Sort by last modified time
    Searched refs:m_depthStencilAttachmentFormat (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateRSTests.cpp 70 vk::VkFormat m_depthStencilAttachmentFormat;
110 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D24_UNORM_S8_UINT;
118 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D32_SFLOAT_S8_UINT;
136 const ImageCreateInfo depthStencilImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, imageExtent,
145 const ImageViewCreateInfo attachmentViewInfo(m_depthStencilImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthStencilAttachmentFormat);
158 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat,
vktDynamicStateDSTests.cpp 77 vk::VkFormat m_depthStencilAttachmentFormat;
119 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D24_UNORM_S8_UINT;
127 m_depthStencilAttachmentFormat = vk::VK_FORMAT_D32_SFLOAT_S8_UINT;
148 const ImageCreateInfo depthStencilImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, imageExtent,
158 const ImageViewCreateInfo attachmentViewInfo(m_depthStencilImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depthStencilAttachmentFormat);
171 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat,
    [all...]

Completed in 2242 milliseconds