Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2378 enum class CommandPoolResetFlagBits : VkCommandPoolResetFlags enum
2381 using CommandPoolResetFlags = Flags<CommandPoolResetFlagBits>;
2384 template <> struct FlagTraits<CommandPoolResetFlagBits>
Dvulkan_enums.hpp3655 enum class CommandPoolResetFlagBits : VkCommandPoolResetFlags enum
3660 using CommandPoolResetFlags = Flags<CommandPoolResetFlagBits>;
3663 template <> struct FlagTraits<CommandPoolResetFlagBits>
3667 CommandPoolResetFlagBits::eReleaseResources;
Dvulkan_to_string.hpp825 if ( value & CommandPoolResetFlagBits::eReleaseResources ) result += "ReleaseResources | "; in to_string()
5414 VULKAN_HPP_INLINE std::string to_string( CommandPoolResetFlagBits value ) in to_string()
5418 case CommandPoolResetFlagBits::eReleaseResources : return "ReleaseResources"; in to_string()
Dvulkansc_to_string.hpp3135 VULKAN_HPP_INLINE std::string to_string( CommandPoolResetFlagBits ) in to_string() argument