Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp78261 struct PhysicalDeviceVulkanMemoryModelFeatures struct
78263 using NativeType = VkPhysicalDeviceVulkanMemoryModelFeatures;
78265 static const bool allowDuplicate = false;
78266 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkanMemoryModelFeatures;
78269 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVulkanMemoryModelFeatures( VULKAN_HPP_NAMESPACE::Bool32 vulkanM… in PhysicalDeviceVulkanMemoryModelFeatures() function
78282PhysicalDeviceVulkanMemoryModelFeatures( VkPhysicalDeviceVulkanMemoryModelFeatures const & rhs ) V… in PhysicalDeviceVulkanMemoryModelFeatures() function
78292 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures const *>( … in operator =()
78297 …ONSTEXPR_14 PhysicalDeviceVulkanMemoryModelFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
78304 … setVulkanMemoryModel( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModel_ ) VULKAN_HPP_NOEXCEPT in setVulkanMemoryModel()
78311 …yModelDeviceScope( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelDeviceScope_ ) VULKAN_HPP_NOEXCEPT in setVulkanMemoryModelDeviceScope()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp72590 struct PhysicalDeviceVulkanMemoryModelFeatures struct
72599 VULKAN_HPP_CONSTEXPR PhysicalDeviceVulkanMemoryModelFeatures(VULKAN_HPP_NAMESPACE::Bool32 vulkanMem… in PhysicalDeviceVulkanMemoryModelFeatures() function
72605PhysicalDeviceVulkanMemoryModelFeatures( VkPhysicalDeviceVulkanMemoryModelFeatures const & rhs ) V… in PhysicalDeviceVulkanMemoryModelFeatures() function
72615 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures const *>( … in operator =()
72620 …ONSTEXPR_14 PhysicalDeviceVulkanMemoryModelFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
72626 …tures & setVulkanMemoryModel( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModel_ ) VULKAN_HPP_NOEXCEPT in setVulkanMemoryModel()
72632 …yModelDeviceScope( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelDeviceScope_ ) VULKAN_HPP_NOEXCEPT in setVulkanMemoryModelDeviceScope()
72638 …isibilityChains( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelAvailabilityVisibilityChains_ ) VUL… in setVulkanMemoryModelAvailabilityVisibilityChains()
72646 operator VkPhysicalDeviceVulkanMemoryModelFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkanMemoryModelFeatures const&()
72651 operator VkPhysicalDeviceVulkanMemoryModelFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkanMemoryModelFeatures&()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp82664 struct PhysicalDeviceVulkanMemoryModelFeatures struct
82666 using NativeType = VkPhysicalDeviceVulkanMemoryModelFeatures;
82668 static const bool allowDuplicate = false;
82669 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkanMemoryModelFeatures;
82672 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVulkanMemoryModelFeatures( VULKAN_HPP_NAMESPACE::Bool32 vulkanM… in PhysicalDeviceVulkanMemoryModelFeatures() function
82685PhysicalDeviceVulkanMemoryModelFeatures( VkPhysicalDeviceVulkanMemoryModelFeatures const & rhs ) V… in PhysicalDeviceVulkanMemoryModelFeatures() function
82695 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures const *>( … in operator =()
82700 …ONSTEXPR_14 PhysicalDeviceVulkanMemoryModelFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
82707 … setVulkanMemoryModel( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModel_ ) VULKAN_HPP_NOEXCEPT in setVulkanMemoryModel()
82714 …yModelDeviceScope( VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelDeviceScope_ ) VULKAN_HPP_NOEXCEPT in setVulkanMemoryModelDeviceScope()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs28659 pub struct PhysicalDeviceVulkanMemoryModelFeatures { struct
28666 impl ::std::default::Default for PhysicalDeviceVulkanMemoryModelFeatures { argument
28677 impl PhysicalDeviceVulkanMemoryModelFeatures { impl
28691 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVulkanMemoryModelFeatures {} implementation
28693 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceVulkanMemoryModelFeatures {} implementation
28729 pub fn build(self) -> PhysicalDeviceVulkanMemoryModelFeatures { in build()