#ifndef GPU_IPC_COMMON_VULKAN_TYPES_MOJOM_BLINK_H_
#define GPU_IPC_COMMON_VULKAN_TYPES_MOJOM_BLINK_H_
#include <stdint.h>
#include <limits>
#include <optional>
#include <type_traits>
#include <utility>
#include "base/types/cxx23_to_underlying.h"
#include "mojo/public/cpp/bindings/clone_traits.h"
#include "mojo/public/cpp/bindings/equals_traits.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/struct_ptr.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "mojo/public/cpp/bindings/union_traits.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "gpu/ipc/common/vulkan_types.mojom-features.h"
#include "gpu/ipc/common/vulkan_types.mojom-shared.h"
#include "gpu/ipc/common/vulkan_types.mojom-blink-forward.h"
#include "mojo/public/cpp/bindings/lib/wtf_clone_equals_util.h"
#include "mojo/public/cpp/bindings/lib/wtf_hash_util.h"
#include "third_party/blink/renderer/platform/wtf/hash_functions.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace gpu::mojom::blink {
class VkExtensionProperties { … };
template <typename T, VkExtensionProperties::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, VkExtensionProperties::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, VkExtensionProperties::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, VkExtensionProperties::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class VkLayerProperties { … };
template <typename T, VkLayerProperties::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, VkLayerProperties::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, VkLayerProperties::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, VkLayerProperties::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class VkExtent3D { … };
template <typename T, VkExtent3D::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, VkExtent3D::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, VkExtent3D::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, VkExtent3D::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class VkPhysicalDeviceLimits { … };
template <typename T, VkPhysicalDeviceLimits::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, VkPhysicalDeviceLimits::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, VkPhysicalDeviceLimits::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, VkPhysicalDeviceLimits::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class VkPhysicalDeviceSparseProperties { … };
template <typename T, VkPhysicalDeviceSparseProperties::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, VkPhysicalDeviceSparseProperties::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, VkPhysicalDeviceSparseProperties::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, VkPhysicalDeviceSparseProperties::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class VkPhysicalDeviceProperties { … };
template <typename T, VkPhysicalDeviceProperties::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, VkPhysicalDeviceProperties::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, VkPhysicalDeviceProperties::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, VkPhysicalDeviceProperties::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class VkPhysicalDeviceFeatures { … };
template <typename T, VkPhysicalDeviceFeatures::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, VkPhysicalDeviceFeatures::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, VkPhysicalDeviceFeatures::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, VkPhysicalDeviceFeatures::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class VkQueueFamilyProperties { … };
template <typename T, VkQueueFamilyProperties::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, VkQueueFamilyProperties::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, VkQueueFamilyProperties::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, VkQueueFamilyProperties::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
VkExtensionPropertiesPtr VkExtensionProperties::Clone() const { … }
template <typename T, VkExtensionProperties::EnableIfSame<T>*>
bool VkExtensionProperties::Equals(const T& other_struct) const { … }
template <typename T, VkExtensionProperties::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
VkLayerPropertiesPtr VkLayerProperties::Clone() const { … }
template <typename T, VkLayerProperties::EnableIfSame<T>*>
bool VkLayerProperties::Equals(const T& other_struct) const { … }
template <typename T, VkLayerProperties::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
VkPhysicalDeviceLimitsPtr VkPhysicalDeviceLimits::Clone() const { … }
template <typename T, VkPhysicalDeviceLimits::EnableIfSame<T>*>
bool VkPhysicalDeviceLimits::Equals(const T& other_struct) const { … }
template <typename T, VkPhysicalDeviceLimits::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
VkPhysicalDeviceSparsePropertiesPtr VkPhysicalDeviceSparseProperties::Clone() const { … }
template <typename T, VkPhysicalDeviceSparseProperties::EnableIfSame<T>*>
bool VkPhysicalDeviceSparseProperties::Equals(const T& other_struct) const { … }
template <typename T, VkPhysicalDeviceSparseProperties::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
VkPhysicalDevicePropertiesPtr VkPhysicalDeviceProperties::Clone() const { … }
template <typename T, VkPhysicalDeviceProperties::EnableIfSame<T>*>
bool VkPhysicalDeviceProperties::Equals(const T& other_struct) const { … }
template <typename T, VkPhysicalDeviceProperties::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
VkPhysicalDeviceFeaturesPtr VkPhysicalDeviceFeatures::Clone() const { … }
template <typename T, VkPhysicalDeviceFeatures::EnableIfSame<T>*>
bool VkPhysicalDeviceFeatures::Equals(const T& other_struct) const { … }
template <typename T, VkPhysicalDeviceFeatures::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
VkExtent3DPtr VkExtent3D::Clone() const { … }
template <typename T, VkExtent3D::EnableIfSame<T>*>
bool VkExtent3D::Equals(const T& other_struct) const { … }
template <typename T, VkExtent3D::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
VkQueueFamilyPropertiesPtr VkQueueFamilyProperties::Clone() const { … }
template <typename T, VkQueueFamilyProperties::EnableIfSame<T>*>
bool VkQueueFamilyProperties::Equals(const T& other_struct) const { … }
template <typename T, VkQueueFamilyProperties::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::gpu::mojom::blink::VkExtensionProperties::DataView,
::gpu::mojom::blink::VkExtensionPropertiesPtr> { … };
template <>
struct StructTraits<::gpu::mojom::blink::VkLayerProperties::DataView,
::gpu::mojom::blink::VkLayerPropertiesPtr> { … };
template <>
struct StructTraits<::gpu::mojom::blink::VkPhysicalDeviceLimits::DataView,
::gpu::mojom::blink::VkPhysicalDeviceLimitsPtr> { … };
template <>
struct StructTraits<::gpu::mojom::blink::VkPhysicalDeviceSparseProperties::DataView,
::gpu::mojom::blink::VkPhysicalDeviceSparsePropertiesPtr> { … };
template <>
struct StructTraits<::gpu::mojom::blink::VkPhysicalDeviceProperties::DataView,
::gpu::mojom::blink::VkPhysicalDevicePropertiesPtr> { … };
template <>
struct StructTraits<::gpu::mojom::blink::VkPhysicalDeviceFeatures::DataView,
::gpu::mojom::blink::VkPhysicalDeviceFeaturesPtr> { … };
template <>
struct StructTraits<::gpu::mojom::blink::VkExtent3D::DataView,
::gpu::mojom::blink::VkExtent3DPtr> { … };
template <>
struct StructTraits<::gpu::mojom::blink::VkQueueFamilyProperties::DataView,
::gpu::mojom::blink::VkQueueFamilyPropertiesPtr> { … };
}
#endif