Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/
Dpool.rs88 let mut flags = ash::vk::DescriptorPoolCreateFlags::empty(); in new()
91 flags |= ash::vk::DescriptorPoolCreateFlags::FREE_DESCRIPTOR_SET; in new()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeature_extensions.rs218 impl DescriptorPoolCreateFlags { implementation
Dbitflags.rs505 pub struct DescriptorPoolCreateFlags(pub(crate) Flags); struct
506 vk_bitflags_wrapped!(DescriptorPoolCreateFlags, Flags);
507 impl DescriptorPoolCreateFlags { impl
Dconst_debugs.rs1167 impl fmt::Debug for DescriptorPoolCreateFlags { implementation
1171 DescriptorPoolCreateFlags::FREE_DESCRIPTOR_SET.0, in fmt()
1174 (DescriptorPoolCreateFlags::HOST_ONLY_EXT.0, "HOST_ONLY_EXT"), in fmt()
1176 DescriptorPoolCreateFlags::UPDATE_AFTER_BIND.0, in fmt()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp13785 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
13798 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
13801 return DescriptorPoolCreateFlags( bit0 ) | bit1; in operator |()
13804 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
13807 return DescriptorPoolCreateFlags( bit0 ) & bit1; in operator &()
13810 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
13813 return DescriptorPoolCreateFlags( bit0 ) ^ bit1; in operator ^()
13816 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator~( DescriptorPoolCreateFl… in operator ~()
13819 return ~( DescriptorPoolCreateFlags( bits ) ); in operator ~()
13822 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp13785 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
13798 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
13801 return DescriptorPoolCreateFlags( bit0 ) | bit1; in operator |()
13804 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
13807 return DescriptorPoolCreateFlags( bit0 ) & bit1; in operator &()
13810 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
13813 return DescriptorPoolCreateFlags( bit0 ) ^ bit1; in operator ^()
13816 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator~( DescriptorPoolCreateFl… in operator ~()
13819 return ~( DescriptorPoolCreateFlags( bits ) ); in operator ~()
13822 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp13785 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
13798 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
13801 return DescriptorPoolCreateFlags( bit0 ) | bit1; in operator |()
13804 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
13807 return DescriptorPoolCreateFlags( bit0 ) & bit1; in operator &()
13810 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
13813 return DescriptorPoolCreateFlags( bit0 ) ^ bit1; in operator ^()
13816 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator~( DescriptorPoolCreateFl… in operator ~()
13819 return ~( DescriptorPoolCreateFlags( bits ) ); in operator ~()
13822 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp13785 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
13798 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
13801 return DescriptorPoolCreateFlags( bit0 ) | bit1; in operator |()
13804 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
13807 return DescriptorPoolCreateFlags( bit0 ) & bit1; in operator &()
13810 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags
13813 return DescriptorPoolCreateFlags( bit0 ) ^ bit1; in operator ^()
13816 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator~( DescriptorPoolCreateFl… in operator ~()
13819 return ~( DescriptorPoolCreateFlags( bits ) ); in operator ~()
13822 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2158 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
2164 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
Dvulkan_enums.hpp3354 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
3360 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
Dvulkansc_to_string.hpp490 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
/aosp_15_r20/external/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp3234 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
3240 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
H A Dvulkan.cppm113 using VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags;
/aosp_15_r20/external/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp3319 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
3325 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
H A Dvulkan.cppm113 using VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags;
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_enums.hpp3376 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
3382 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp2909 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
2915 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp2909 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
2915 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp2909 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
2915 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp2909 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
2915 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/vulkan-headers/include/vulkan/
Dvulkan.hpp10446 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
10456 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator|( DescriptorPoolCreateFl… in operator |()
10458 return DescriptorPoolCreateFlags( bit0 ) | bit1; in operator |()
10461 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator&( DescriptorPoolCreateFl… in operator &()
10463 return DescriptorPoolCreateFlags( bit0 ) & bit1; in operator &()
10466 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator^( DescriptorPoolCreateFl… in operator ^()
10468 return DescriptorPoolCreateFlags( bit0 ) ^ bit1; in operator ^()
10471 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator~( DescriptorPoolCreateFl… in operator ~()
10473 return ~( DescriptorPoolCreateFlags( bits ) ); in operator ~()
10476 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan.hpp10446 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
10456 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator|( DescriptorPoolCreateFl… in operator |()
10458 return DescriptorPoolCreateFlags( bit0 ) | bit1; in operator |()
10461 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator&( DescriptorPoolCreateFl… in operator &()
10463 return DescriptorPoolCreateFlags( bit0 ) & bit1; in operator &()
10466 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator^( DescriptorPoolCreateFl… in operator ^()
10468 return DescriptorPoolCreateFlags( bit0 ) ^ bit1; in operator ^()
10471 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator~( DescriptorPoolCreateFl… in operator ~()
10473 return ~( DescriptorPoolCreateFlags( bits ) ); in operator ~()
10476 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan.hpp10446 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
10456 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator|( DescriptorPoolCreateFl… in operator |()
10458 return DescriptorPoolCreateFlags( bit0 ) | bit1; in operator |()
10461 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator&( DescriptorPoolCreateFl… in operator &()
10463 return DescriptorPoolCreateFlags( bit0 ) & bit1; in operator &()
10466 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator^( DescriptorPoolCreateFl… in operator ^()
10468 return DescriptorPoolCreateFlags( bit0 ) ^ bit1; in operator ^()
10471 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator~( DescriptorPoolCreateFl… in operator ~()
10473 return ~( DescriptorPoolCreateFlags( bits ) ); in operator ~()
10476 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan.hpp10446 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
10456 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator|( DescriptorPoolCreateFl… in operator |()
10458 return DescriptorPoolCreateFlags( bit0 ) | bit1; in operator |()
10461 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator&( DescriptorPoolCreateFl… in operator &()
10463 return DescriptorPoolCreateFlags( bit0 ) & bit1; in operator &()
10466 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator^( DescriptorPoolCreateFl… in operator ^()
10468 return DescriptorPoolCreateFlags( bit0 ) ^ bit1; in operator ^()
10471 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator~( DescriptorPoolCreateFl… in operator ~()
10473 return ~( DescriptorPoolCreateFlags( bits ) ); in operator ~()
10476 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan.hpp10446 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
10456 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator|( DescriptorPoolCreateFl… in operator |()
10458 return DescriptorPoolCreateFlags( bit0 ) | bit1; in operator |()
10461 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator&( DescriptorPoolCreateFl… in operator &()
10463 return DescriptorPoolCreateFlags( bit0 ) & bit1; in operator &()
10466 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator^( DescriptorPoolCreateFl… in operator ^()
10468 return DescriptorPoolCreateFlags( bit0 ) ^ bit1; in operator ^()
10471 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator~( DescriptorPoolCreateFl… in operator ~()
10473 return ~( DescriptorPoolCreateFlags( bits ) ); in operator ~()
10476 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
[all …]

123