Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp39141 struct PhysicalDeviceBufferDeviceAddressFeatures struct
39143 using NativeType = VkPhysicalDeviceBufferDeviceAddressFeatures;
39145 static const bool allowDuplicate = false;
39146 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
39150 VULKAN_HPP_CONSTEXPR PhysicalDeviceBufferDeviceAddressFeatures( in PhysicalDeviceBufferDeviceAddressFeatures() argument
39162PhysicalDeviceBufferDeviceAddressFeatures( VkPhysicalDeviceBufferDeviceAddressFeatures const & rhs… in PhysicalDeviceBufferDeviceAddressFeatures() function
39175 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceBufferDeviceAddressFeatures const *>… in operator =()
39180 PhysicalDeviceBufferDeviceAddressFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
39187 … setBufferDeviceAddress( VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddress_ ) VULKAN_HPP_NOEXCEPT in setBufferDeviceAddress()
39193 PhysicalDeviceBufferDeviceAddressFeatures & setBufferDeviceAddressCaptureReplay( in setBufferDeviceAddressCaptureReplay()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp65862 struct PhysicalDeviceBufferDeviceAddressFeatures struct
65864 using NativeType = VkPhysicalDeviceBufferDeviceAddressFeatures;
65866 static const bool allowDuplicate = false;
65867 …CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceBufferDeviceAddressFeatures;
65870 …VULKAN_HPP_CONSTEXPR PhysicalDeviceBufferDeviceAddressFeatures( VULKAN_HPP_NAMESPACE::Bool32 buffe… in PhysicalDeviceBufferDeviceAddressFeatures() function
65883PhysicalDeviceBufferDeviceAddressFeatures( VkPhysicalDeviceBufferDeviceAddressFeatures const & rhs… in PhysicalDeviceBufferDeviceAddressFeatures() function
65893 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceBufferDeviceAddressFeatures const *>… in operator =()
65898 …STEXPR_14 PhysicalDeviceBufferDeviceAddressFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
65905 … setBufferDeviceAddress( VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddress_ ) VULKAN_HPP_NOEXCEPT in setBufferDeviceAddress()
65912 …CaptureReplay( VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddressCaptureReplay_ ) VULKAN_HPP_NOEXCEPT in setBufferDeviceAddressCaptureReplay()
[all …]