Home
last modified time | relevance | path

Searched refs:VkXYColorEXT (Results 1 – 19 of 19) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
DVK_EXT_hdr_metadata.adoc46 * pname:displayPrimaryRed is a slink:VkXYColorEXT structure specifying the
48 * pname:displayPrimaryGreen is a slink:VkXYColorEXT structure specifying
50 * pname:displayPrimaryBlue is a slink:VkXYColorEXT structure specifying
52 * pname:whitePoint is a slink:VkXYColorEXT structure specifying the
71 [open,refpage='VkXYColorEXT',desc='Specify X,Y chromaticity coordinates',type='structs']
73 The sname:VkXYColorEXT structure is defined as:
75 include::{generated}/api/structs/VkXYColorEXT.adoc[]
DVK_EXT_hdr_metadata.txt39 [open,refpage='VkXYColorEXT',desc='Specify X,Y chromaticity coordinates',type='structs']
41 include::{generated}/api/structs/VkXYColorEXT.txt[]
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl494 inline VkXYColorEXT makeXYColorEXT (float x, float y)
496 VkXYColorEXT res;
DvkStructTypes.inl2451 struct VkXYColorEXT struct
2483 VkXYColorEXT displayPrimaryRed;
2484 VkXYColorEXT displayPrimaryGreen;
2485 VkXYColorEXT displayPrimaryBlue;
2486 VkXYColorEXT whitePoint;
DvkVulkan_c.inl12330 typedef struct VkXYColorEXT { struct
12333 } VkXYColorEXT; typedef
12338 VkXYColorEXT displayPrimaryRed;
12339 VkXYColorEXT displayPrimaryGreen;
12340 VkXYColorEXT displayPrimaryBlue;
12341 VkXYColorEXT whitePoint;
DvkStrUtil.inl858 std::ostream& operator<< (std::ostream& s, const VkXYColorEXT& value);
DvkStrUtilImpl.inl8419 std::ostream& operator<< (std::ostream& s, const VkXYColorEXT& value)
8421 s << "VkXYColorEXT = {\n";
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h6695 typedef struct VkXYColorEXT { struct
6698 } VkXYColorEXT; typedef
6703 VkXYColorEXT displayPrimaryRed;
6704 VkXYColorEXT displayPrimaryGreen;
6705 VkXYColorEXT displayPrimaryBlue;
6706 VkXYColorEXT whitePoint;
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h6881 typedef struct VkXYColorEXT { struct
6884 } VkXYColorEXT; argument
6889 VkXYColorEXT displayPrimaryRed;
6890 VkXYColorEXT displayPrimaryGreen;
6891 VkXYColorEXT displayPrimaryBlue;
6892 VkXYColorEXT whitePoint;
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h7521 typedef struct VkXYColorEXT { struct
7524 } VkXYColorEXT; typedef
7529 VkXYColorEXT displayPrimaryRed;
7530 VkXYColorEXT displayPrimaryGreen;
7531 VkXYColorEXT displayPrimaryBlue;
7532 VkXYColorEXT whitePoint;
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9237 typedef struct VkXYColorEXT { struct
9240 } VkXYColorEXT; typedef
9245 VkXYColorEXT displayPrimaryRed;
9246 VkXYColorEXT displayPrimaryGreen;
9247 VkXYColorEXT displayPrimaryBlue;
9248 VkXYColorEXT whitePoint;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h9625 typedef struct VkXYColorEXT { struct
9628 } VkXYColorEXT; argument
9633 VkXYColorEXT displayPrimaryRed;
9634 VkXYColorEXT displayPrimaryGreen;
9635 VkXYColorEXT displayPrimaryBlue;
9636 VkXYColorEXT whitePoint;
Dvulkan_structs.hpp29677 using NativeType = VkXYColorEXT;
29687 XYColorEXT( VkXYColorEXT const & rhs ) VULKAN_HPP_NOEXCEPT in XYColorEXT()
29694 XYColorEXT & operator=( VkXYColorEXT const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
29714 operator VkXYColorEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkXYColorEXT const&()
29716 return *reinterpret_cast<const VkXYColorEXT *>( this ); in operator VkXYColorEXT const&()
29719 operator VkXYColorEXT &() VULKAN_HPP_NOEXCEPT in operator VkXYColorEXT&()
29721 return *reinterpret_cast<VkXYColorEXT *>( this ); in operator VkXYColorEXT&()
29742 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::XYColorEXT ) == sizeof( VkXYColorEXT ),
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h9793 typedef struct VkXYColorEXT { struct
9796 } VkXYColorEXT; argument
9801 VkXYColorEXT displayPrimaryRed;
9802 VkXYColorEXT displayPrimaryGreen;
9803 VkXYColorEXT displayPrimaryBlue;
9804 VkXYColorEXT whitePoint;
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h9785 typedef struct VkXYColorEXT { struct
9788 } VkXYColorEXT; argument
9793 VkXYColorEXT displayPrimaryRed;
9794 VkXYColorEXT displayPrimaryGreen;
9795 VkXYColorEXT displayPrimaryBlue;
9796 VkXYColorEXT whitePoint;
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h10760 typedef struct VkXYColorEXT { struct
10763 } VkXYColorEXT; argument
10768 VkXYColorEXT displayPrimaryRed;
10769 VkXYColorEXT displayPrimaryGreen;
10770 VkXYColorEXT displayPrimaryBlue;
10771 VkXYColorEXT whitePoint;
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h10882 typedef struct VkXYColorEXT { struct
10885 } VkXYColorEXT; typedef
10890 VkXYColorEXT displayPrimaryRed;
10891 VkXYColorEXT displayPrimaryGreen;
10892 VkXYColorEXT displayPrimaryBlue;
10893 VkXYColorEXT whitePoint;
Dvulkan_static_assertions.hpp2927 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::XYColorEXT ) == sizeof( VkXYColorEXT ), "st…
Dvulkan_structs.hpp36202 using NativeType = VkXYColorEXT;
36213 …XYColorEXT( VkXYColorEXT const & rhs ) VULKAN_HPP_NOEXCEPT : XYColorEXT( *reinterpret_cast<XYColor… in XYColorEXT()
36218 XYColorEXT & operator=( VkXYColorEXT const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
36238 operator VkXYColorEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkXYColorEXT const&()
36240 return *reinterpret_cast<const VkXYColorEXT *>( this ); in operator VkXYColorEXT const&()
36243 operator VkXYColorEXT &() VULKAN_HPP_NOEXCEPT in operator VkXYColorEXT&()
36245 return *reinterpret_cast<VkXYColorEXT *>( this ); in operator VkXYColorEXT&()