Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/
Dlayout.rs294 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/
Dfeature_extensions.rs222 impl DescriptorSetLayoutCreateFlags { impl
Dbitflags.rs657 pub struct DescriptorSetLayoutCreateFlags(pub(crate) Flags); struct
658 vk_bitflags_wrapped!(DescriptorSetLayoutCreateFlags, Flags);
659 impl DescriptorSetLayoutCreateFlags {} impl
Dconst_debugs.rs1189 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()
Dextensions.rs5260 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/
Dvulkan_enums.hpp13845 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/
Dvulkan_enums.hpp13845 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/
Dvulkan_enums.hpp13845 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/
Dvulkan_enums.hpp13845 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/
Dvulkansc_enums.hpp2174 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef
2180 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
Dvulkan_enums.hpp3380 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef
3386 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
Dvulkansc_to_string.hpp507 VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlags value ) in to_string()
/aosp_15_r20/external/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp3258 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef
3264 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
H A Dvulkan.cppm117 using VULKAN_HPP_NAMESPACE::DescriptorSetLayoutCreateFlags;
/aosp_15_r20/external/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp3344 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>; typedef
3350 static VULKAN_HPP_CONST_OR_CONSTEXPR DescriptorSetLayoutCreateFlags allFlags =
H A Dvulkan.cppm117 using VULKAN_HPP_NAMESPACE::DescriptorSetLayoutCreateFlags;
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_enums.hpp3401 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/
Dvulkan_enums.hpp2930 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/
Dvulkan_enums.hpp2930 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/
Dvulkan_enums.hpp2930 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/
Dvulkan_enums.hpp2930 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/
Dvulkan.hpp10504 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/
Dvulkan.hpp10504 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/
Dvulkan.hpp10504 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/
Dvulkan.hpp10504 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 …]

123