Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp2982eDepthStencilAttachmentFeedbackLoopEXT = VK_PIPELINE_CREATE_DEPTH_STENCIL_ATTACHMENT_FEEDBACK_LOOP… enumerator
3024 | PipelineCreateFlagBits::eDepthStencilAttachmentFeedbackLoopEXT
7378eDepthStencilAttachmentFeedbackLoopEXT = VK_PIPELINE_CREATE_2_DEPTH_STENCIL_ATTACHMENT_FEEDBACK_LO… enumerator
7418 | PipelineCreateFlagBits2KHR::eDepthStencilAttachmentFeedbackLoopEXT
Dvulkan_to_string.hpp545 …if ( value & PipelineCreateFlagBits::eDepthStencilAttachmentFeedbackLoopEXT ) result += "DepthSten… in to_string()
2586 …if ( value & PipelineCreateFlagBits2KHR::eDepthStencilAttachmentFeedbackLoopEXT ) result += "Depth… in to_string()
4922 …case PipelineCreateFlagBits::eDepthStencilAttachmentFeedbackLoopEXT : return "DepthStencilAttachme… in to_string()
8488 …case PipelineCreateFlagBits2KHR::eDepthStencilAttachmentFeedbackLoopEXT : return "DepthStencilAtta… in to_string()