Home
last modified time | relevance | path

Searched defs:PhysicalDeviceProtectedMemoryProperties (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp74995 struct PhysicalDeviceProtectedMemoryProperties struct
74997 using NativeType = VkPhysicalDeviceProtectedMemoryProperties;
75003 …VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryProperties( VULKAN_HPP_NAMESPACE::Bool32 protect… in PhysicalDeviceProtectedMemoryProperties() function
75012PhysicalDeviceProtectedMemoryProperties( VkPhysicalDeviceProtectedMemoryProperties const & rhs ) V… in PhysicalDeviceProtectedMemoryProperties() function
75022 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryProperties const *>( … in operator =()
75026 operator VkPhysicalDeviceProtectedMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties const&()
75031 operator VkPhysicalDeviceProtectedMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties&()
75042 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
75051 bool operator==( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
75060 bool operator!=( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp77443 struct PhysicalDeviceProtectedMemoryProperties struct
77445 using NativeType = VkPhysicalDeviceProtectedMemoryProperties;
77451 …VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryProperties( VULKAN_HPP_NAMESPACE::Bool32 protect… in PhysicalDeviceProtectedMemoryProperties() function
77460PhysicalDeviceProtectedMemoryProperties( VkPhysicalDeviceProtectedMemoryProperties const & rhs ) V… in PhysicalDeviceProtectedMemoryProperties() function
77470 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryProperties const *>( … in operator =()
77474 operator VkPhysicalDeviceProtectedMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties const&()
77479 operator VkPhysicalDeviceProtectedMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties&()
77490 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
77499 bool operator==( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
77508 bool operator!=( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp78288 struct PhysicalDeviceProtectedMemoryProperties struct
78290 using NativeType = VkPhysicalDeviceProtectedMemoryProperties;
78296 …VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryProperties( VULKAN_HPP_NAMESPACE::Bool32 protect… in PhysicalDeviceProtectedMemoryProperties() function
78305PhysicalDeviceProtectedMemoryProperties( VkPhysicalDeviceProtectedMemoryProperties const & rhs ) V… in PhysicalDeviceProtectedMemoryProperties() function
78315 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryProperties const *>( … in operator =()
78319 operator VkPhysicalDeviceProtectedMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties const&()
78324 operator VkPhysicalDeviceProtectedMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties&()
78335 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
78344 bool operator==( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
78353 bool operator!=( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs24755 pub struct PhysicalDeviceProtectedMemoryProperties { struct
24760 impl ::std::default::Default for PhysicalDeviceProtectedMemoryProperties { implementation
24770 unsafe impl TaggedStructure for PhysicalDeviceProtectedMemoryProperties { implementation
24774 impl PhysicalDeviceProtectedMemoryProperties { implementation
24791 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceProtectedMemoryProperties {} implementation
24812 pub fn build(self) -> PhysicalDeviceProtectedMemoryProperties { in build()