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() function
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.hpp57558 struct PhysicalDeviceBufferDeviceAddressFeatures struct
57560 using NativeType = VkPhysicalDeviceBufferDeviceAddressFeatures;
57562 static const bool allowDuplicate = false;
57563 …CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceBufferDeviceAddressFeatures;
57566 …VULKAN_HPP_CONSTEXPR PhysicalDeviceBufferDeviceAddressFeatures( VULKAN_HPP_NAMESPACE::Bool32 buffe… in PhysicalDeviceBufferDeviceAddressFeatures() function
57579PhysicalDeviceBufferDeviceAddressFeatures( VkPhysicalDeviceBufferDeviceAddressFeatures const & rhs… in PhysicalDeviceBufferDeviceAddressFeatures() function
57589 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceBufferDeviceAddressFeatures const *>… in operator =()
57594 …STEXPR_14 PhysicalDeviceBufferDeviceAddressFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
57601 … setBufferDeviceAddress( VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddress_ ) VULKAN_HPP_NOEXCEPT in setBufferDeviceAddress()
57608 …CaptureReplay( VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddressCaptureReplay_ ) VULKAN_HPP_NOEXCEPT in setBufferDeviceAddressCaptureReplay()
[all …]