Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp93099 struct PhysicalDeviceVulkanMemoryModelFeatures struct
93101 using NativeType = VkPhysicalDeviceVulkanMemoryModelFeatures;
93103 static const bool allowDuplicate = false;
93104 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkanMemoryModelFeatures;
93107 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVulkanMemoryModelFeatures( VULKAN_HPP_NAMESPACE::Bool32 vulkanM… in PhysicalDeviceVulkanMemoryModelFeatures() function
93120PhysicalDeviceVulkanMemoryModelFeatures( VkPhysicalDeviceVulkanMemoryModelFeatures const & rhs ) V… in PhysicalDeviceVulkanMemoryModelFeatures() function
93130 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures const *>( … in operator =()
93135 …ONSTEXPR_14 PhysicalDeviceVulkanMemoryModelFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
93142 setVulkanMemoryModel( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModel_ ) VULKAN_HPP_NOEXCEPT in setVulkanMemoryModel()
93149 …yModelDeviceScope( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelDeviceScope_ ) VULKAN_HPP_NOEXCEPT in setVulkanMemoryModelDeviceScope()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp91290 struct PhysicalDeviceVulkanMemoryModelFeatures struct
91292 using NativeType = VkPhysicalDeviceVulkanMemoryModelFeatures;
91294 static const bool allowDuplicate = false;
91295 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkanMemoryModelFeatures;
91298 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVulkanMemoryModelFeatures( VULKAN_HPP_NAMESPACE::Bool32 vulkanM… in PhysicalDeviceVulkanMemoryModelFeatures() function
91311PhysicalDeviceVulkanMemoryModelFeatures( VkPhysicalDeviceVulkanMemoryModelFeatures const & rhs ) V… in PhysicalDeviceVulkanMemoryModelFeatures() function
91321 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures const *>( … in operator =()
91326 …ONSTEXPR_14 PhysicalDeviceVulkanMemoryModelFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
91333 setVulkanMemoryModel( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModel_ ) VULKAN_HPP_NOEXCEPT in setVulkanMemoryModel()
91340 …yModelDeviceScope( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelDeviceScope_ ) VULKAN_HPP_NOEXCEPT in setVulkanMemoryModelDeviceScope()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp112292 struct PhysicalDeviceVulkanMemoryModelFeatures struct
112294 using NativeType = VkPhysicalDeviceVulkanMemoryModelFeatures;
112296 static const bool allowDuplicate = false;
112297 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkanMemoryModelFeatures;
112300 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVulkanMemoryModelFeatures( VULKAN_HPP_NAMESPACE::Bool32 vulkanM… in PhysicalDeviceVulkanMemoryModelFeatures() function
112313PhysicalDeviceVulkanMemoryModelFeatures( VkPhysicalDeviceVulkanMemoryModelFeatures const & rhs ) V… in PhysicalDeviceVulkanMemoryModelFeatures() function
112323 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures const *>( … in operator =()
112328 …ONSTEXPR_14 PhysicalDeviceVulkanMemoryModelFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
112335 setVulkanMemoryModel( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModel_ ) VULKAN_HPP_NOEXCEPT in setVulkanMemoryModel()
112342 …yModelDeviceScope( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelDeviceScope_ ) VULKAN_HPP_NOEXCEPT in setVulkanMemoryModelDeviceScope()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs32261 pub struct PhysicalDeviceVulkanMemoryModelFeatures { struct
32268 impl ::std::default::Default for PhysicalDeviceVulkanMemoryModelFeatures { implementation
32280 unsafe impl TaggedStructure for PhysicalDeviceVulkanMemoryModelFeatures { implementation
32284 impl PhysicalDeviceVulkanMemoryModelFeatures { impl
32298 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVulkanMemoryModelFeatures {} implementation
32300 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceVulkanMemoryModelFeatures {} implementation
32339 pub fn build(self) -> PhysicalDeviceVulkanMemoryModelFeatures { in build()