/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/ |
D | pool.rs | 88 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/ |
D | feature_extensions.rs | 218 impl DescriptorPoolCreateFlags { implementation
|
D | bitflags.rs | 505 pub struct DescriptorPoolCreateFlags(pub(crate) Flags); struct 506 vk_bitflags_wrapped!(DescriptorPoolCreateFlags, Flags); 507 impl DescriptorPoolCreateFlags { impl
|
D | const_debugs.rs | 1167 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/ |
D | vulkan_enums.hpp | 13785 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/ |
D | vulkan_enums.hpp | 13785 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/ |
D | vulkan_enums.hpp | 13785 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/ |
D | vulkan_enums.hpp | 13785 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/ |
D | vulkansc_enums.hpp | 2158 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef 2164 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
|
D | vulkan_enums.hpp | 3354 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef 3360 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
|
D | vulkansc_to_string.hpp | 490 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
|
/aosp_15_r20/external/swiftshader/include/vulkan/ |
H A D | vulkan_enums.hpp | 3234 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef 3240 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
|
H A D | vulkan.cppm | 113 using VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags;
|
/aosp_15_r20/external/vulkan-headers/include/vulkan/ |
H A D | vulkan_enums.hpp | 3319 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef 3325 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorPoolCreateFlags allFlags =
|
H A D | vulkan.cppm | 113 using VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags;
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
H A D | vulkan_enums.hpp | 3376 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/ |
D | vulkan_enums.hpp | 2909 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/ |
D | vulkan_enums.hpp | 2909 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/ |
D | vulkan_enums.hpp | 2909 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/ |
D | vulkan_enums.hpp | 2909 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/ |
D | vulkan.hpp | 10446 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/ |
D | vulkan.hpp | 10446 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/ |
D | vulkan.hpp | 10446 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/ |
D | vulkan.hpp | 10446 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/ |
D | vulkan.hpp | 10446 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 …]
|