Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2900 enum class SemaphoreWaitFlagBits : VkSemaphoreWaitFlags enum
2904 using SemaphoreWaitFlagBitsKHR = SemaphoreWaitFlagBits;
2906 using SemaphoreWaitFlags = Flags<SemaphoreWaitFlagBits>;
2910 template <> struct FlagTraits<SemaphoreWaitFlagBits>
2914 SemaphoreWaitFlagBits::eAny;
Dvulkansc_to_string.hpp861 if ( value & SemaphoreWaitFlagBits::eAny ) result += "Any | "; in to_string()
3562 VULKAN_HPP_INLINE std::string to_string( SemaphoreWaitFlagBits value ) in to_string()
3566 case SemaphoreWaitFlagBits::eAny : return "Any"; in to_string()
Dvulkan_enums.hpp4226 enum class SemaphoreWaitFlagBits : VkSemaphoreWaitFlags enum
4230 using SemaphoreWaitFlagBitsKHR = SemaphoreWaitFlagBits;
4232 using SemaphoreWaitFlags = Flags<SemaphoreWaitFlagBits>;
4236 template <> struct FlagTraits<SemaphoreWaitFlagBits>
4240 SemaphoreWaitFlagBits::eAny;
Dvulkan_to_string.hpp1095 if ( value & SemaphoreWaitFlagBits::eAny ) result += "Any | "; in to_string()
5877 VULKAN_HPP_INLINE std::string to_string( SemaphoreWaitFlagBits value ) in to_string()
5881 case SemaphoreWaitFlagBits::eAny : return "Any"; in to_string()