Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp60571 struct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV struct
60573 using NativeType = VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV;
60575 static const bool allowDuplicate = false;
60576 …tureType structureType = StructureType::ePhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV;
60579 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV( VULKAN_HPP_NAMESPAC… in PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV() function
60589PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV( VkPhysicalDeviceDedicatedAllocationImage… in PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV() function
60601 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDedicatedAllocationImageAliasingFeat… in operator =()
60606 …calDeviceDedicatedAllocationImageAliasingFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
60613 …ImageAliasing( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocationImageAliasing_ ) VULKAN_HPP_NOEXCEPT in setDedicatedAllocationImageAliasing()
60620 …ator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const&()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp60007 struct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV struct
60009 using NativeType = VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV;
60011 static const bool allowDuplicate = false;
60012 …tureType structureType = StructureType::ePhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV;
60015 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV( VULKAN_HPP_NAMESPAC… in PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV() function
60025PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV( VkPhysicalDeviceDedicatedAllocationImage… in PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV() function
60037 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDedicatedAllocationImageAliasingFeat… in operator =()
60042 …calDeviceDedicatedAllocationImageAliasingFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
60049 …ImageAliasing( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocationImageAliasing_ ) VULKAN_HPP_NOEXCEPT in setDedicatedAllocationImageAliasing()
60056 …ator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const&()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp74832 struct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV struct
74834 using NativeType = VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV;
74836 static const bool allowDuplicate = false;
74837 …tureType structureType = StructureType::ePhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV;
74840 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV( VULKAN_HPP_NAMESPAC… in PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV() function
74850PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV( VkPhysicalDeviceDedicatedAllocationImage… in PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV() function
74862 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDedicatedAllocationImageAliasingFeat… in operator =()
74867 …calDeviceDedicatedAllocationImageAliasingFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
74874 …ImageAliasing( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocationImageAliasing_ ) VULKAN_HPP_NOEXCEPT in setDedicatedAllocationImageAliasing()
74881 …ator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const&()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs34056 pub struct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV { struct
34061 impl ::std::default::Default for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV { argument
34071 unsafe impl TaggedStructure for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV { implementation
34075 impl PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV { impl
34092 unsafe impl ExtendsPhysicalDeviceFeatures2
34100 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV {} implementation
34126 pub fn build(self) -> PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV { in build()