Home
last modified time | relevance | path

Searched defs:BindImagePlaneMemoryInfo (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp7432 struct BindImagePlaneMemoryInfo struct
7434 using NativeType = VkBindImagePlaneMemoryInfo;
7440 …VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo(VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspec… in BindImagePlaneMemoryInfo() function
7449 BindImagePlaneMemoryInfo(VkBindImagePlaneMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT in BindImagePlaneMemoryInfo() function
7459 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo const *>(&rhs); in operator =()
7464 VULKAN_HPP_CONSTEXPR_14 BindImagePlaneMemoryInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()
7470 …oryInfo &setPlaneAspect(VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_) VULKAN_HPP_NOEXCEPT in setPlaneAspect()
7477 explicit operator VkBindImagePlaneMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo const&()
7482 explicit operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo&()
7493 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp7420 struct BindImagePlaneMemoryInfo struct
7422 using NativeType = VkBindImagePlaneMemoryInfo;
7428 …VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspe… in BindImagePlaneMemoryInfo() function
7437 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT in BindImagePlaneMemoryInfo() function
7447 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo const *>( &rhs ); in operator =()
7452 …KAN_HPP_CONSTEXPR_14 BindImagePlaneMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
7458 …Info & setPlaneAspect( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ ) VULKAN_HPP_NOEXCEPT in setPlaneAspect()
7465 explicit operator VkBindImagePlaneMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo const&()
7470 explicit operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo&()
7481 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp7783 struct BindImagePlaneMemoryInfo struct
7792 BindImagePlaneMemoryInfo( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ = in BindImagePlaneMemoryInfo() function
7799 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT in BindImagePlaneMemoryInfo() function
7808 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo const *>( &rhs ); in operator =()
7813 …KAN_HPP_CONSTEXPR_14 BindImagePlaneMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
7820 setPlaneAspect( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ ) VULKAN_HPP_NOEXCEPT in setPlaneAspect()
7827 explicit operator VkBindImagePlaneMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo const&()
7832 explicit operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo&()
7845 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
7874 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo ) ==
/external/rust/crates/ash/src/vk/
Ddefinitions.rs21585 pub struct BindImagePlaneMemoryInfo { struct
21590 impl ::std::default::Default for BindImagePlaneMemoryInfo { argument
21599 impl BindImagePlaneMemoryInfo { implementation
21613 unsafe impl ExtendsBindImageMemoryInfo for BindImagePlaneMemoryInfo {} implementation
21633 pub fn build(self) -> BindImagePlaneMemoryInfo { in build()