Home
last modified time | relevance | path

Searched refs:PipelineLayoutCreateFlags (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/ash/src/vk/
Dbitflags.rs1059 pub struct PipelineLayoutCreateFlags(pub(crate) Flags); struct
1060 vk_bitflags_wrapped!(PipelineLayoutCreateFlags, 0b0, Flags);
1061 impl PipelineLayoutCreateFlags {} impl
Dconst_debugs.rs2928 impl fmt::Debug for PipelineLayoutCreateFlags { implementation
2931 PipelineLayoutCreateFlags::RESERVED_0_AMD.0, in fmt()
Ddefinitions.rs6472 pub flags: PipelineLayoutCreateFlags,
6483 flags: PipelineLayoutCreateFlags::default(), in default()
6516 pub fn flags(mut self, flags: PipelineLayoutCreateFlags) -> Self { in flags()
Dextensions.rs22234 impl PipelineLayoutCreateFlags { implementation
/external/rust/crates/vulkano/src/pipeline/layout/
Dsys.rs128 flags: ash::vk::PipelineLayoutCreateFlags::empty(), in new()
/external/swiftshader/include/vulkan/
Dvulkan_enums.hpp10011 using PipelineLayoutCreateFlags = Flags<PipelineLayoutCreateFlagBits>; typedef
10022 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR PipelineLayoutCreateFlags operator|(PipelineLayoutCreateFlag… in operator |()
10025 return PipelineLayoutCreateFlags(bit0) | bit1; in operator |()
10028 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR PipelineLayoutCreateFlags operator&(PipelineLayoutCreateFlag… in operator &()
10031 return PipelineLayoutCreateFlags(bit0) & bit1; in operator &()
10034 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR PipelineLayoutCreateFlags operator^(PipelineLayoutCreateFlag… in operator ^()
10037 return PipelineLayoutCreateFlags(bit0) ^ bit1; in operator ^()
10040 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR PipelineLayoutCreateFlags operator~(PipelineLayoutCreateFlag… in operator ~()
10042 return ~(PipelineLayoutCreateFlags(bits)); in operator ~()
10045 VULKAN_HPP_INLINE std::string to_string(PipelineLayoutCreateFlags value) in to_string()
Dvulkan_structs.hpp71634 …VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo(VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flag… in PipelineLayoutCreateInfo()
71657 PipelineLayoutCreateInfo(VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_, in PipelineLayoutCreateInfo()
71687 …XPR_14 PipelineLayoutCreateInfo &setFlags(VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_) … in setFlags()
71755 VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags const &,
71790 VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags = {};
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_enums.hpp10012 using PipelineLayoutCreateFlags = Flags<PipelineLayoutCreateFlagBits>; typedef
10023 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR PipelineLayoutCreateFlags operator|( PipelineLayoutCreateFl… in operator |()
10026 return PipelineLayoutCreateFlags( bit0 ) | bit1; in operator |()
10029 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR PipelineLayoutCreateFlags operator&( PipelineLayoutCreateFl… in operator &()
10032 return PipelineLayoutCreateFlags( bit0 ) & bit1; in operator &()
10035 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR PipelineLayoutCreateFlags operator^( PipelineLayoutCreateFl… in operator ^()
10038 return PipelineLayoutCreateFlags( bit0 ) ^ bit1; in operator ^()
10041 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR PipelineLayoutCreateFlags operator~( PipelineLayoutCreateFl… in operator ~()
10043 return ~( PipelineLayoutCreateFlags( bits ) ); in operator ~()
10046 VULKAN_HPP_INLINE std::string to_string( PipelineLayoutCreateFlags value ) in to_string()
Dvulkan_structs.hpp71520 …VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags f… in PipelineLayoutCreateInfo()
71543 …PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags in PipelineLayoutCreateInfo()
71573 …R_14 PipelineLayoutCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ )… in setFlags()
71641 VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags const &,
71676 VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags = {};
/external/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp13562 using PipelineLayoutCreateFlags = Flags<PipelineLayoutCreateFlagBits>; typedef
13564 VULKAN_HPP_INLINE std::string to_string( PipelineLayoutCreateFlags ) in to_string() argument
Dvulkan_structs.hpp74288 VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ = {}, in PipelineLayoutCreateInfo()
74308 VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_, in PipelineLayoutCreateInfo()
74338 setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
74410 VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags const &,
74446 VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags = {};