Flutter Engine
The Flutter Engine
|
#include "flutter/fml/synchronization/waitable_event.h"
#include "flutter/testing/testing.h"
#include "gmock/gmock.h"
#include "impeller/core/host_buffer.h"
#include "impeller/fixtures/sample.comp.h"
#include "impeller/fixtures/stage1.comp.h"
#include "impeller/fixtures/stage2.comp.h"
#include "impeller/playground/compute_playground_test.h"
#include "impeller/renderer/command_buffer.h"
#include "impeller/renderer/compute_pipeline_builder.h"
#include "impeller/renderer/pipeline_library.h"
#include "impeller/renderer/prefix_sum_test.comp.h"
#include "impeller/renderer/threadgroup_sizing_test.comp.h"
Go to the source code of this file.
Namespaces | |
namespace | impeller |
namespace | impeller::testing |
Typedefs | |
using | impeller::testing::ComputeTest = ComputePlaygroundTest |
Functions | |
impeller::testing::INSTANTIATE_COMPUTE_SUITE (ComputeTest) | |
impeller::testing::TEST_P (ComputeTest, CapabilitiesReportSupport) | |
impeller::testing::TEST_P (ComputeTest, CanCreateComputePass) | |
impeller::testing::TEST_P (ComputeTest, CanComputePrefixSum) | |
impeller::testing::TEST_P (ComputeTest, 1DThreadgroupSizingIsCorrect) | |
impeller::testing::TEST_P (ComputeTest, CanComputePrefixSumLargeInteractive) | |
impeller::testing::TEST_P (ComputeTest, MultiStageInputAndOutput) | |
impeller::testing::TEST_P (ComputeTest, CanCompute1DimensionalData) | |
impeller::testing::TEST_P (ComputeTest, ReturnsEarlyWhenAnyGridDimensionIsZero) | |