Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp53638 struct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV struct
53640 using NativeType = VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV;
53642 static const bool allowDuplicate = false;
53643 …tureType structureType = StructureType::ePhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV;
53646 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV( VULKAN_HPP_NAMESPAC… in PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV() function
53656PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV( VkPhysicalDeviceDedicatedAllocationImage… in PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV() function
53668 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDedicatedAllocationImageAliasingFeat… in operator =()
53673 …calDeviceDedicatedAllocationImageAliasingFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
53680 …ImageAliasing( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocationImageAliasing_ ) VULKAN_HPP_NOEXCEPT in setDedicatedAllocationImageAliasing()
53687 …ator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const&()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp50506 struct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV struct
50515 VULKAN_HPP_CONSTEXPR PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV(VULKAN_HPP_NAMESPACE:… in PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV() function
50521PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV( VkPhysicalDeviceDedicatedAllocationImage… in PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV() function
50531 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDedicatedAllocationImageAliasingFeat… in operator =()
50536 …calDeviceDedicatedAllocationImageAliasingFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
50542 …cationImageAliasing( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocationImageAliasing_ ) VULKAN_HPP_N… in setDedicatedAllocationImageAliasing()
50550 …ator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const&()
50555 operator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV&()
50566 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
50576 …=( PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp55988 struct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV struct
55990 using NativeType = VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV;
55992 static const bool allowDuplicate = false;
55993 …tureType structureType = StructureType::ePhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV;
55996 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV( VULKAN_HPP_NAMESPAC… in PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV() function
56006PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV( VkPhysicalDeviceDedicatedAllocationImage… in PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV() function
56018 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDedicatedAllocationImageAliasingFeat… in operator =()
56023 …calDeviceDedicatedAllocationImageAliasingFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
56030 …ImageAliasing( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocationImageAliasing_ ) VULKAN_HPP_NOEXCEPT in setDedicatedAllocationImageAliasing()
56037 …ator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV const&()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs30331 pub struct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV { struct
30336 impl ::std::default::Default for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV { argument
30345 impl PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV { impl
30362 unsafe impl ExtendsPhysicalDeviceFeatures2
30370 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV {} implementation
30395 pub fn build(self) -> PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV { in build()