Searched refs:PipelineLayoutCreateFlags (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/ash/src/vk/ |
D | bitflags.rs | 1059 pub struct PipelineLayoutCreateFlags(pub(crate) Flags); struct 1060 vk_bitflags_wrapped!(PipelineLayoutCreateFlags, 0b0, Flags); 1061 impl PipelineLayoutCreateFlags {} impl
|
D | const_debugs.rs | 2928 impl fmt::Debug for PipelineLayoutCreateFlags { implementation 2931 PipelineLayoutCreateFlags::RESERVED_0_AMD.0, in fmt()
|
D | definitions.rs | 6472 pub flags: PipelineLayoutCreateFlags, 6483 flags: PipelineLayoutCreateFlags::default(), in default() 6516 pub fn flags(mut self, flags: PipelineLayoutCreateFlags) -> Self { in flags()
|
D | extensions.rs | 22234 impl PipelineLayoutCreateFlags { implementation
|
/external/rust/crates/vulkano/src/pipeline/layout/ |
D | sys.rs | 128 flags: ash::vk::PipelineLayoutCreateFlags::empty(), in new()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_enums.hpp | 10011 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()
|
D | vulkan_structs.hpp | 71634 …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/ |
D | vulkan_enums.hpp | 10012 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()
|
D | vulkan_structs.hpp | 71520 …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/ |
D | vulkan_enums.hpp | 13562 using PipelineLayoutCreateFlags = Flags<PipelineLayoutCreateFlagBits>; typedef 13564 VULKAN_HPP_INLINE std::string to_string( PipelineLayoutCreateFlags ) in to_string() argument
|
D | vulkan_structs.hpp | 74288 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 = {};
|