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.hpp77346 struct PhysicalDeviceProtectedMemoryFeatures struct
77348 using NativeType = VkPhysicalDeviceProtectedMemoryFeatures;
77354 …VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryFeatures( VULKAN_HPP_NAMESPACE::Bool32 protected… in PhysicalDeviceProtectedMemoryFeatures() function
77363PhysicalDeviceProtectedMemoryFeatures( VkPhysicalDeviceProtectedMemoryFeatures const & rhs ) VULKA… in PhysicalDeviceProtectedMemoryFeatures() function
77373 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures const *>( &r… in operator =()
77378 …_CONSTEXPR_14 PhysicalDeviceProtectedMemoryFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
77384 …yFeatures & setProtectedMemory( VULKAN_HPP_NAMESPACE::Bool32 protectedMemory_ ) VULKAN_HPP_NOEXCEPT in setProtectedMemory()
77391 operator VkPhysicalDeviceProtectedMemoryFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryFeatures const&()
77396 operator VkPhysicalDeviceProtectedMemoryFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryFeatures&()
77407 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]