Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp64158 struct PhysicalDeviceFragmentDensityMapPropertiesEXT struct
64160 using NativeType = VkPhysicalDeviceFragmentDensityMapPropertiesEXT;
64162 static const bool allowDuplicate = false;
64163 …TEXPR StructureType structureType = StructureType::ePhysicalDeviceFragmentDensityMapPropertiesEXT;
64166 …ULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapPropertiesEXT( VULKAN_HPP_NAMESPACE::Extent2D … in PhysicalDeviceFragmentDensityMapPropertiesEXT() function
64180PhysicalDeviceFragmentDensityMapPropertiesEXT( VkPhysicalDeviceFragmentDensityMapPropertiesEXT con… in PhysicalDeviceFragmentDensityMapPropertiesEXT() function
64190 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapPropertiesEXT cons… in operator =()
64194 operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const&()
64199 operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT&()
64214 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp66061 struct PhysicalDeviceFragmentDensityMapPropertiesEXT struct
66063 using NativeType = VkPhysicalDeviceFragmentDensityMapPropertiesEXT;
66065 static const bool allowDuplicate = false;
66066 …TEXPR StructureType structureType = StructureType::ePhysicalDeviceFragmentDensityMapPropertiesEXT;
66069 …ULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapPropertiesEXT( VULKAN_HPP_NAMESPACE::Extent2D … in PhysicalDeviceFragmentDensityMapPropertiesEXT() argument
66083PhysicalDeviceFragmentDensityMapPropertiesEXT( VkPhysicalDeviceFragmentDensityMapPropertiesEXT con… in PhysicalDeviceFragmentDensityMapPropertiesEXT() function
66093 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapPropertiesEXT cons… in operator =()
66097 operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const&()
66102 operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT&()
66117 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp66195 struct PhysicalDeviceFragmentDensityMapPropertiesEXT struct
66197 using NativeType = VkPhysicalDeviceFragmentDensityMapPropertiesEXT;
66199 static const bool allowDuplicate = false;
66200 …TEXPR StructureType structureType = StructureType::ePhysicalDeviceFragmentDensityMapPropertiesEXT;
66203 …ULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapPropertiesEXT( VULKAN_HPP_NAMESPACE::Extent2D … in PhysicalDeviceFragmentDensityMapPropertiesEXT() argument
66217PhysicalDeviceFragmentDensityMapPropertiesEXT( VkPhysicalDeviceFragmentDensityMapPropertiesEXT con… in PhysicalDeviceFragmentDensityMapPropertiesEXT() function
66227 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapPropertiesEXT cons… in operator =()
66231 operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const&()
66236 operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT&()
66251 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs38686 pub struct PhysicalDeviceFragmentDensityMapPropertiesEXT { struct
38693 impl ::std::default::Default for PhysicalDeviceFragmentDensityMapPropertiesEXT { argument
38705 unsafe impl TaggedStructure for PhysicalDeviceFragmentDensityMapPropertiesEXT { implementation
38709 impl PhysicalDeviceFragmentDensityMapPropertiesEXT { impl
38726 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMapPropertiesEXT {} implementation
38763 pub fn build(self) -> PhysicalDeviceFragmentDensityMapPropertiesEXT { in build()