Home
last modified time | relevance | path

Searched refs:ImageViewCreateFlagBits (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp2641 enum class ImageViewCreateFlagBits : VkImageViewCreateFlags enum
2648 using ImageViewCreateFlags = Flags<ImageViewCreateFlagBits>;
2651 template <> struct FlagTraits<ImageViewCreateFlagBits>
2655 ImageViewCreateFlagBits::eFragmentDensityMapDynamicEXT
2656 | ImageViewCreateFlagBits::eDescriptorBufferCaptureReplayEXT
2657 | ImageViewCreateFlagBits::eFragmentDensityMapDeferredEXT;
Dvulkan_to_string.hpp453 …if ( value & ImageViewCreateFlagBits::eFragmentDensityMapDynamicEXT ) result += "FragmentDensityMa… in to_string()
454 …if ( value & ImageViewCreateFlagBits::eDescriptorBufferCaptureReplayEXT ) result += "DescriptorBuf… in to_string()
455 …if ( value & ImageViewCreateFlagBits::eFragmentDensityMapDeferredEXT ) result += "FragmentDensityM… in to_string()
4589 VULKAN_HPP_INLINE std::string to_string( ImageViewCreateFlagBits value ) in to_string()
4593 …case ImageViewCreateFlagBits::eFragmentDensityMapDynamicEXT : return "FragmentDensityMapDynamicEXT… in to_string()
4594 …case ImageViewCreateFlagBits::eDescriptorBufferCaptureReplayEXT : return "DescriptorBufferCaptureR… in to_string()
4595 …case ImageViewCreateFlagBits::eFragmentDensityMapDeferredEXT : return "FragmentDensityMapDeferredE… in to_string()
Dvulkansc_enums.hpp1622 enum class ImageViewCreateFlagBits : VkImageViewCreateFlags enum
1625 using ImageViewCreateFlags = Flags<ImageViewCreateFlagBits>;
1628 template <> struct FlagTraits<ImageViewCreateFlagBits>
Dvulkansc_to_string.hpp2469 VULKAN_HPP_INLINE std::string to_string( ImageViewCreateFlagBits ) in to_string() argument