Home
last modified time | relevance | path

Searched defs:ImageViewCreateInfo (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/vulkano/src/image/
Dview.rs75 create_info: ImageViewCreateInfo, in new()
90 create_info: &ImageViewCreateInfo, in validate_new()
527 create_info: ImageViewCreateInfo, in new_unchecked()
536 create_info: ImageViewCreateInfo, in new_unchecked_with_format_features()
627 create_info: ImageViewCreateInfo, in from_handle()
637 create_info: ImageViewCreateInfo, in from_handle_with_format_features()
640 let ImageViewCreateInfo { in from_handle_with_format_features() localVariable
805 pub struct ImageViewCreateInfo { struct
812 pub view_type: ImageViewType,
826 pub format: Option<Format>,
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp53 class ImageViewCreateInfo : public vk::VkImageViewCreateInfo class
DvktDrawCreateInfoUtil.cpp53 ImageViewCreateInfo::ImageViewCreateInfo(vk::VkImage _image, vk::VkImageViewType _viewType, vk::VkF… in ImageViewCreateInfo() function in vkt::Draw::ImageViewCreateInfo
71 ImageViewCreateInfo::ImageViewCreateInfo(vk::VkImage _image, vk::VkImageViewType _viewType, vk::VkF… in ImageViewCreateInfo() function in vkt::Draw::ImageViewCreateInfo
/external/rust/crates/ash/src/
Ddevice.rs2490 create_info: &vk::ImageViewCreateInfo, in create_image_view()
/external/rust/crates/ash/src/vk/
Dfeatures.rs740 p_create_info: *const ImageViewCreateInfo, constant
2114 _p_create_info: *const ImageViewCreateInfo, in load()
Ddefinitions.rs3761 pub struct ImageViewCreateInfo { struct
3771 impl ::std::default::Default for ImageViewCreateInfo { argument
3786 unsafe impl TaggedStructure for ImageViewCreateInfo { implementation
3789 impl ImageViewCreateInfo { implementation
3862 pub fn build(self) -> ImageViewCreateInfo { in build()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp44787 struct ImageViewCreateInfo struct
44789 using NativeType = VkImageViewCreateInfo;
44791 static const bool allowDuplicate = false;
44792 …c VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eImageViewCreateInfo;
44795 …VULKAN_HPP_CONSTEXPR ImageViewCreateInfo( VULKAN_HPP_NAMESPACE::ImageViewCreateFlags flags_ … in ImageViewCreateInfo() argument
44814ImageViewCreateInfo( VkImageViewCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT : ImageViewCreateInfo… in ImageViewCreateInfo() function
44823 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImageViewCreateInfo const *>( &rhs ); in operator =()
44828 … VULKAN_HPP_CONSTEXPR_14 ImageViewCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
44834 …eViewCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageViewCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
44840 …NSTEXPR_14 ImageViewCreateInfo & setImage( VULKAN_HPP_NAMESPACE::Image image_ ) VULKAN_HPP_NOEXCEPT in setImage()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp45907 struct ImageViewCreateInfo struct
45909 using NativeType = VkImageViewCreateInfo;
45911 static const bool allowDuplicate = false;
45912 …c VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eImageViewCreateInfo;
45915 …VULKAN_HPP_CONSTEXPR ImageViewCreateInfo( VULKAN_HPP_NAMESPACE::ImageViewCreateFlags flags_ … in ImageViewCreateInfo() function
45934ImageViewCreateInfo( VkImageViewCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT : ImageViewCreateInfo… in ImageViewCreateInfo() function
45943 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImageViewCreateInfo const *>( &rhs ); in operator =()
45948 … VULKAN_HPP_CONSTEXPR_14 ImageViewCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
45954 …eViewCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageViewCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
45960 …NSTEXPR_14 ImageViewCreateInfo & setImage( VULKAN_HPP_NAMESPACE::Image image_ ) VULKAN_HPP_NOEXCEPT in setImage()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp45752 struct ImageViewCreateInfo struct
45754 using NativeType = VkImageViewCreateInfo;
45756 static const bool allowDuplicate = false;
45757 …c VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eImageViewCreateInfo;
45760 …VULKAN_HPP_CONSTEXPR ImageViewCreateInfo( VULKAN_HPP_NAMESPACE::ImageViewCreateFlags flags_ … in ImageViewCreateInfo() argument
45779ImageViewCreateInfo( VkImageViewCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT : ImageViewCreateInfo… in ImageViewCreateInfo() function
45788 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImageViewCreateInfo const *>( &rhs ); in operator =()
45793 … VULKAN_HPP_CONSTEXPR_14 ImageViewCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
45799 …eViewCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageViewCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
45805 …NSTEXPR_14 ImageViewCreateInfo & setImage( VULKAN_HPP_NAMESPACE::Image image_ ) VULKAN_HPP_NOEXCEPT in setImage()
[all …]