Home
last modified time | relevance | path

Searched refs:CommandPoolCreateFlags (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_enums.hpp10610 using CommandPoolCreateFlags = Flags<CommandPoolCreateFlagBits>; typedef
10623 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR CommandPoolCreateFlags
10626 return CommandPoolCreateFlags( bit0 ) | bit1; in operator |()
10629 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR CommandPoolCreateFlags
10632 return CommandPoolCreateFlags( bit0 ) & bit1; in operator &()
10635 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR CommandPoolCreateFlags
10638 return CommandPoolCreateFlags( bit0 ) ^ bit1; in operator ^()
10641 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR CommandPoolCreateFlags operator~( CommandPoolCreateFlagBits… in operator ~()
10644 return ~( CommandPoolCreateFlags( bits ) ); in operator ~()
10647 VULKAN_HPP_INLINE std::string to_string( CommandPoolCreateFlags value ) in to_string()
Dvulkan_structs.hpp12038 …VULKAN_HPP_CONSTEXPR CommandPoolCreateInfo( VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags flags_ = … in CommandPoolCreateInfo()
12066 …CommandPoolCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags flags_ ) VULKAN_HPP… in setFlags()
12107 VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags flags = {};
/third_party/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp3461 using CommandPoolCreateFlags = Flags<CommandPoolCreateFlagBits>; typedef
3467 static VULKAN_HPP_CONST_OR_CONSTEXPR CommandPoolCreateFlags allFlags =
Dvulkan.cppm103 using VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags;
Dvulkan_to_string.hpp1118 VULKAN_HPP_INLINE std::string to_string( CommandPoolCreateFlags value ) in to_string()
Dvulkan_structs.hpp15622 …VULKAN_HPP_CONSTEXPR CommandPoolCreateInfo( VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags flags_ … in CommandPoolCreateInfo()
15654 …TEXPR_14 CommandPoolCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags flags_ ) V… in setFlags()
15681 …ructureType const &, const void * const &, VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags const &, u…
15710 VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags flags = {};