Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp2981 eColorAttachmentFeedbackLoopEXT = VK_PIPELINE_CREATE_COLOR_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT, enumerator
3023 | PipelineCreateFlagBits::eColorAttachmentFeedbackLoopEXT
7377 eColorAttachmentFeedbackLoopEXT = VK_PIPELINE_CREATE_2_COLOR_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT, enumerator
7417 | PipelineCreateFlagBits2KHR::eColorAttachmentFeedbackLoopEXT
Dvulkan_to_string.hpp544 …if ( value & PipelineCreateFlagBits::eColorAttachmentFeedbackLoopEXT ) result += "ColorAttachmentF… in to_string()
2585 …if ( value & PipelineCreateFlagBits2KHR::eColorAttachmentFeedbackLoopEXT ) result += "ColorAttachm… in to_string()
4921 …case PipelineCreateFlagBits::eColorAttachmentFeedbackLoopEXT : return "ColorAttachmentFeedbackLoop… in to_string()
8487 …case PipelineCreateFlagBits2KHR::eColorAttachmentFeedbackLoopEXT : return "ColorAttachmentFeedback… in to_string()