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.hpp50340 struct PhysicalDeviceProtectedMemoryFeatures struct
50342 using NativeType = VkPhysicalDeviceProtectedMemoryFeatures;
50344 static const bool allowDuplicate = false;
50345 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
50350PhysicalDeviceProtectedMemoryFeatures( VULKAN_HPP_NAMESPACE::Bool32 protectedMemory_ = {} ) VULKAN… in PhysicalDeviceProtectedMemoryFeatures() function
50357PhysicalDeviceProtectedMemoryFeatures( VkPhysicalDeviceProtectedMemoryFeatures const & rhs ) VULKA… in PhysicalDeviceProtectedMemoryFeatures() function
50369 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures const *>( &r… in operator =()
50374 …_CONSTEXPR_14 PhysicalDeviceProtectedMemoryFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
50381 … setProtectedMemory( VULKAN_HPP_NAMESPACE::Bool32 protectedMemory_ ) VULKAN_HPP_NOEXCEPT in setProtectedMemory()
50388 operator VkPhysicalDeviceProtectedMemoryFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryFeatures const&()
[all …]