Home
last modified time | relevance | path

Searched defs:ImageViewAddressPropertiesNVX (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp32182 struct ImageViewAddressPropertiesNVX struct
32184 using NativeType = VkImageViewAddressPropertiesNVX;
32186 static const bool allowDuplicate = false;
32191 ImageViewAddressPropertiesNVX( VULKAN_HPP_NAMESPACE::DeviceAddress deviceAddress_ = {}, in ImageViewAddressPropertiesNVX() function
32200 ImageViewAddressPropertiesNVX( VkImageViewAddressPropertiesNVX const & rhs ) VULKAN_HPP_NOEXCEPT in ImageViewAddressPropertiesNVX() function
32210 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImageViewAddressPropertiesNVX const *>( &rhs ); in operator =()
32214 operator VkImageViewAddressPropertiesNVX const &() const VULKAN_HPP_NOEXCEPT in operator VkImageViewAddressPropertiesNVX const&()
32219 operator VkImageViewAddressPropertiesNVX &() VULKAN_HPP_NOEXCEPT in operator VkImageViewAddressPropertiesNVX&()
32245 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ImageViewAddressPropertiesNVX ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp45723 struct ImageViewAddressPropertiesNVX struct
45725 using NativeType = VkImageViewAddressPropertiesNVX;
45727 static const bool allowDuplicate = false;
45728 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eImageViewAddressPropertiesNVX;
45731 …VULKAN_HPP_CONSTEXPR ImageViewAddressPropertiesNVX( VULKAN_HPP_NAMESPACE::DeviceAddress deviceAddr… in ImageViewAddressPropertiesNVX() function
45742 ImageViewAddressPropertiesNVX( VkImageViewAddressPropertiesNVX const & rhs ) VULKAN_HPP_NOEXCEPT in ImageViewAddressPropertiesNVX() function
45752 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImageViewAddressPropertiesNVX const *>( &rhs ); in operator =()
45756 operator VkImageViewAddressPropertiesNVX const &() const VULKAN_HPP_NOEXCEPT in operator VkImageViewAddressPropertiesNVX const&()
45761 operator VkImageViewAddressPropertiesNVX &() VULKAN_HPP_NOEXCEPT in operator VkImageViewAddressPropertiesNVX&()
45773 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]