Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceLinearColorAttachmentFeaturesNV (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp1876 return sizeof(VkPhysicalDeviceLinearColorAttachmentFeaturesNV); in goldfish_vk_extension_struct_size()
3990 return sizeof(VkPhysicalDeviceLinearColorAttachmentFeaturesNV); in goldfish_vk_extension_struct_size_with_stream_features()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h16778 typedef struct VkPhysicalDeviceLinearColorAttachmentFeaturesNV { struct
16782 } VkPhysicalDeviceLinearColorAttachmentFeaturesNV; argument
Dvulkan_static_assertions.hpp4206 …alDeviceLinearColorAttachmentFeaturesNV ) == sizeof( VkPhysicalDeviceLinearColorAttachmentFeatures…
Dvulkan_structs.hpp65780 using NativeType = VkPhysicalDeviceLinearColorAttachmentFeaturesNV;
65793 …PhysicalDeviceLinearColorAttachmentFeaturesNV( VkPhysicalDeviceLinearColorAttachmentFeaturesNV con… in PhysicalDeviceLinearColorAttachmentFeaturesNV()
65801 …alDeviceLinearColorAttachmentFeaturesNV & operator=( VkPhysicalDeviceLinearColorAttachmentFeatures… in operator =()
65822 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const&()
65824 return *reinterpret_cast<const VkPhysicalDeviceLinearColorAttachmentFeaturesNV*>( this ); in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const&()
65827 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV&()
65829 return *reinterpret_cast<VkPhysicalDeviceLinearColorAttachmentFeaturesNV*>( this ); in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV&()