Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
compute_subgroup_unittests.cc File Reference
#include <future>
#include <numeric>
#include "compute_tessellator.h"
#include "flutter/fml/synchronization/waitable_event.h"
#include "flutter/fml/time/time_point.h"
#include "flutter/testing/testing.h"
#include "gmock/gmock.h"
#include "impeller/base/strings.h"
#include "impeller/core/formats.h"
#include "impeller/core/host_buffer.h"
#include "impeller/display_list/skia_conversions.h"
#include "impeller/entity/contents/content_context.h"
#include "impeller/fixtures/golden_paths.h"
#include "impeller/fixtures/sample.comp.h"
#include "impeller/fixtures/stage1.comp.h"
#include "impeller/fixtures/stage2.comp.h"
#include "impeller/geometry/path.h"
#include "impeller/geometry/path_builder.h"
#include "impeller/geometry/path_component.h"
#include "impeller/playground/compute_playground_test.h"
#include "impeller/renderer/command_buffer.h"
#include "impeller/renderer/compute_pipeline_builder.h"
#include "impeller/renderer/path_polyline.comp.h"
#include "impeller/renderer/pipeline_library.h"
#include "impeller/renderer/render_pass.h"
#include "impeller/renderer/stroke.comp.h"
#include "third_party/imgui/imgui.h"
#include "third_party/skia/include/utils/SkParsePath.h"

Go to the source code of this file.

Namespaces

namespace  impeller
 
namespace  impeller::testing
 

Typedefs

using impeller::testing::ComputeSubgroupTest = ComputePlaygroundTest
 

Functions

 impeller::testing::INSTANTIATE_COMPUTE_SUITE (ComputeSubgroupTest)
 
 impeller::testing::TEST_P (ComputeSubgroupTest, CapabilitiesSuportSubgroups)
 
 impeller::testing::TEST_P (ComputeSubgroupTest, PathPlayground)
 
 impeller::testing::TEST_P (ComputeSubgroupTest, LargePath)
 
 impeller::testing::TEST_P (ComputeSubgroupTest, QuadAndCubicInOnePath)