Home
last modified time | relevance | path

Searched defs:BindImageMemoryInfo (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/ash/src/
Ddevice.rs227 bind_infos: &[vk::BindImageMemoryInfo], in bind_image_memory2()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp7198 struct BindImageMemoryInfo struct
7200 using NativeType = VkBindImageMemoryInfo;
7202 static const bool allowDuplicate = false;
7203 …ic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eBindImageMemoryInfo;
7206 VULKAN_HPP_CONSTEXPR BindImageMemoryInfo(VULKAN_HPP_NAMESPACE::Image image_ = {}, in BindImageMemoryInfo() function
7219BindImageMemoryInfo(VkBindImageMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT : BindImageMemoryInfo(*r… in BindImageMemoryInfo() function
7228 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImageMemoryInfo const *>(&rhs); in operator =()
7233 VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()
7239 …_CONSTEXPR_14 BindImageMemoryInfo &setImage(VULKAN_HPP_NAMESPACE::Image image_) VULKAN_HPP_NOEXCEPT in setImage()
7245 …R_14 BindImageMemoryInfo &setMemory(VULKAN_HPP_NAMESPACE::DeviceMemory memory_) VULKAN_HPP_NOEXCEPT in setMemory()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp7186 struct BindImageMemoryInfo struct
7188 using NativeType = VkBindImageMemoryInfo;
7190 static const bool allowDuplicate = false;
7191 …c VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eBindImageMemoryInfo;
7194 VULKAN_HPP_CONSTEXPR BindImageMemoryInfo( VULKAN_HPP_NAMESPACE::Image image_ = {}, in BindImageMemoryInfo() function
7207BindImageMemoryInfo( VkBindImageMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT : BindImageMemoryInfo… in BindImageMemoryInfo() function
7216 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImageMemoryInfo const *>( &rhs ); in operator =()
7221 … VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
7227 …NSTEXPR_14 BindImageMemoryInfo & setImage( VULKAN_HPP_NAMESPACE::Image image_ ) VULKAN_HPP_NOEXCEPT in setImage()
7233 …4 BindImageMemoryInfo & setMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory_ ) VULKAN_HPP_NOEXCEPT in setMemory()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp7541 struct BindImageMemoryInfo struct
7543 using NativeType = VkBindImageMemoryInfo;
7549 VULKAN_HPP_CONSTEXPR BindImageMemoryInfo( VULKAN_HPP_NAMESPACE::Image image_ = {}, in BindImageMemoryInfo() function
7559 BindImageMemoryInfo( VkBindImageMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT in BindImageMemoryInfo() function
7568 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImageMemoryInfo const *>( &rhs ); in operator =()
7573 … VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
7579 …NSTEXPR_14 BindImageMemoryInfo & setImage( VULKAN_HPP_NAMESPACE::Image image_ ) VULKAN_HPP_NOEXCEPT in setImage()
7586 setMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory_ ) VULKAN_HPP_NOEXCEPT in setMemory()
7593 setMemoryOffset( VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset_ ) VULKAN_HPP_NOEXCEPT in setMemoryOffset()
7600 explicit operator VkBindImageMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImageMemoryInfo const&()
[all …]
/external/rust/crates/ash/src/vk/
Dfeatures.rs5633 _p_bind_infos: *const BindImageMemoryInfo, in load()
5946 p_bind_infos: *const BindImageMemoryInfo, in bind_image_memory2()
Ddefinitions.rs17720 pub struct BindImageMemoryInfo { struct
17727 impl ::std::default::Default for BindImageMemoryInfo { argument
17738 impl BindImageMemoryInfo { implementation
17793 pub fn build(self) -> BindImageMemoryInfo { in build()
Dextensions.rs12992 p_bind_infos: *const BindImageMemoryInfo, constant
13031 _p_bind_infos: *const BindImageMemoryInfo, in load()
13063 p_bind_infos: *const BindImageMemoryInfo, in bind_image_memory2_khr()