Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp66963 struct PhysicalDeviceImageProcessingFeaturesQCOM struct
66965 using NativeType = VkPhysicalDeviceImageProcessingFeaturesQCOM;
66967 static const bool allowDuplicate = false;
66968 …CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceImageProcessingFeaturesQCOM;
66971 …VULKAN_HPP_CONSTEXPR PhysicalDeviceImageProcessingFeaturesQCOM( VULKAN_HPP_NAMESPACE::Bool32 textu… in PhysicalDeviceImageProcessingFeaturesQCOM() function
66984PhysicalDeviceImageProcessingFeaturesQCOM( VkPhysicalDeviceImageProcessingFeaturesQCOM const & rhs… in PhysicalDeviceImageProcessingFeaturesQCOM() function
66994 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceImageProcessingFeaturesQCOM const *>… in operator =()
66999 …STEXPR_14 PhysicalDeviceImageProcessingFeaturesQCOM & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
67006 …setTextureSampleWeighted( VULKAN_HPP_NAMESPACE::Bool32 textureSampleWeighted_ ) VULKAN_HPP_NOEXCEPT in setTextureSampleWeighted()
67013 … setTextureBoxFilter( VULKAN_HPP_NAMESPACE::Bool32 textureBoxFilter_ ) VULKAN_HPP_NOEXCEPT in setTextureBoxFilter()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp68872 struct PhysicalDeviceImageProcessingFeaturesQCOM struct
68874 using NativeType = VkPhysicalDeviceImageProcessingFeaturesQCOM;
68876 static const bool allowDuplicate = false;
68877 …CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceImageProcessingFeaturesQCOM;
68880 …VULKAN_HPP_CONSTEXPR PhysicalDeviceImageProcessingFeaturesQCOM( VULKAN_HPP_NAMESPACE::Bool32 textu… in PhysicalDeviceImageProcessingFeaturesQCOM() function
68893PhysicalDeviceImageProcessingFeaturesQCOM( VkPhysicalDeviceImageProcessingFeaturesQCOM const & rhs… in PhysicalDeviceImageProcessingFeaturesQCOM() function
68903 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceImageProcessingFeaturesQCOM const *>… in operator =()
68908 …STEXPR_14 PhysicalDeviceImageProcessingFeaturesQCOM & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
68915 …setTextureSampleWeighted( VULKAN_HPP_NAMESPACE::Bool32 textureSampleWeighted_ ) VULKAN_HPP_NOEXCEPT in setTextureSampleWeighted()
68922 setTextureBoxFilter( VULKAN_HPP_NAMESPACE::Bool32 textureBoxFilter_ ) VULKAN_HPP_NOEXCEPT in setTextureBoxFilter()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp69232 struct PhysicalDeviceImageProcessingFeaturesQCOM struct
69234 using NativeType = VkPhysicalDeviceImageProcessingFeaturesQCOM;
69236 static const bool allowDuplicate = false;
69237 …CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceImageProcessingFeaturesQCOM;
69240 …VULKAN_HPP_CONSTEXPR PhysicalDeviceImageProcessingFeaturesQCOM( VULKAN_HPP_NAMESPACE::Bool32 textu… in PhysicalDeviceImageProcessingFeaturesQCOM() function
69253PhysicalDeviceImageProcessingFeaturesQCOM( VkPhysicalDeviceImageProcessingFeaturesQCOM const & rhs… in PhysicalDeviceImageProcessingFeaturesQCOM() function
69263 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceImageProcessingFeaturesQCOM const *>… in operator =()
69268 …STEXPR_14 PhysicalDeviceImageProcessingFeaturesQCOM & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
69275 …setTextureSampleWeighted( VULKAN_HPP_NAMESPACE::Bool32 textureSampleWeighted_ ) VULKAN_HPP_NOEXCEPT in setTextureSampleWeighted()
69282 setTextureBoxFilter( VULKAN_HPP_NAMESPACE::Bool32 textureBoxFilter_ ) VULKAN_HPP_NOEXCEPT in setTextureBoxFilter()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs70612 pub struct PhysicalDeviceImageProcessingFeaturesQCOM { struct
70619 impl ::std::default::Default for PhysicalDeviceImageProcessingFeaturesQCOM { argument
70631 unsafe impl TaggedStructure for PhysicalDeviceImageProcessingFeaturesQCOM { implementation
70635 impl PhysicalDeviceImageProcessingFeaturesQCOM { implementation
70652 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceImageProcessingFeaturesQCOM {} implementation
70654 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceImageProcessingFeaturesQCOM {} implementation
70685 pub fn build(self) -> PhysicalDeviceImageProcessingFeaturesQCOM { in build()