Home
last modified time | relevance | path

Searched refs:ShapeInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp176 struct ShapeInfo { struct in __anon88f43b6e0111::LowerMatrixIntrinsics
180 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument
183 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() function
187 bool operator==(const ShapeInfo &other) { in operator ==() argument
190 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=() argument
206 DenseMap<Value *, ShapeInfo> ShapeMap;
225 ColumnMatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getMatrix()
262 bool setShapeInfo(Value *V, ShapeInfo Shape) { in setShapeInfo()
443 ShapeInfo Shape = ShapeMap[V]; in propagateShapeBackward()
561 ShapeInfo Shape) { in LowerLoad()
[all …]
/third_party/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp95 struct ShapeInfo { struct
102 const ShapeInfo* FindShapeInfo(const skjson::ObjectValue& jshape) { in FindShapeInfo()
103 static constexpr ShapeInfo gShapeInfo[] = { in FindShapeInfo()
130 sizeof(ShapeInfo), in FindShapeInfo()
133 static_cast<const ShapeInfo*>(info)->fTypeString); in FindShapeInfo()
136 return static_cast<const ShapeInfo*>(info); in FindShapeInfo()
176 const ShapeInfo& fInfo; in attachShape()
/third_party/skia/modules/skottie/src/text/
DRangeSelector.cpp191 struct ShapeInfo { struct
206 ShapeGenerator(const ShapeInfo& sinfo, float ease_lo, float ease_hi) in ShapeGenerator()
222 static constexpr ShapeInfo gShapeInfo[] = {
/third_party/skia/bench/
DShapesBench.cpp228 struct ShapeInfo { struct in ShapesBench
246 SkTArray<ShapeInfo> fShapes;