Home
last modified time | relevance | path

Searched refs:ClearOp (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/gpu/ops/
DClearOp.cpp27 GrOp::Owner ClearOp::MakeColor(GrRecordingContext* context, in MakeColor()
30 return GrOp::Make<ClearOp>(context, Buffer::kColor, scissor, color, false); in MakeColor()
33 GrOp::Owner ClearOp::MakeStencilClip(GrRecordingContext* context, in MakeStencilClip()
36 return GrOp::Make<ClearOp>(context, in MakeStencilClip()
43 ClearOp::ClearOp(Buffer buffer, in ClearOp() function in skgpu::v1::ClearOp
55 GrOp::CombineResult ClearOp::onCombineIfPossible(GrOp* t, SkArenaAlloc*, const GrCaps& caps) { in onCombineIfPossible()
56 auto other = t->cast<ClearOp>(); in onCombineIfPossible()
86 void ClearOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
DClearOp.h20 class ClearOp final : public GrOp {
48 ClearOp(Buffer buffer,
82 GR_MAKE_BITFIELD_CLASS_OPS(ClearOp::Buffer)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp154 enum struct ClearOp enum
163 ClearOp clearOp;
189 …void clearAttachments (const DeviceInterface& vk, VkCommandBuffer cmdBuffer, const ClearOp cl…
378 …chments (const DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, const ClearOp clearOp, const si… in clearAttachments()
383 case ClearOp::LOAD: in clearAttachments()
385 case ClearOp::DRAW: in clearAttachments()
393 case ClearOp::CLEAR: in clearAttachments()
455 if (!m_params.steps.empty() && m_params.steps[0].clearOp == ClearOp::LOAD) in iterate()
507 if (!m_params.steps.empty() && m_params.steps[0].clearOp == ClearOp::LOAD) in iterate()
524 DE_ASSERT(j == 0 || step.clearOp != ClearOp::LOAD); in iterate()
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglColorClearCase.cpp58 struct ClearOp struct
60 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) in ClearOp() argument
69 ClearOp (void) in ClearOp() function
90 static ClearOp computeRandomClear (de::Random& rnd, int width, int height) in computeRandomClear()
98 return ClearOp(x, y, w, h, col); in computeRandomClear()
101 static void renderReference (tcu::Surface& dst, const vector<ClearOp>& clears, const tcu::PixelForm… in renderReference()
103 …for (vector<ClearOp>::const_iterator clearIter = clears.begin(); clearIter != clears.end(); clearI… in renderReference()
110 static void renderClear (EGLint api, const ApiFunctions& func, const ClearOp& clear) in renderClear()
183 vector<ClearOp> clears; in executeForContexts()
195 ClearOp clear (0, 0, width, height, RGBA::black()); in executeForContexts()
[all …]
/third_party/skia/tests/
DClearTest.cpp35 using ClearOp = skgpu::v1::ClearOp; typedef
258 const ClearOp& clearOp = opsTask->getChain(0)->cast<ClearOp>(); in clear_op_test()
284 const ClearOp& clearOp = opsTask->getChain(0)->cast<ClearOp>(); in clear_op_test()
295 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ClearOp, reporter, ctxInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.cpp226 this->addOp(ClearOp::MakeColor(fContext, scissorState, color)); in internalClear()
DSurfaceDrawContext.cpp908 this->addOp(ClearOp::MakeStencilClip(fContext, scissorState, insideStencilMask)); in internalStencilClear()
/third_party/skia/src/gpu/
DBUILD.bazel320 "ops/ClearOp.cpp",
321 "ops/ClearOp.h",
/third_party/flutter/skia/tests/
DClearTest.cpp231 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ClearOp, reporter, ctxInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
/third_party/skia/gn/
Dgpu.gni502 "$_src/gpu/ops/ClearOp.cpp",
503 "$_src/gpu/ops/ClearOp.h",