/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
D | legalize_mhlo_to_thlo.cc | 276 auto addOp = dyn_cast<mhlo::AddOp>(returnOperand); in matchUpdateComputation() local 277 if (!addOp || addOp->getNumOperands() != 2) return failure(); in matchUpdateComputation() 279 auto lhs = addOp->getOperand(0); in matchUpdateComputation() 280 auto rhs = addOp->getOperand(1); in matchUpdateComputation()
|
/external/skia/src/gpu/ganesh/ |
D | SurfaceFillContext.cpp | 156 void SurfaceFillContext::addOp(GrOp::Owner op) { in addOp() function in skgpu::v1::SurfaceFillContext 158 this->getOpsTask()->addOp(drawingMgr, in addOp() 256 this->addOp(ClearOp::MakeColor(fContext, scissorState, color)); in internalClear()
|
D | GrAuditTrail.h | 83 void addOp(const GrOp*, GrRenderTargetProxy::UniqueID proxyID); 171 GR_AUDIT_TRAIL_INVOKE_GUARD(audit_trail, addOp, op, proxy_id)
|
D | SurfaceFillContext.h | 124 void addOp(GrOp::Owner);
|
D | GrAuditTrail.cpp | 13 void GrAuditTrail::addOp(const GrOp* op, GrRenderTargetProxy::UniqueID proxyID) { in addOp() function in GrAuditTrail
|
D | SurfaceDrawContext.cpp | 832 this->addOp(ClearOp::MakeStencilClip(fContext, scissorState, insideStencilMask)); in internalStencilClear() 1462 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/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 | 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 …]
|
/external/skia/src/gpu/ganesh/ops/ |
D | OpsTask.h | 77 void addOp(GrDrawingManager*, GrOp::Owner, GrTextureResolveManager, const GrCaps&);
|
D | OpsTask.cpp | 415 void OpsTask::addOp(GrDrawingManager* drawingMgr, GrOp::Owner op, in addOp() function in skgpu::v1::OpsTask
|
/external/skia/tests/ |
D | OpChainTest.cpp | 283 opsTask.addOp(drawingMgr, std::move(op),
|