Flutter Engine
The Flutter Engine
Classes | Namespaces
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/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
 

Variable Documentation

◆ fCpuData

const UniformDataBlock* fCpuData

Definition at line 100 of file DrawPass.cpp.

◆ fGpuData

BindUniformBufferInfo fGpuData

Definition at line 101 of file DrawPass.cpp.

◆ fPaintTextures

const TextureDataBlock* fPaintTextures

Definition at line 111 of file DrawPass.cpp.

◆ fProxy

const TextureProxy* fProxy

Definition at line 180 of file DrawPass.cpp.

◆ fStepTextures

const TextureDataBlock* fStepTextures

Definition at line 112 of file DrawPass.cpp.

◆ kBits

constexpr uint64_t kBits = Bits
staticconstexpr

Definition at line 54 of file DrawPass.cpp.

◆ kInvalidIndex

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

Definition at line 68 of file DrawPass.cpp.

◆ kMask

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

Definition at line 52 of file DrawPass.cpp.

◆ kOffset

constexpr uint64_t kOffset = Offset
staticconstexpr

Definition at line 53 of file DrawPass.cpp.