Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp58120 struct PhysicalDeviceFragmentDensityMap2PropertiesEXT struct
58122 using NativeType = VkPhysicalDeviceFragmentDensityMap2PropertiesEXT;
58124 static const bool allowDuplicate = false;
58125 …EXPR StructureType structureType = StructureType::ePhysicalDeviceFragmentDensityMap2PropertiesEXT;
58128 …HPP_CONSTEXPR PhysicalDeviceFragmentDensityMap2PropertiesEXT( VULKAN_HPP_NAMESPACE::Bool32 subsamp… in PhysicalDeviceFragmentDensityMap2PropertiesEXT() function
58144PhysicalDeviceFragmentDensityMap2PropertiesEXT( VkPhysicalDeviceFragmentDensityMap2PropertiesEXT c… in PhysicalDeviceFragmentDensityMap2PropertiesEXT() function
58154 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2PropertiesEXT con… in operator =()
58158 …licit operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT const&()
58163 explicit operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT&()
58179 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp54411 struct PhysicalDeviceFragmentDensityMap2PropertiesEXT struct
54420 VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMap2PropertiesEXT(VULKAN_HPP_NAMESPACE::Bool32 su… in PhysicalDeviceFragmentDensityMap2PropertiesEXT() function
54426PhysicalDeviceFragmentDensityMap2PropertiesEXT( VkPhysicalDeviceFragmentDensityMap2PropertiesEXT c… in PhysicalDeviceFragmentDensityMap2PropertiesEXT() function
54436 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2PropertiesEXT con… in operator =()
54441 operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT const&()
54446 operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT&()
54457 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
54467 … operator==( PhysicalDeviceFragmentDensityMap2PropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
54481 … operator!=( PhysicalDeviceFragmentDensityMap2PropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
54488 …PP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceFragmentDensityMap2PropertiesEXT;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp61121 struct PhysicalDeviceFragmentDensityMap2PropertiesEXT struct
61123 using NativeType = VkPhysicalDeviceFragmentDensityMap2PropertiesEXT;
61125 static const bool allowDuplicate = false;
61126 …EXPR StructureType structureType = StructureType::ePhysicalDeviceFragmentDensityMap2PropertiesEXT;
61129 …HPP_CONSTEXPR PhysicalDeviceFragmentDensityMap2PropertiesEXT( VULKAN_HPP_NAMESPACE::Bool32 subsamp… in PhysicalDeviceFragmentDensityMap2PropertiesEXT() argument
61145PhysicalDeviceFragmentDensityMap2PropertiesEXT( VkPhysicalDeviceFragmentDensityMap2PropertiesEXT c… in PhysicalDeviceFragmentDensityMap2PropertiesEXT() function
61155 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2PropertiesEXT con… in operator =()
61159 operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT const&()
61164 operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT&()
61180 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs33640 pub struct PhysicalDeviceFragmentDensityMap2PropertiesEXT { struct
33648 impl ::std::default::Default for PhysicalDeviceFragmentDensityMap2PropertiesEXT { argument
33660 impl PhysicalDeviceFragmentDensityMap2PropertiesEXT { implementation
33677 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMap2PropertiesEXT {} implementation
33716 pub fn build(self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT { in build()