Searched refs:ClearOp (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/src/gpu/ops/ |
H A D | ClearOp.cpp | 8 #include "src/gpu/ops/ClearOp.h" 27 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 [all...] |
H A D | ClearOp.h | 20 class ClearOp final : public GrOp { 48 ClearOp(Buffer buffer, 82 GR_MAKE_BITFIELD_CLASS_OPS(ClearOp::Buffer)
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglColorClearCase.cpp | 58 struct ClearOp struct 60 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) in ClearOp() function 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::PixelFormat& pixelFormat) in renderReference() 103 for (vector<ClearOp>::const_iterator clearIter = clears.begin(); clearIter != clears.end(); clearIter++) in renderReference() 110 static void renderClear (EGLint api, const ApiFunctions& func, const ClearOp& clear) in renderClear() 183 vector<ClearOp> clears; in executeForContexts() 195 ClearOp clea in executeForContexts() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 155 enum struct ClearOp struct 164 ClearOp clearOp; 403 if (!m_params.steps.empty() && m_params.steps[0].clearOp == ClearOp::LOAD) in beginLegacyRender() 425 // ClearOp::LOAD only supported for first step in drawCommands() 426 DE_ASSERT(stepIndex == 0 || step.clearOp != ClearOp::LOAD); in drawCommands() 433 case ClearOp::LOAD: in drawCommands() 435 case ClearOp::DRAW: in drawCommands() 443 case ClearOp::CLEAR: in drawCommands() 522 if (!m_params.steps.empty() && m_params.steps[0].clearOp == ClearOp::LOAD) in beginDynamicRender() 850 { ClearOp in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 155 enum struct ClearOp struct 164 ClearOp clearOp; 403 if (!m_params.steps.empty() && m_params.steps[0].clearOp == ClearOp::LOAD) in beginLegacyRender() 425 // ClearOp::LOAD only supported for first step in drawCommands() 426 DE_ASSERT(stepIndex == 0 || step.clearOp != ClearOp::LOAD); in drawCommands() 433 case ClearOp::LOAD: in drawCommands() 435 case ClearOp::DRAW: in drawCommands() 443 case ClearOp::CLEAR: in drawCommands() 522 if (!m_params.steps.empty() && m_params.steps[0].clearOp == ClearOp::LOAD) in beginDynamicRender() 845 { ClearOp in init() [all...] |
/third_party/skia/tests/ |
H A D | ClearTest.cpp | 26 #include "src/gpu/ops/ClearOp.h" 35 using ClearOp = skgpu::v1::ClearOp; 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()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceFillContext_v1.cpp | 16 #include "src/gpu/ops/ClearOp.h" 230 this->addOp(ClearOp::MakeColor(fContext, scissorState, color)); in internalClear()
|
H A D | SurfaceDrawContext.cpp | 58 #include "src/gpu/ops/ClearOp.h" 910 this->addOp(ClearOp::MakeStencilClip(fContext, scissorState, insideStencilMask)); in internalStencilClear()
|
Completed in 9 milliseconds