Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp69264 struct PhysicalDeviceLinearColorAttachmentFeaturesNV struct
69266 using NativeType = VkPhysicalDeviceLinearColorAttachmentFeaturesNV;
69268 static const bool allowDuplicate = false;
69272 …VULKAN_HPP_CONSTEXPR PhysicalDeviceLinearColorAttachmentFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 l… in PhysicalDeviceLinearColorAttachmentFeaturesNV() function
69282PhysicalDeviceLinearColorAttachmentFeaturesNV( VkPhysicalDeviceLinearColorAttachmentFeaturesNV con… in PhysicalDeviceLinearColorAttachmentFeaturesNV() function
69292 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceLinearColorAttachmentFeaturesNV cons… in operator =()
69297 …PR_14 PhysicalDeviceLinearColorAttachmentFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
69304 …setLinearColorAttachment( VULKAN_HPP_NAMESPACE::Bool32 linearColorAttachment_ ) VULKAN_HPP_NOEXCEPT in setLinearColorAttachment()
69311 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const&()
69316 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV&()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp71177 struct PhysicalDeviceLinearColorAttachmentFeaturesNV struct
71179 using NativeType = VkPhysicalDeviceLinearColorAttachmentFeaturesNV;
71181 static const bool allowDuplicate = false;
71185 …VULKAN_HPP_CONSTEXPR PhysicalDeviceLinearColorAttachmentFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 l… in PhysicalDeviceLinearColorAttachmentFeaturesNV() function
71195PhysicalDeviceLinearColorAttachmentFeaturesNV( VkPhysicalDeviceLinearColorAttachmentFeaturesNV con… in PhysicalDeviceLinearColorAttachmentFeaturesNV() function
71205 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceLinearColorAttachmentFeaturesNV cons… in operator =()
71210 …PR_14 PhysicalDeviceLinearColorAttachmentFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
71217 …setLinearColorAttachment( VULKAN_HPP_NAMESPACE::Bool32 linearColorAttachment_ ) VULKAN_HPP_NOEXCEPT in setLinearColorAttachment()
71224 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const&()
71229 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV&()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp71742 struct PhysicalDeviceLinearColorAttachmentFeaturesNV struct
71744 using NativeType = VkPhysicalDeviceLinearColorAttachmentFeaturesNV;
71746 static const bool allowDuplicate = false;
71750 …VULKAN_HPP_CONSTEXPR PhysicalDeviceLinearColorAttachmentFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 l… in PhysicalDeviceLinearColorAttachmentFeaturesNV() function
71760PhysicalDeviceLinearColorAttachmentFeaturesNV( VkPhysicalDeviceLinearColorAttachmentFeaturesNV con… in PhysicalDeviceLinearColorAttachmentFeaturesNV() function
71770 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceLinearColorAttachmentFeaturesNV cons… in operator =()
71775 …PR_14 PhysicalDeviceLinearColorAttachmentFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
71782 …setLinearColorAttachment( VULKAN_HPP_NAMESPACE::Bool32 linearColorAttachment_ ) VULKAN_HPP_NOEXCEPT in setLinearColorAttachment()
71789 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const&()
71794 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV&()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs66238 pub struct PhysicalDeviceLinearColorAttachmentFeaturesNV { struct
66243 impl ::std::default::Default for PhysicalDeviceLinearColorAttachmentFeaturesNV { argument
66253 unsafe impl TaggedStructure for PhysicalDeviceLinearColorAttachmentFeaturesNV { implementation
66257 impl PhysicalDeviceLinearColorAttachmentFeaturesNV { implementation
66274 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceLinearColorAttachmentFeaturesNV {} implementation
66276 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceLinearColorAttachmentFeaturesNV {} implementation
66297 pub fn build(self) -> PhysicalDeviceLinearColorAttachmentFeaturesNV { in build()