/third_party/skia/src/gpu/v1/ |
D | SurfaceFillContext_v1.cpp | 113 void SurfaceFillContext::addOp(GrOp::Owner op) { in addOp() function in skgpu::v1::SurfaceFillContext 119 this->getOpsTask()->addOp(drawingMgr, in addOp() 230 this->addOp(ClearOp::MakeColor(fContext, scissorState, color)); in internalClear()
|
D | SurfaceFillContext_v1.h | 68 void addOp(GrOp::Owner);
|
D | SurfaceDrawContext.cpp | 908 this->addOp(ClearOp::MakeStencilClip(fContext, scissorState, insideStencilMask)); in internalStencilClear() 1490 this->addOp(std::move(op)); in drawDrawable()
|
/third_party/flutter/skia/src/gpu/ |
D | GrAuditTrail.h | 85 void addOp(const GrOp*, GrRenderTargetProxy::UniqueID proxyID); 176 GR_AUDIT_TRAIL_INVOKE_GUARD(audit_trail, addOp, op, proxy_id)
|
D | GrRenderTargetOpList.h | 64 void addOp(std::unique_ptr<GrOp> op, GrTextureResolveManager textureResolveManager, in addOp() function 79 this->addOp(std::move(op), textureResolveManager, caps); in addWaitOp()
|
D | GrRenderTargetContext.cpp | 326 this->addOp(GrClearOp::Make( in internalClear() 346 this->addOp(std::move(op)); in internalClear() 393 fRenderTargetContext->addOp(GrClearOp::Make( in absClear() 413 fRenderTargetContext->addOp(GrClearOp::Make( in absClear() 872 this->addOp(std::move(op)); in internalStencilClear() 914 fRenderTargetContext->addOp(std::move(op)); in stencilPath() 1565 this->addOp(std::move(op)); in drawDrawable() 2021 this->addOp(std::move(op)); in insertEventMarker() 2289 void GrRenderTargetContext::addOp(std::unique_ptr<GrOp> op) { in addOp() function in GrRenderTargetContext 2294 this->getRTOpList()->addOp( in addOp()
|
D | GrAuditTrail.cpp | 14 void GrAuditTrail::addOp(const GrOp* op, GrRenderTargetProxy::UniqueID proxyID) { in addOp() function in GrAuditTrail
|
D | GrRenderTargetOpList.cpp | 618 this->addOp(std::move(op), GrTextureResolveManager(context->priv().drawingManager()), in copySurface() 631 this->addOp(std::move(op), GrTextureResolveManager(context->priv().drawingManager()), in transferFrom()
|
D | GrRenderTargetContext.h | 603 void addOp(std::unique_ptr<GrOp>);
|
/third_party/skia/src/gpu/ |
D | GrAuditTrail.h | 86 void addOp(const GrOp*, GrRenderTargetProxy::UniqueID proxyID); 174 GR_AUDIT_TRAIL_INVOKE_GUARD(audit_trail, addOp, op, proxy_id)
|
D | GrAuditTrail.cpp | 13 void GrAuditTrail::addOp(const GrOp* op, GrRenderTargetProxy::UniqueID proxyID) { in addOp() function in GrAuditTrail
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_emit_gk110.cpp | 713 uint8_t addOp = (i->src(0).mod.neg() << 1) | i->src(1).mod.neg(); in emitUADD() local 716 addOp ^= 1; in emitUADD() 721 emitForm_L(i, 0x400, 1, Modifier((addOp & 1) ? NV50_IR_MOD_NEG : 0)); in emitUADD() 723 if (addOp & 2) in emitUADD() 733 assert(addOp != 3); // would be add-plus-one in emitUADD() 735 code[1] |= addOp << 19; in emitUADD() 749 uint8_t addOp = in emitIMAD() local 754 assert(addOp != 3); in emitIMAD() 755 code[1] |= addOp << 26; in emitIMAD() 783 uint8_t addOp = (i->src(0).mod.neg() << 1) | i->src(2).mod.neg(); in emitSHLADD() local [all …]
|
D | nv50_ir_emit_nvc0.cpp | 720 uint32_t addOp = 0; in emitUADD() local 725 addOp |= 0x200; in emitUADD() 727 addOp |= 0x100; in emitUADD() 729 addOp ^= 0x100; in emitUADD() 731 assert(addOp != 0x300); // would be add-plus-one in emitUADD() 743 code[0] |= addOp; in emitUADD() 750 assert(!(addOp & 0x100)); in emitUADD() 751 emitForm_S(i, (addOp >> 3) | in emitUADD() 759 uint8_t addOp = in emitIMAD() local 765 assert(addOp != 3); in emitIMAD() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 1335 const char* addOp = isNormalOp ? "+" : "+="; in init() local 1361 …<< operInfoFunc(addName, addOp, GT, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 1.0f), notUsed, 1.… in init() 1362 …<< operInfoFunc(addName, addOp, IGT, Value(IGT, -4.0f, 6.0f), Value(IGT, -6.0f, 5.0f), notUsed, 0.… in init() 1363 …<< operInfoFunc(addName, addOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed, 4e… in init() 1364 …<< operInfoFunc(addName, addOp, UGT, Value(UGT, 0.0f, 1e2f), Value(UGT, 0.0f, 1e2f), notUsed, 5e… in init() 1365 …<< operInfoFunc(addName, addOp, UGT, Value(UGT, 0.0f, 4e9f), Value(UGT, 0.0f, 4e9f), notUsed, 2e… in init() 1366 …<< operInfoFunc(addName, addOp, FV, Value(FV, -1.0f, 1.0f), Value(F, -1.0f, 1.0f), notUsed, 1.… in init() 1367 …<< operInfoFunc(addName, addOp, IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.… in init() 1368 …<< operInfoFunc(addName, addOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4e… in init() 1369 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 1335 const char* addOp = isNormalOp ? "+" : "+="; in init() local 1361 …<< operInfoFunc(addName, addOp, GT, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 1.0f), notUsed, 1.… in init() 1362 …<< operInfoFunc(addName, addOp, IGT, Value(IGT, -4.0f, 6.0f), Value(IGT, -6.0f, 5.0f), notUsed, 0.… in init() 1363 …<< operInfoFunc(addName, addOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed, 4e… in init() 1364 …<< operInfoFunc(addName, addOp, UGT, Value(UGT, 0.0f, 1e2f), Value(UGT, 0.0f, 1e2f), notUsed, 5e… in init() 1365 …<< operInfoFunc(addName, addOp, UGT, Value(UGT, 0.0f, 4e9f), Value(UGT, 0.0f, 4e9f), notUsed, 2e… in init() 1366 …<< operInfoFunc(addName, addOp, FV, Value(FV, -1.0f, 1.0f), Value(F, -1.0f, 1.0f), notUsed, 1.… in init() 1367 …<< operInfoFunc(addName, addOp, IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.… in init() 1368 …<< operInfoFunc(addName, addOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4e… in init() 1369 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 1654 const char* addOp = isNormalOp ? "+" : "+="; local 1680 …<< operInfoFunc(addName, addOp, GT, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 1.0f), notUsed, 1.… 1681 …<< operInfoFunc(addName, addOp, IGT, Value(IGT, -4.0f, 6.0f), Value(IGT, -6.0f, 5.0f), notUsed, 0.… 1682 …<< operInfoFunc(addName, addOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed, 4e… 1683 …<< operInfoFunc(addName, addOp, UGT, Value(UGT, 0.0f, 1e2f), Value(UGT, 0.0f, 1e2f), notUsed, 5e… 1684 …<< operInfoFunc(addName, addOp, UGT, Value(UGT, 0.0f, 4e9f), Value(UGT, 0.0f, 4e9f), notUsed, 2e… 1685 …<< operInfoFunc(addName, addOp, FV, Value(FV, -1.0f, 1.0f), Value(F, -1.0f, 1.0f), notUsed, 1.… 1686 …<< operInfoFunc(addName, addOp, IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.… 1687 …<< operInfoFunc(addName, addOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4e… 1688 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… [all …]
|
/third_party/flutter/skia/tests/ |
D | OnFlushCallbackTest.cpp | 278 void addOp(uint32_t opListID, AtlasedRectOp* op) { in addOp() function in AtlasObject 464 object->addOp(opListID, sparePtr); in make_upstream_image()
|
D | OpChainTest.cpp | 224 opList.addOp(std::move(op),
|
/third_party/skia/src/gpu/ops/ |
D | OpsTask.h | 76 void addOp(GrDrawingManager*, GrOp::Owner, GrTextureResolveManager, const GrCaps&);
|
D | OpsTask.cpp | 414 void OpsTask::addOp(GrDrawingManager* drawingMgr, GrOp::Owner op, in addOp() function in skgpu::v1::OpsTask
|
/third_party/skia/tests/ |
D | OpChainTest.cpp | 241 opsTask.addOp(drawingMgr, std::move(op),
|