Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp76815 struct PhysicalDeviceRobustness2PropertiesEXT struct
76817 using NativeType = VkPhysicalDeviceRobustness2PropertiesEXT;
76819 static const bool allowDuplicate = false;
76820 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRobustness2PropertiesEXT;
76823 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRobustness2PropertiesEXT( VULKAN_HPP_NAMESPACE::DeviceSize robu… in PhysicalDeviceRobustness2PropertiesEXT() function
76834PhysicalDeviceRobustness2PropertiesEXT( VkPhysicalDeviceRobustness2PropertiesEXT const & rhs ) VUL… in PhysicalDeviceRobustness2PropertiesEXT() function
76844 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRobustness2PropertiesEXT const *>( &… in operator =()
76848 operator VkPhysicalDeviceRobustness2PropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRobustness2PropertiesEXT const&()
76853 operator VkPhysicalDeviceRobustness2PropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRobustness2PropertiesEXT&()
76864 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp79549 struct PhysicalDeviceRobustness2PropertiesEXT struct
79551 using NativeType = VkPhysicalDeviceRobustness2PropertiesEXT;
79553 static const bool allowDuplicate = false;
79554 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRobustness2PropertiesEXT;
79557 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRobustness2PropertiesEXT( VULKAN_HPP_NAMESPACE::DeviceSize robu… in PhysicalDeviceRobustness2PropertiesEXT() function
79568PhysicalDeviceRobustness2PropertiesEXT( VkPhysicalDeviceRobustness2PropertiesEXT const & rhs ) VUL… in PhysicalDeviceRobustness2PropertiesEXT() function
79578 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRobustness2PropertiesEXT const *>( &… in operator =()
79582 operator VkPhysicalDeviceRobustness2PropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRobustness2PropertiesEXT const&()
79587 operator VkPhysicalDeviceRobustness2PropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRobustness2PropertiesEXT&()
79598 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp80590 struct PhysicalDeviceRobustness2PropertiesEXT struct
80592 using NativeType = VkPhysicalDeviceRobustness2PropertiesEXT;
80594 static const bool allowDuplicate = false;
80595 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRobustness2PropertiesEXT;
80598 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRobustness2PropertiesEXT( VULKAN_HPP_NAMESPACE::DeviceSize robu… in PhysicalDeviceRobustness2PropertiesEXT() function
80609PhysicalDeviceRobustness2PropertiesEXT( VkPhysicalDeviceRobustness2PropertiesEXT const & rhs ) VUL… in PhysicalDeviceRobustness2PropertiesEXT() function
80619 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRobustness2PropertiesEXT const *>( &… in operator =()
80623 operator VkPhysicalDeviceRobustness2PropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRobustness2PropertiesEXT const&()
80628 operator VkPhysicalDeviceRobustness2PropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRobustness2PropertiesEXT&()
80639 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs50791 pub struct PhysicalDeviceRobustness2PropertiesEXT { struct
50797 impl ::std::default::Default for PhysicalDeviceRobustness2PropertiesEXT { implementation
50808 unsafe impl TaggedStructure for PhysicalDeviceRobustness2PropertiesEXT { implementation
50812 impl PhysicalDeviceRobustness2PropertiesEXT { impl
50826 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceRobustness2PropertiesEXT {} implementation
50860 pub fn build(self) -> PhysicalDeviceRobustness2PropertiesEXT { in build()