chromium/gpu/command_buffer/common/shared_image_usage_unittest.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "gpu/command_buffer/common/shared_image_usage.h"

#include <cstdint>

#include "testing/gtest/include/gtest/gtest.h"

namespace gpu {

TEST(SharedImageUsage, ConstructionFromInitializerList) {}

TEST(SharedImageUsage, FunctionsMemberOperator) {}

TEST(SharedImageUsage, FunctionsHasSingleElement) {}

TEST(SharedImageUsage, FunctionsHasAll) {}

TEST(SharedImageUsage, FunctionsHasAny) {}

TEST(SharedImageUsage, FunctionsIntersect) {}

TEST(SharedImageUsage, GlobalOperatorCasting) {}

TEST(SharedImageUsage, RemoveAll) {}

TEST(SharedImageUsage, RemoveAllButNotPresent) {}

TEST(SharedImageUsage, GlobalOperatorSetUnion) {}

TEST(SharedImageUsage, ImplicitCasting) {}

TEST(SharedImageUsage, EqualityTest) {}

TEST(SharedImageUsage, ExplicitCasting) {}

TEST(SharedImageUsage, Combinations) {}

}  // namespace gpu