/external/skqp/include/private/ |
D | GrAuditTrail.h | 85 void addOp(const GrOp*, GrRenderTargetProxy::UniqueID proxyID); 176 GR_AUDIT_TRAIL_INVOKE_GUARD(audit_trail, addOp, op, proxy_id)
|
/external/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 | GrSurfaceFillContext.cpp | 330 void GrSurfaceFillContext::addOp(GrOp::Owner op) { in addOp() function in GrSurfaceFillContext 332 this->getOpsTask()->addOp(drawingMgr, in addOp() 434 this->addOp(GrClearOp::MakeColor(fContext, scissorState, color)); in internalClear()
|
D | GrOpsTask.h | 72 void addOp(GrDrawingManager*, GrOp::Owner, GrTextureResolveManager, const GrCaps&);
|
D | GrSurfaceFillContext.h | 213 void addOp(GrOp::Owner);
|
D | GrAuditTrail.cpp | 14 void GrAuditTrail::addOp(const GrOp* op, GrRenderTargetProxy::UniqueID proxyID) { in addOp() function in GrAuditTrail
|
D | GrOpsTask.cpp | 382 void GrOpsTask::addOp(GrDrawingManager* drawingMgr, GrOp::Owner op, in addOp() function in GrOpsTask
|
D | GrSurfaceDrawContext.cpp | 909 this->addOp(GrClearOp::MakeStencilClip(fContext, scissorState, insideStencilMask)); in internalStencilClear() 1498 this->addOp(std::move(op)); in drawDrawable()
|
/external/tensorflow/tensorflow/go/ |
D | operation_test.go | 183 addOp := add.Op 185 if out := addOp.NumInputs(); out != 2 {
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gk110.cpp | 715 uint8_t addOp = (i->src(0).mod.neg() << 1) | i->src(1).mod.neg(); in emitUADD() local 718 addOp ^= 1; in emitUADD() 723 emitForm_L(i, 0x400, 1, Modifier((addOp & 1) ? NV50_IR_MOD_NEG : 0)); in emitUADD() 725 if (addOp & 2) in emitUADD() 735 assert(addOp != 3); // would be add-plus-one in emitUADD() 737 code[1] |= addOp << 19; in emitUADD() 751 uint8_t addOp = in emitIMAD() local 756 assert(addOp != 3); in emitIMAD() 757 code[1] |= addOp << 26; in emitIMAD() 785 uint8_t addOp = (i->src(0).mod.neg() << 1) | i->src(2).mod.neg(); in emitSHLADD() local [all …]
|
D | nv50_ir_emit_nvc0.cpp | 722 uint32_t addOp = 0; in emitUADD() local 727 addOp |= 0x200; in emitUADD() 729 addOp |= 0x100; in emitUADD() 731 addOp ^= 0x100; in emitUADD() 733 assert(addOp != 0x300); // would be add-plus-one in emitUADD() 745 code[0] |= addOp; in emitUADD() 752 assert(!(addOp & 0x100)); in emitUADD() 753 emitForm_S(i, (addOp >> 3) | in emitUADD() 761 uint8_t addOp = in emitIMAD() local 767 assert(addOp != 3); in emitIMAD() [all …]
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 338 this->getRTOpList()->addOp(GrClearOp::Make(fContext, SkIRect::MakeEmpty(), color, in internalClear() 358 this->getRTOpList()->addOp(std::move(op), *this->caps()); in internalClear() 407 fRenderTargetContext->getRTOpList()->addOp( in absClear() 430 fRenderTargetContext->getRTOpList()->addOp( in absClear() 795 this->getRTOpList()->addOp(std::move(op), *this->caps()); in internalStencilClear() 840 fRenderTargetContext->getRTOpList()->addOp(std::move(op), *fRenderTargetContext->caps()); in stencilPath() 1620 this->getRTOpList()->addOp(std::move(op), *this->caps()); in drawDrawable() 1657 this->getRTOpList()->addOp(std::move(waitOp), *this->caps()); in waitOnSemaphores() 1664 this->getRTOpList()->addOp(std::move(op), *this->caps()); in insertEventMarker()
|
D | GrRenderTargetOpList.h | 65 void addOp(std::unique_ptr<GrOp> op, const GrCaps& caps) { in addOp() function
|
D | GrAuditTrail.cpp | 14 void GrAuditTrail::addOp(const GrOp* op, GrRenderTargetProxy::UniqueID proxyID) { in addOp() function in GrAuditTrail
|
D | GrRenderTargetOpList.cpp | 588 this->addOp(std::move(op), *context->contextPriv().caps()); in copySurface()
|
/external/deqp/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 …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 1441 const char* addOp = isNormalOp ? "+" : "+="; in init() local 1467 …<< operInfoFunc(addName, addOp, GT, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 1.0f), notUsed, 1.… in init() 1468 …<< operInfoFunc(addName, addOp, IGT, Value(IGT, -4.0f, 6.0f), Value(IGT, -6.0f, 5.0f), notUsed, 0.… in init() 1469 …<< operInfoFunc(addName, addOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed, 4e… in init() 1470 …<< operInfoFunc(addName, addOp, UGT, Value(UGT, 0.0f, 1e2f), Value(UGT, 0.0f, 1e2f), notUsed, 5e… in init() 1471 …<< operInfoFunc(addName, addOp, UGT, Value(UGT, 0.0f, 4e9f), Value(UGT, 0.0f, 4e9f), notUsed, 2e… in init() 1472 …<< operInfoFunc(addName, addOp, FV, Value(FV, -1.0f, 1.0f), Value(F, -1.0f, 1.0f), notUsed, 1.… in init() 1473 …<< operInfoFunc(addName, addOp, IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.… in init() 1474 …<< operInfoFunc(addName, addOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4e… in init() 1475 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init() [all …]
|
/external/skqp/tests/ |
D | OnFlushCallbackTest.cpp | 274 void addOp(uint32_t opListID, AtlasedRectOp* op) { in addOp() function in AtlasObject 462 object->addOp(opListID, sparePtr); in make_upstream_image()
|
D | OpChainTest.cpp | 225 opList.addOp(std::move(op), *context->contextPriv().caps());
|
/external/skia/tests/ |
D | OnFlushCallbackTest.cpp | 310 void addOp(uint32_t opsTaskID, AtlasedRectOp* op) { in addOp() function in AtlasObject 490 object->addOp(opsTaskID, sparePtr); in make_upstream_image()
|
D | OpChainTest.cpp | 241 opsTask.addOp(drawingMgr, std::move(op),
|