Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp50861 struct PhysicalDeviceFragmentDensityMap2PropertiesEXT struct
50863 using NativeType = VkPhysicalDeviceFragmentDensityMap2PropertiesEXT;
50865 static const bool allowDuplicate = false;
50866 …TEXPR StructureType structureType = StructureType::ePhysicalDeviceFragmentDensityMap2PropertiesEXT;
50869 …VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMap2PropertiesEXT(VULKAN_HPP_NAMESPACE::Bool32 s… in PhysicalDeviceFragmentDensityMap2PropertiesEXT() argument
50885PhysicalDeviceFragmentDensityMap2PropertiesEXT(VkPhysicalDeviceFragmentDensityMap2PropertiesEXT co… in PhysicalDeviceFragmentDensityMap2PropertiesEXT() function
50895 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2PropertiesEXT con… in operator =()
50899 …licit operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT const&()
50904 explicit operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT&()
50920 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp50767 struct PhysicalDeviceFragmentDensityMap2PropertiesEXT struct
50769 using NativeType = VkPhysicalDeviceFragmentDensityMap2PropertiesEXT;
50771 static const bool allowDuplicate = false;
50772 …EXPR StructureType structureType = StructureType::ePhysicalDeviceFragmentDensityMap2PropertiesEXT;
50775 …HPP_CONSTEXPR PhysicalDeviceFragmentDensityMap2PropertiesEXT( VULKAN_HPP_NAMESPACE::Bool32 subsamp… in PhysicalDeviceFragmentDensityMap2PropertiesEXT() function
50791PhysicalDeviceFragmentDensityMap2PropertiesEXT( VkPhysicalDeviceFragmentDensityMap2PropertiesEXT c… in PhysicalDeviceFragmentDensityMap2PropertiesEXT() function
50801 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2PropertiesEXT con… in operator =()
50805 …licit operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT const&()
50810 explicit operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT&()
50826 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp52576 struct PhysicalDeviceFragmentDensityMap2PropertiesEXT struct
52578 using NativeType = VkPhysicalDeviceFragmentDensityMap2PropertiesEXT;
52580 static const bool allowDuplicate = false;
52581 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
52585 VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMap2PropertiesEXT( in PhysicalDeviceFragmentDensityMap2PropertiesEXT() argument
52599PhysicalDeviceFragmentDensityMap2PropertiesEXT( VkPhysicalDeviceFragmentDensityMap2PropertiesEXT c… in PhysicalDeviceFragmentDensityMap2PropertiesEXT() function
52612 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2PropertiesEXT con… in operator =()
52616 …licit operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT const&()
52621 explicit operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMap2PropertiesEXT&()
52637 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()