Home
last modified time | relevance | path

Searched refs:getScale (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/gm/
Dfilterbitmap.cpp63 SkScalar scale = this->getScale(); in onOnceBeforeDraw()
80 virtual SkScalar getScale() = 0;
106 SkScalar getScale() override { in getScale() function in FilterBitmapTextGM
144 SkScalar getScale() override { in getScale() function in FilterBitmapCheckerboardGM
186 SkScalar getScale() override { in getScale() function in FilterBitmapImageGM
/third_party/skia/experimental/skrive/src/
DComponent.cpp68 SkMatrix::Scale (node->getScale().x , node->getScale().y ); in ScopedTransformContext()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFormat.hpp63 sw::float4 getScale() const;
DVkFormat.cpp1898 sw::float4 Format::getScale() const in getScale() function in vk::Format
/third_party/skia/modules/skottie/src/
DTransform.h48 SkVector getScale() const;
DSkottieProperty.cpp102 fNode->getScale(), in get()
DTransform.cpp84 SkVector TransformAdapter2D::getScale() const { in getScale() function in skottie::internal::TransformAdapter2D
/third_party/flutter/skia/modules/skottie/src/
DSkottieProperty.cpp95 fNode->getScale(), in get()
/third_party/skia/modules/particles/include/
DSkParticleEffect.h159 float getScale() const { return fState.fScale; } in getScale() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h533 int16_t getScale() const { return Scale; } in getScale() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1612 SDValue Scale = MGT->getScale(); in SplitVecRes_MGATHER()
2244 SDValue Scale = MGT->getScale(); in SplitVecOp_MGATHER()
2374 SDValue Scale = N->getScale(); in SplitVecOp_MSCATTER()
3746 SDValue Scale = N->getScale(); in WidenVecRes_MGATHER()
4558 SDValue Scale = MG->getScale(); in WidenVecOp_MGATHER()
4578 SDValue Scale = MSC->getScale(); in WidenVecOp_MSCATTER()
DSelectionDAG.cpp7191 assert(isa<ConstantSDNode>(N->getScale()) && in getMaskedGather()
7192 cast<ConstantSDNode>(N->getScale())->getAPIntValue().isPowerOf2() && in getMaskedGather()
7229 assert(isa<ConstantSDNode>(N->getScale()) && in getMaskedScatter()
7230 cast<ConstantSDNode>(N->getScale())->getAPIntValue().isPowerOf2() && in getMaskedScatter()
DLegalizeIntegerTypes.cpp630 N->getIndex(), N->getScale() }; in PromoteIntRes_MGATHER()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp379 unsigned getScale() { return Scale; } in getScale() function in __anond0a29c3b0111::X86AsmParser::IntelExprStateMachine
1681 IntelExpr Expr(BaseRegStr, IndexRegStr, SM.getScale(), OffsetNameStr, in RewriteIntelExpression()
1972 unsigned Scale = SM.getScale(); in ParseIntelOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1916 unsigned getScale() const { in getScale() function
2044 int Scale = RPI.getScale(); in computeCalleeSaveRegisterPairs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1639 const SDValue &getScale() const { return getOperand(5); } in getScale() function
DX86ISelDAGToDAG.cpp2289 AM.Scale = cast<ConstantSDNode>(Mgs->getScale())->getZExtValue(); in selectVectorAddr()
DX86ISelLowering.cpp28254 SDValue Scale = N->getScale(); in LowerMSCATTER()
28459 N->getScale() }; in LowerMGATHER()
29528 Gather->getBasePtr(), Index, Gather->getScale() }; in ReplaceNodeResults()
44013 SDValue Scale = GorS->getScale(); in combineGatherScatter()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp1442 unscale = state.sourceFormat.getScale(); in ApplyScaleAndClamp()
1445 scale = state.destFormat.getScale(); in ApplyScaleAndClamp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h2424 const SDValue &getScale() const { return getOperand(5); }
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp2589 const sw::float4 scale = state.textureFormat.getScale(); in getComponentScale()