Home
last modified time | relevance | path

Searched defs:PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM (Results 1 – 5 of 5) sorted by relevance

/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_handles.hpp2050 …using PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM = PhysicalDeviceFragmentDensityMapOffsetF… typedef
Dvulkan_structs.hpp81883 …using PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM = PhysicalDeviceFragmentDensityMapOffsetF… typedef
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp66551 struct PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM struct
66553 using NativeType = VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM;
66555 static const bool allowDuplicate = false;
66556 … StructureType structureType = StructureType::ePhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM;
66559 …VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM() function
66569PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM( VkPhysicalDeviceFragmentDensityMapOffsetFeatur… in PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM() function
66580 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM in operator =()
66585 … PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
66592 …gmentDensityMapOffset( VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapOffset_ ) VULKAN_HPP_NOEXCEPT in setFragmentDensityMapOffset()
66599 … operator VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM const&()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp66010 struct PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM struct
66012 using NativeType = VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM;
66014 static const bool allowDuplicate = false;
66015 … StructureType structureType = StructureType::ePhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM;
66018 …VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM() function
66028PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM( VkPhysicalDeviceFragmentDensityMapOffsetFeatur… in PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM() function
66039 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM in operator =()
66044 … PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
66051 …gmentDensityMapOffset( VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapOffset_ ) VULKAN_HPP_NOEXCEPT in setFragmentDensityMapOffset()
66058 … operator VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM const&()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs38616 pub struct PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM { struct
38621 impl ::std::default::Default for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM { argument
38631 unsafe impl TaggedStructure for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM { implementation
38635 impl PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM { impl
38652 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM {} implementation
38657 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM {} implementation
38678 pub fn build(self) -> PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM { in build()