Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
DrawPass.cpp File Reference
#include "src/gpu/graphite/DrawPass.h"
#include "include/gpu/graphite/GraphiteTypes.h"
#include "include/gpu/graphite/Recorder.h"
#include "include/private/base/SkAlign.h"
#include "src/core/SkTraceEvent.h"
#include "src/gpu/graphite/Buffer.h"
#include "src/gpu/graphite/BufferManager.h"
#include "src/gpu/graphite/Caps.h"
#include "src/gpu/graphite/ContextPriv.h"
#include "src/gpu/graphite/ContextUtils.h"
#include "src/gpu/graphite/DrawContext.h"
#include "src/gpu/graphite/DrawList.h"
#include "src/gpu/graphite/DrawWriter.h"
#include "src/gpu/graphite/GlobalCache.h"
#include "src/gpu/graphite/GraphicsPipeline.h"
#include "src/gpu/graphite/GraphicsPipelineDesc.h"
#include "src/gpu/graphite/Log.h"
#include "src/gpu/graphite/PaintParamsKey.h"
#include "src/gpu/graphite/PipelineData.h"
#include "src/gpu/graphite/PipelineDataCache.h"
#include "src/gpu/graphite/RecorderPriv.h"
#include "src/gpu/graphite/Renderer.h"
#include "src/gpu/graphite/ResourceProvider.h"
#include "src/gpu/graphite/Sampler.h"
#include "src/gpu/graphite/Texture.h"
#include "src/gpu/graphite/UniformManager.h"
#include "src/gpu/graphite/geom/BoundsManager.h"
#include "src/gpu/graphite/task/CopyTask.h"
#include "src/base/SkMathPriv.h"
#include "src/base/SkTBlockList.h"
#include <algorithm>
#include <unordered_map>

Go to the source code of this file.

Classes

class  skgpu::graphite::DrawPass::SortKey
 

Namespaces

namespace  skgpu
 
namespace  skgpu::graphite
 

Functions

sk_sp< TextureProxyskgpu::graphite::add_copy_target_task (Recorder *recorder, sk_sp< TextureProxy > target, const SkImageInfo &targetInfo, const SkIPoint &targetOffset)
 

Variable Documentation

◆ fCpuData

const UniformDataBlock* fCpuData

Definition at line 101 of file DrawPass.cpp.

◆ fGpuData

BindUniformBufferInfo fGpuData

Definition at line 102 of file DrawPass.cpp.

◆ fPaintTextures

const TextureDataBlock* fPaintTextures

Definition at line 112 of file DrawPass.cpp.

◆ fProxy

const TextureProxy* fProxy

Definition at line 181 of file DrawPass.cpp.

◆ fStepTextures

const TextureDataBlock* fStepTextures

Definition at line 113 of file DrawPass.cpp.

◆ kBits

constexpr uint64_t kBits = Bits
staticconstexpr

Definition at line 55 of file DrawPass.cpp.

◆ kInvalidIndex

constexpr Index kInvalidIndex {1 << SkNextLog2_portable(DrawList::kMaxRenderSteps)}
staticconstexpr

Definition at line 69 of file DrawPass.cpp.

69{1 << SkNextLog2_portable(DrawList::kMaxRenderSteps)};
constexpr int SkNextLog2_portable(uint32_t value)
Definition SkMathPriv.h:243

◆ kMask

constexpr uint64_t kMask = ((uint64_t) 1 << Bits) - 1
staticconstexpr

Definition at line 53 of file DrawPass.cpp.

◆ kOffset

constexpr uint64_t kOffset = Offset
staticconstexpr

Definition at line 54 of file DrawPass.cpp.