Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp58529 struct PhysicalDeviceFragmentDensityMapPropertiesEXT struct
58531 using NativeType = VkPhysicalDeviceFragmentDensityMapPropertiesEXT;
58533 static const bool allowDuplicate = false;
58534 …TEXPR StructureType structureType = StructureType::ePhysicalDeviceFragmentDensityMapPropertiesEXT;
58537 …ULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapPropertiesEXT( VULKAN_HPP_NAMESPACE::Extent2D … in PhysicalDeviceFragmentDensityMapPropertiesEXT() argument
58551PhysicalDeviceFragmentDensityMapPropertiesEXT( VkPhysicalDeviceFragmentDensityMapPropertiesEXT con… in PhysicalDeviceFragmentDensityMapPropertiesEXT() function
58561 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapPropertiesEXT cons… in operator =()
58565 …plicit operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const&()
58570 explicit operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT&()
58585 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp54805 struct PhysicalDeviceFragmentDensityMapPropertiesEXT struct
54814 VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapPropertiesEXT(VULKAN_HPP_NAMESPACE::Extent2D m… in PhysicalDeviceFragmentDensityMapPropertiesEXT() function
54820PhysicalDeviceFragmentDensityMapPropertiesEXT( VkPhysicalDeviceFragmentDensityMapPropertiesEXT con… in PhysicalDeviceFragmentDensityMapPropertiesEXT() function
54830 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapPropertiesEXT cons… in operator =()
54835 operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const&()
54840 operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT&()
54851 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
54861 …l operator==( PhysicalDeviceFragmentDensityMapPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
54874 …l operator!=( PhysicalDeviceFragmentDensityMapPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
54881 …HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceFragmentDensityMapPropertiesEXT;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp61530 struct PhysicalDeviceFragmentDensityMapPropertiesEXT struct
61532 using NativeType = VkPhysicalDeviceFragmentDensityMapPropertiesEXT;
61534 static const bool allowDuplicate = false;
61535 …TEXPR StructureType structureType = StructureType::ePhysicalDeviceFragmentDensityMapPropertiesEXT;
61538 …ULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapPropertiesEXT( VULKAN_HPP_NAMESPACE::Extent2D … in PhysicalDeviceFragmentDensityMapPropertiesEXT() argument
61552PhysicalDeviceFragmentDensityMapPropertiesEXT( VkPhysicalDeviceFragmentDensityMapPropertiesEXT con… in PhysicalDeviceFragmentDensityMapPropertiesEXT() function
61562 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapPropertiesEXT cons… in operator =()
61566 operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const&()
61571 operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT&()
61586 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs33564 pub struct PhysicalDeviceFragmentDensityMapPropertiesEXT { struct
33571 impl ::std::default::Default for PhysicalDeviceFragmentDensityMapPropertiesEXT { argument
33582 impl PhysicalDeviceFragmentDensityMapPropertiesEXT { impl
33599 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMapPropertiesEXT {} implementation
33633 pub fn build(self) -> PhysicalDeviceFragmentDensityMapPropertiesEXT { in build()