Searched refs:QueryPoolCreateFlags (Results 1 – 15 of 15) sorted by relevance
79 flags: ash::vk::QueryPoolCreateFlags::empty(), in new()
2473 using QueryPoolCreateFlags = Flags<QueryPoolCreateFlagBits>; typedef2479 static VULKAN_HPP_CONST_OR_CONSTEXPR QueryPoolCreateFlags allFlags = {};
197 using VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags;
537 VULKAN_HPP_INLINE std::string to_string( QueryPoolCreateFlags ) in to_string() argument
102372 …VULKAN_HPP_CONSTEXPR QueryPoolCreateInfo( VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags flags_… in QueryPoolCreateInfo()102407 …ONSTEXPR_14 QueryPoolCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags flags_ ) VU… in setFlags()102449 VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags const &,102482 VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags flags = {};
2395 using QueryPoolCreateFlags = Flags<QueryPoolCreateFlagBits>; typedef2401 static VULKAN_HPP_CONST_OR_CONSTEXPR QueryPoolCreateFlags allFlags = {};
524 VULKAN_HPP_INLINE std::string to_string( QueryPoolCreateFlags ) in to_string() argument
99724 …VULKAN_HPP_CONSTEXPR QueryPoolCreateInfo( VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags flags_… in QueryPoolCreateInfo()99759 …ONSTEXPR_14 QueryPoolCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags flags_ ) VU… in setFlags()99801 VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags const &,99834 VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags flags = {};
2627 using QueryPoolCreateFlags = Flags<QueryPoolCreateFlagBits>; typedef2633 static VULKAN_HPP_CONST_OR_CONSTEXPR QueryPoolCreateFlags allFlags = {};
558 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 std::string to_string( QueryPoolCreateFlags ) in to_string() argument
216 using VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags;
122477 …VULKAN_HPP_CONSTEXPR QueryPoolCreateInfo( VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags flags_… in QueryPoolCreateInfo()122512 …ONSTEXPR_14 QueryPoolCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags flags_ ) VU… in setFlags()122564 VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags const &,122597 VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags flags = {};
4046 impl fmt::Debug for QueryPoolCreateFlags { implementation
78 pub struct QueryPoolCreateFlags(pub(crate) Flags); struct79 vk_bitflags_wrapped!(QueryPoolCreateFlags, Flags);10128 pub flags: QueryPoolCreateFlags,10139 flags: QueryPoolCreateFlags::default(), in default()10176 pub fn flags(mut self, flags: QueryPoolCreateFlags) -> Self { in flags()