Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp49176 struct PhysicalDeviceProtectedMemoryFeatures struct
49178 using NativeType = VkPhysicalDeviceProtectedMemoryFeatures;
49180 static const bool allowDuplicate = false;
49181 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
49186PhysicalDeviceProtectedMemoryFeatures( VULKAN_HPP_NAMESPACE::Bool32 protectedMemory_ = {} ) VULKAN… in PhysicalDeviceProtectedMemoryFeatures() function
49193PhysicalDeviceProtectedMemoryFeatures( VkPhysicalDeviceProtectedMemoryFeatures const & rhs ) VULKA… in PhysicalDeviceProtectedMemoryFeatures() function
49205 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures const *>( &r… in operator =()
49210 PhysicalDeviceProtectedMemoryFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
49217 setProtectedMemory( VULKAN_HPP_NAMESPACE::Bool32 protectedMemory_ ) VULKAN_HPP_NOEXCEPT in setProtectedMemory()
49224 operator VkPhysicalDeviceProtectedMemoryFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryFeatures const&()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp89564 struct PhysicalDeviceProtectedMemoryFeatures struct
89566 using NativeType = VkPhysicalDeviceProtectedMemoryFeatures;
89572 …VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryFeatures( VULKAN_HPP_NAMESPACE::Bool32 protected… in PhysicalDeviceProtectedMemoryFeatures() function
89581PhysicalDeviceProtectedMemoryFeatures( VkPhysicalDeviceProtectedMemoryFeatures const & rhs ) VULKA… in PhysicalDeviceProtectedMemoryFeatures() function
89591 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures const *>( &r… in operator =()
89596 …_CONSTEXPR_14 PhysicalDeviceProtectedMemoryFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
89602 …yFeatures & setProtectedMemory( VULKAN_HPP_NAMESPACE::Bool32 protectedMemory_ ) VULKAN_HPP_NOEXCEPT in setProtectedMemory()
89609 operator VkPhysicalDeviceProtectedMemoryFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryFeatures const&()
89614 operator VkPhysicalDeviceProtectedMemoryFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryFeatures&()
89625 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]