Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_enums.hpp10130 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
10143 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
10146 return DescriptorPoolCreateFlags( bit0 ) | bit1; in operator |()
10149 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
10152 return DescriptorPoolCreateFlags( bit0 ) & bit1; in operator &()
10155 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
10158 return DescriptorPoolCreateFlags( bit0 ) ^ bit1; in operator ^()
10161 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator~( DescriptorPoolCreateFl… in operator ~()
10164 return ~( DescriptorPoolCreateFlags( bits ) ); in operator ~()
10167 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
Dvulkan_structs.hpp17095 … DescriptorPoolCreateInfo( VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags_ = {}, in DescriptorPoolCreateInfo()
17113 …VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags in DescriptorPoolCreateInfo()
17139 …DescriptorPoolCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags_ ) VULK… in setFlags()
17204 VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags = {};
/third_party/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp3206 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
3212 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
Dvulkan.cppm113 using VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags;
Dvulkan_to_string.hpp923 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
Dvulkan_structs.hpp24337 …VULKAN_HPP_CONSTEXPR DescriptorPoolCreateInfo( VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags fl… in DescriptorPoolCreateInfo()
24358 …DescriptorPoolCreateInfo( VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags in DescriptorPoolCreateInfo()
24383 …R_14 DescriptorPoolCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags_ )… in setFlags()
24434 VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags const &,
24467 VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags = {};