#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
#include "gpu/ipc/common/gpu_disk_cache_type.mojom.h"
#include <math.h>
#include <stdint.h>
#include <utility>
#include "base/debug/alias.h"
#include "base/hash/md5_constexpr.h"
#include "base/run_loop.h"
#include "base/strings/string_number_conversions.h"
#include "base/task/thread_pool/thread_pool_instance.h"
#include "base/trace_event/trace_event.h"
#include "base/trace_event/typed_macros.h"
#include "mojo/public/cpp/bindings/features.h"
#include "mojo/public/cpp/bindings/lib/default_construct_tag_internal.h"
#include "mojo/public/cpp/bindings/lib/generated_code_util.h"
#include "mojo/public/cpp/bindings/lib/message_internal.h"
#include "mojo/public/cpp/bindings/lib/proxy_to_responder.h"
#include "mojo/public/cpp/bindings/lib/send_message_helper.h"
#include "mojo/public/cpp/bindings/lib/serialization_util.h"
#include "mojo/public/cpp/bindings/lib/unserialized_message_context.h"
#include "mojo/public/cpp/bindings/lib/validate_params.h"
#include "mojo/public/cpp/bindings/lib/validation_errors.h"
#include "mojo/public/cpp/bindings/mojo_buildflags.h"
#include "mojo/public/cpp/bindings/urgent_message_scope.h"
#include "mojo/public/interfaces/bindings/interface_control_messages.mojom.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value.h"
#include "gpu/ipc/common/gpu_disk_cache_type.mojom-params-data.h"
#include "gpu/ipc/common/gpu_disk_cache_type.mojom-shared-message-ids.h"
#include "gpu/ipc/common/gpu_disk_cache_type.mojom-import-headers.h"
#include "gpu/ipc/common/gpu_disk_cache_type.mojom-test-utils.h"
namespace gpu::mojom {
GpuDiskCacheGlShaderHandle::GpuDiskCacheGlShaderHandle()
: … { … }
GpuDiskCacheGlShaderHandle::GpuDiskCacheGlShaderHandle(
int32_t value_in)
: … { … }
GpuDiskCacheGlShaderHandle::~GpuDiskCacheGlShaderHandle() = default;
void GpuDiskCacheGlShaderHandle::WriteIntoTrace(
perfetto::TracedValue traced_context) const { … }
bool GpuDiskCacheGlShaderHandle::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
GpuDiskCacheDawnWebGPUHandle::GpuDiskCacheDawnWebGPUHandle()
: … { … }
GpuDiskCacheDawnWebGPUHandle::GpuDiskCacheDawnWebGPUHandle(
int32_t value_in)
: … { … }
GpuDiskCacheDawnWebGPUHandle::~GpuDiskCacheDawnWebGPUHandle() = default;
void GpuDiskCacheDawnWebGPUHandle::WriteIntoTrace(
perfetto::TracedValue traced_context) const { … }
bool GpuDiskCacheDawnWebGPUHandle::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
GpuDiskCacheDawnGraphiteHandle::GpuDiskCacheDawnGraphiteHandle()
: … { … }
GpuDiskCacheDawnGraphiteHandle::GpuDiskCacheDawnGraphiteHandle(
int32_t value_in)
: … { … }
GpuDiskCacheDawnGraphiteHandle::~GpuDiskCacheDawnGraphiteHandle() = default;
void GpuDiskCacheDawnGraphiteHandle::WriteIntoTrace(
perfetto::TracedValue traced_context) const { … }
bool GpuDiskCacheDawnGraphiteHandle::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
GpuDiskCacheHandle::GpuDiskCacheHandle() : … { … }
GpuDiskCacheHandle::~GpuDiskCacheHandle() { … }
void GpuDiskCacheHandle::set_gl_shader_handle(
const ::gpu::GpuDiskCacheGlShaderHandle& gl_shader_handle) { … }
void GpuDiskCacheHandle::set_dawn_webgpu_handle(
const ::gpu::GpuDiskCacheDawnWebGPUHandle& dawn_webgpu_handle) { … }
void GpuDiskCacheHandle::set_dawn_graphite_handle(
const ::gpu::GpuDiskCacheDawnGraphiteHandle& dawn_graphite_handle) { … }
void GpuDiskCacheHandle::DestroyActive() { … }
bool GpuDiskCacheHandle::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
}
namespace mojo {
bool StructTraits<::gpu::mojom::GpuDiskCacheGlShaderHandle::DataView, ::gpu::mojom::GpuDiskCacheGlShaderHandlePtr>::Read(
::gpu::mojom::GpuDiskCacheGlShaderHandle::DataView input,
::gpu::mojom::GpuDiskCacheGlShaderHandlePtr* output) { … }
bool StructTraits<::gpu::mojom::GpuDiskCacheDawnWebGPUHandle::DataView, ::gpu::mojom::GpuDiskCacheDawnWebGPUHandlePtr>::Read(
::gpu::mojom::GpuDiskCacheDawnWebGPUHandle::DataView input,
::gpu::mojom::GpuDiskCacheDawnWebGPUHandlePtr* output) { … }
bool StructTraits<::gpu::mojom::GpuDiskCacheDawnGraphiteHandle::DataView, ::gpu::mojom::GpuDiskCacheDawnGraphiteHandlePtr>::Read(
::gpu::mojom::GpuDiskCacheDawnGraphiteHandle::DataView input,
::gpu::mojom::GpuDiskCacheDawnGraphiteHandlePtr* output) { … }
bool UnionTraits<::gpu::mojom::GpuDiskCacheHandle::DataView, ::gpu::mojom::GpuDiskCacheHandlePtr>::Read(
::gpu::mojom::GpuDiskCacheHandle::DataView input,
::gpu::mojom::GpuDiskCacheHandlePtr* output) { … }
}
namespace gpu::mojom {
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif