/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/ |
D | layout.rs | 294 let mut flags = ash::vk::DescriptorSetLayoutCreateFlags::empty(); in create() 297 flags |= ash::vk::DescriptorSetLayoutCreateFlags::PUSH_DESCRIPTOR_KHR; in create()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | feature_extensions.rs | 222 impl DescriptorSetLayoutCreateFlags { impl
|
D | bitflags.rs | 657 pub struct DescriptorSetLayoutCreateFlags(pub(crate) Flags); struct 658 vk_bitflags_wrapped!(DescriptorSetLayoutCreateFlags, Flags); 659 impl DescriptorSetLayoutCreateFlags {} impl
|
D | const_debugs.rs | 1189 impl fmt::Debug for DescriptorSetLayoutCreateFlags { implementation 1193 DescriptorSetLayoutCreateFlags::PUSH_DESCRIPTOR_KHR.0, in fmt() 1197 DescriptorSetLayoutCreateFlags::DESCRIPTOR_BUFFER_EXT.0, in fmt() 1201 DescriptorSetLayoutCreateFlags::EMBEDDED_IMMUTABLE_SAMPLERS_EXT.0, in fmt() 1205 DescriptorSetLayoutCreateFlags::RESERVED_3_AMD.0, in fmt() 1209 DescriptorSetLayoutCreateFlags::HOST_ONLY_POOL_EXT.0, in fmt() 1213 DescriptorSetLayoutCreateFlags::RESERVED_6_EXT.0, in fmt() 1217 DescriptorSetLayoutCreateFlags::UPDATE_AFTER_BIND_POOL.0, in fmt()
|
D | extensions.rs | 5260 impl DescriptorSetLayoutCreateFlags { impl 10334 impl DescriptorSetLayoutCreateFlags { implementation 17895 impl DescriptorSetLayoutCreateFlags { impl 17972 impl DescriptorSetLayoutCreateFlags { implementation 19284 impl DescriptorSetLayoutCreateFlags { impl 26427 impl DescriptorSetLayoutCreateFlags { impl 26915 impl DescriptorSetLayoutCreateFlags { implementation
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 13845 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 13858 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13861 return DescriptorSetLayoutCreateFlags( bit0 ) | bit1; in operator |() 13864 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13867 return DescriptorSetLayoutCreateFlags( bit0 ) & bit1; in operator &() 13870 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13873 return DescriptorSetLayoutCreateFlags( bit0 ) ^ bit1; in operator ^() 13876 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13879 return ~( DescriptorSetLayoutCreateFlags( bits ) ); in operator ~() 13882 VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlags value ) in to_string()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 13845 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 13858 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13861 return DescriptorSetLayoutCreateFlags( bit0 ) | bit1; in operator |() 13864 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13867 return DescriptorSetLayoutCreateFlags( bit0 ) & bit1; in operator &() 13870 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13873 return DescriptorSetLayoutCreateFlags( bit0 ) ^ bit1; in operator ^() 13876 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13879 return ~( DescriptorSetLayoutCreateFlags( bits ) ); in operator ~() 13882 VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlags value ) in to_string()
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 13845 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 13858 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13861 return DescriptorSetLayoutCreateFlags( bit0 ) | bit1; in operator |() 13864 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13867 return DescriptorSetLayoutCreateFlags( bit0 ) & bit1; in operator &() 13870 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13873 return DescriptorSetLayoutCreateFlags( bit0 ) ^ bit1; in operator ^() 13876 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13879 return ~( DescriptorSetLayoutCreateFlags( bits ) ); in operator ~() 13882 VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlags value ) in to_string()
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 13845 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 13858 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13861 return DescriptorSetLayoutCreateFlags( bit0 ) | bit1; in operator |() 13864 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13867 return DescriptorSetLayoutCreateFlags( bit0 ) & bit1; in operator &() 13870 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13873 return DescriptorSetLayoutCreateFlags( bit0 ) ^ bit1; in operator ^() 13876 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags 13879 return ~( DescriptorSetLayoutCreateFlags( bits ) ); in operator ~() 13882 VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlags value ) in to_string()
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 2174 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 2180 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
|
D | vulkan_enums.hpp | 3380 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 3386 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
|
D | vulkansc_to_string.hpp | 507 VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlags value ) in to_string()
|
/aosp_15_r20/external/swiftshader/include/vulkan/ |
H A D | vulkan_enums.hpp | 3258 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 3264 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
|
H A D | vulkan.cppm | 117 using VULKAN_HPP_NAMESPACE::DescriptorSetLayoutCreateFlags;
|
/aosp_15_r20/external/vulkan-headers/include/vulkan/ |
H A D | vulkan_enums.hpp | 3344 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 3350 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
|
H A D | vulkan.cppm | 117 using VULKAN_HPP_NAMESPACE::DescriptorSetLayoutCreateFlags;
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
H A D | vulkan_enums.hpp | 3401 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 3407 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 2930 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 2936 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 2930 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 2936 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 2930 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 2936 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 2930 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 2936 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 10504 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 10514 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator|( DescriptorSetLayo… in operator |() 10516 return DescriptorSetLayoutCreateFlags( bit0 ) | bit1; in operator |() 10519 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator&( DescriptorSetLayo… in operator &() 10521 return DescriptorSetLayoutCreateFlags( bit0 ) & bit1; in operator &() 10524 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator^( DescriptorSetLayo… in operator ^() 10526 return DescriptorSetLayoutCreateFlags( bit0 ) ^ bit1; in operator ^() 10529 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator~( DescriptorSetLayo… in operator ~() 10531 return ~( DescriptorSetLayoutCreateFlags( bits ) ); in operator ~() 10534 VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlags value ) in to_string() [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 10504 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 10514 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator|( DescriptorSetLayo… in operator |() 10516 return DescriptorSetLayoutCreateFlags( bit0 ) | bit1; in operator |() 10519 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator&( DescriptorSetLayo… in operator &() 10521 return DescriptorSetLayoutCreateFlags( bit0 ) & bit1; in operator &() 10524 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator^( DescriptorSetLayo… in operator ^() 10526 return DescriptorSetLayoutCreateFlags( bit0 ) ^ bit1; in operator ^() 10529 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator~( DescriptorSetLayo… in operator ~() 10531 return ~( DescriptorSetLayoutCreateFlags( bits ) ); in operator ~() 10534 VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlags value ) in to_string() [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 10504 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 10514 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator|( DescriptorSetLayo… in operator |() 10516 return DescriptorSetLayoutCreateFlags( bit0 ) | bit1; in operator |() 10519 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator&( DescriptorSetLayo… in operator &() 10521 return DescriptorSetLayoutCreateFlags( bit0 ) & bit1; in operator &() 10524 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator^( DescriptorSetLayo… in operator ^() 10526 return DescriptorSetLayoutCreateFlags( bit0 ) ^ bit1; in operator ^() 10529 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator~( DescriptorSetLayo… in operator ~() 10531 return ~( DescriptorSetLayoutCreateFlags( bits ) ); in operator ~() 10534 VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlags value ) in to_string() [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 10504 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef 10514 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator|( DescriptorSetLayo… in operator |() 10516 return DescriptorSetLayoutCreateFlags( bit0 ) | bit1; in operator |() 10519 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator&( DescriptorSetLayo… in operator &() 10521 return DescriptorSetLayoutCreateFlags( bit0 ) & bit1; in operator &() 10524 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator^( DescriptorSetLayo… in operator ^() 10526 return DescriptorSetLayoutCreateFlags( bit0 ) ^ bit1; in operator ^() 10529 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorSetLayoutCreateFlags operator~( DescriptorSetLayo… in operator ~() 10531 return ~( DescriptorSetLayoutCreateFlags( bits ) ); in operator ~() 10534 VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlags value ) in to_string() [all …]
|