Home
last modified time | relevance | path

Searched defs:ShapeInfo (Results 1 – 8 of 8) sorted by relevance

/external/skia/modules/skottie/src/text/
DRangeSelector.cpp191 struct ShapeInfo { struct
192 SkVector ctrl0,
193 ctrl1;
194 float e0, e1, crs;
/external/skqp/bench/
DShapesBench.cpp226 struct ShapeInfo { struct in ShapesBench
227 SkMatrix fMatrix;
228 SkColor fColor;
229 std::function<void(SkCanvas*, const SkPaint&)> fDraw;
/external/skia/bench/
DShapesBench.cpp228 struct ShapeInfo { struct in ShapesBench
229 SkMatrix fMatrix;
230 SkColor fColor;
231 std::function<void(SkCanvas*, const SkPaint&)> fDraw;
/external/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp95 struct ShapeInfo { struct
96 const char* fTypeString;
97 ShapeType fShapeType;
98 uint16_t fAttacherIndex; // index into respective attacher tables
99 uint16_t fFlags;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp176 struct ShapeInfo { struct in __anon624e5d420111::LowerMatrixIntrinsics
177 unsigned NumRows;
178 unsigned NumColumns;
180 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() function
183 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument
187 bool operator==(const ShapeInfo &other) { in operator ==()
190 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()
194 operator bool() const { in operator bool()
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter.cc53 struct ShapeInfo { struct
55 std::vector<int64_t> nchw_dimensions;
58 std::vector<int64_t> physical_dimensions;
61 mlir::AffineMap affine_map;
63 mlir::Type element_type;
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp344 struct ShapeInfo { struct in __anone124444e0111::LowerMatrixIntrinsics
345 unsigned NumRows;
346 unsigned NumColumns;
348 bool IsColumnMajor;
350 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument
354 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument
358 bool operator==(const ShapeInfo &other) { in operator ==()
361 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()
365 operator bool() const { in operator bool()
370 unsigned getStride() const { in getStride()
[all …]
/external/skqp/modules/skottie/src/
DSkottieShapeLayer.cpp471 struct ShapeInfo { struct
472 const char* fTypeString;
473 ShapeType fShapeType;
474 uint32_t fAttacherIndex; // index into respective attacher tables