Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp4549 eContentsInlineEXT = VK_RENDERING_CONTENTS_INLINE_BIT_EXT, enumerator
4565 | RenderingFlagBits::eContentsInlineEXT
Dvulkan_to_string.hpp1264 if ( value & RenderingFlagBits::eContentsInlineEXT ) result += "ContentsInlineEXT | "; in to_string()
6053 case RenderingFlagBits::eContentsInlineEXT : return "ContentsInlineEXT"; in to_string()