Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp2309 enum class SparseMemoryBindFlagBits : VkSparseMemoryBindFlags enum
2314 using SparseMemoryBindFlags = Flags<SparseMemoryBindFlagBits>;
2317 template <> struct FlagTraits<SparseMemoryBindFlagBits>
2321 SparseMemoryBindFlagBits::eMetadata;
Dvulkan_to_string.hpp310 if ( value & SparseMemoryBindFlagBits::eMetadata ) result += "Metadata | "; in to_string()
4345 VULKAN_HPP_INLINE std::string to_string( SparseMemoryBindFlagBits value ) in to_string()
4349 case SparseMemoryBindFlagBits::eMetadata : return "Metadata"; in to_string()