Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
compute_pipeline_mtl.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_METAL_COMPUTE_PIPELINE_MTL_H_
6#define FLUTTER_IMPELLER_RENDERER_BACKEND_METAL_COMPUTE_PIPELINE_MTL_H_
7
8#include <Metal/Metal.h>
9
10#include "flutter/fml/macros.h"
13
14namespace impeller {
15
17 : public Pipeline<ComputePipelineDescriptor>,
18 public BackendCast<ComputePipelineMTL,
19 Pipeline<ComputePipelineDescriptor>> {
20 public:
21 // |Pipeline|
23
24 id<MTLComputePipelineState> GetMTLComputePipelineState() const;
25
26 private:
27 friend class PipelineLibraryMTL;
28
29 id<MTLComputePipelineState> pipeline_state_;
30 bool is_valid_ = false;
31
32 ComputePipelineMTL(std::weak_ptr<PipelineLibrary> library,
33 const ComputePipelineDescriptor& desc,
34 id<MTLComputePipelineState> state);
35
36 // |Pipeline|
37 bool IsValid() const override;
38
40
41 ComputePipelineMTL& operator=(const ComputePipelineMTL&) = delete;
42};
43
44} // namespace impeller
45
46#endif // FLUTTER_IMPELLER_RENDERER_BACKEND_METAL_COMPUTE_PIPELINE_MTL_H_
id< MTLComputePipelineState > GetMTLComputePipelineState() const
Describes the fixed function and programmable aspects of rendering and compute operations performed b...
Definition pipeline.h:49
AtkStateType state