Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl554 inline VkXYColorEXT makeXYColorEXT (float x, float y)
556 VkXYColorEXT res;
DvkStructTypes.inl2826 struct VkXYColorEXT struct
2836 VkXYColorEXT displayPrimaryRed; argument
2837 VkXYColorEXT displayPrimaryGreen;
2838 VkXYColorEXT displayPrimaryBlue;
2839 VkXYColorEXT whitePoint;
DvkVulkan_c.inl7470 typedef struct VkXYColorEXT { struct
7473 } VkXYColorEXT; argument
7478 VkXYColorEXT displayPrimaryRed;
7479 VkXYColorEXT displayPrimaryGreen;
7480 VkXYColorEXT displayPrimaryBlue;
7481 VkXYColorEXT whitePoint;
DvkStrUtil.inl580 std::ostream& operator<< (std::ostream& s, const VkXYColorEXT& value);
DvkStrUtilImpl.inl6083 std::ostream& operator<< (std::ostream& s, const VkXYColorEXT& value)
6085 s << "VkXYColorEXT = {\n";
/external/mesa3d/include/vulkan/
Dvulkan.h6544 typedef struct VkXYColorEXT { struct
6547 } VkXYColorEXT; typedef
6552 VkXYColorEXT displayPrimaryRed;
6553 VkXYColorEXT displayPrimaryGreen;
6554 VkXYColorEXT displayPrimaryBlue;
6555 VkXYColorEXT whitePoint;
/external/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;
/external/skqp/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;
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h7524 typedef struct VkXYColorEXT { struct
7527 } VkXYColorEXT; argument
7532 VkXYColorEXT displayPrimaryRed;
7533 VkXYColorEXT displayPrimaryGreen;
7534 VkXYColorEXT displayPrimaryBlue;
7535 VkXYColorEXT whitePoint;
Dvulkan.hpp30364 XYColorEXT( VkXYColorEXT const & rhs ) in XYColorEXT()
30369 XYColorEXT& operator=( VkXYColorEXT const & rhs ) in operator =()
30387 operator VkXYColorEXT const&() const in operator VkXYColorEXT const&()
30389 return *reinterpret_cast<const VkXYColorEXT*>( this ); in operator VkXYColorEXT const&()
30392 operator VkXYColorEXT &() in operator VkXYColorEXT&()
30394 return *reinterpret_cast<VkXYColorEXT*>( this ); in operator VkXYColorEXT&()
30411 …static_assert( sizeof( XYColorEXT ) == sizeof( VkXYColorEXT ), "struct and wrapper have different …
/external/swiftshader/include/vulkan/
Dvulkan_core.h7353 typedef struct VkXYColorEXT { struct
7356 } VkXYColorEXT; argument
7361 VkXYColorEXT displayPrimaryRed;
7362 VkXYColorEXT displayPrimaryGreen;
7363 VkXYColorEXT displayPrimaryBlue;
7364 VkXYColorEXT whitePoint;
Dvulkan.hpp7406 XYColorEXT( VkXYColorEXT const & rhs ) in XYColorEXT()
7411 XYColorEXT& operator=( VkXYColorEXT const & rhs ) in operator =()
7428 operator VkXYColorEXT const&() const in operator VkXYColorEXT const&()
7430 return *reinterpret_cast<const VkXYColorEXT*>(this); in operator VkXYColorEXT const&()
7433 operator VkXYColorEXT &() in operator VkXYColorEXT&()
7435 return *reinterpret_cast<VkXYColorEXT*>(this); in operator VkXYColorEXT&()
7452 …static_assert( sizeof( XYColorEXT ) == sizeof( VkXYColorEXT ), "struct and wrapper have different …
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in7467 typedef struct VkXYColorEXT { struct
7470 } VkXYColorEXT; typedef
7475 VkXYColorEXT displayPrimaryRed;
7476 VkXYColorEXT displayPrimaryGreen;
7477 VkXYColorEXT displayPrimaryBlue;
7478 VkXYColorEXT whitePoint;