Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/descriptor_set/pool/
Dsys.rs107 ash::vk::DescriptorPoolCreateFlags::FREE_DESCRIPTOR_SET in new()
109 ash::vk::DescriptorPoolCreateFlags::empty() in new()
/external/rust/crates/ash/src/vk/
Dbitflags.rs511 pub struct DescriptorPoolCreateFlags(pub(crate) Flags); struct
512 vk_bitflags_wrapped!(DescriptorPoolCreateFlags, 0b1, Flags);
513 impl DescriptorPoolCreateFlags { impl
Dfeature_extensions.rs641 impl DescriptorPoolCreateFlags { implementation
Dconst_debugs.rs1059 impl fmt::Debug for DescriptorPoolCreateFlags { implementation
1063 DescriptorPoolCreateFlags::FREE_DESCRIPTOR_SET.0, in fmt()
1067 DescriptorPoolCreateFlags::HOST_ONLY_VALVE.0, in fmt()
1071 DescriptorPoolCreateFlags::UPDATE_AFTER_BIND.0, in fmt()
Dextensions.rs13452 impl DescriptorPoolCreateFlags { impl
23385 impl DescriptorPoolCreateFlags { impl
Ddefinitions.rs4543 pub flags: DescriptorPoolCreateFlags,
4553 flags: DescriptorPoolCreateFlags::default(), in default()
4586 pub fn flags(mut self, flags: DescriptorPoolCreateFlags) -> Self { in flags()
/external/swiftshader/include/vulkan/
Dvulkan_enums.hpp10262 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
10274 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator|(DescriptorPoolCreateFlag… in operator |()
10277 return DescriptorPoolCreateFlags(bit0) | bit1; in operator |()
10280 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator&(DescriptorPoolCreateFlag… in operator &()
10283 return DescriptorPoolCreateFlags(bit0) & bit1; in operator &()
10286 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator^(DescriptorPoolCreateFlag… in operator ^()
10289 return DescriptorPoolCreateFlags(bit0) ^ bit1; in operator ^()
10292 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator~(DescriptorPoolCreateFlag… in operator ~()
10294 return ~(DescriptorPoolCreateFlags(bits)); in operator ~()
10297 VULKAN_HPP_INLINE std::string to_string(DescriptorPoolCreateFlags value) in to_string()
Dvulkan_structs.hpp19927 …VULKAN_HPP_CONSTEXPR DescriptorPoolCreateInfo(VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flag… in DescriptorPoolCreateInfo()
19948 DescriptorPoolCreateInfo(VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags_, in DescriptorPoolCreateInfo()
19977 …XPR_14 DescriptorPoolCreateInfo &setFlags(VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags_) … in setFlags()
20028 VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags const &,
20061 VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags = {};
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_enums.hpp10263 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>; typedef
10275 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator|( DescriptorPoolCreateFl… in operator |()
10278 return DescriptorPoolCreateFlags( bit0 ) | bit1; in operator |()
10281 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator&( DescriptorPoolCreateFl… in operator &()
10284 return DescriptorPoolCreateFlags( bit0 ) & bit1; in operator &()
10287 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator^( DescriptorPoolCreateFl… in operator ^()
10290 return DescriptorPoolCreateFlags( bit0 ) ^ bit1; in operator ^()
10293 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR DescriptorPoolCreateFlags operator~( DescriptorPoolCreateFl… in operator ~()
10295 return ~( DescriptorPoolCreateFlags( bits ) ); in operator ~()
10298 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags value ) in to_string()
Dvulkan_structs.hpp19879 …VULKAN_HPP_CONSTEXPR DescriptorPoolCreateInfo( VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags fl… in DescriptorPoolCreateInfo()
19900 …DescriptorPoolCreateInfo( VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags in DescriptorPoolCreateInfo()
19925 …R_14 DescriptorPoolCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags_ )… in setFlags()
19976 VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags const &,
20009 VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags = {};
/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()
Dvulkan_structs.hpp20803 … DescriptorPoolCreateInfo( VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags_ = {}, in DescriptorPoolCreateInfo()
20821 …VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags in DescriptorPoolCreateInfo()
20848 setFlags( VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
20901 VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags const &,
20934 VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlags flags = {};