Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp176 struct ShapeInfo { struct in __anonb565e9b10111::LowerMatrixIntrinsics
177 unsigned NumRows;
178 unsigned NumColumns;
180 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument
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()
/aosp_15_r20/external/skia/modules/skottie/src/text/
H A DRangeSelector.cpp197 struct ShapeInfo { struct
198 SkVector ctrl0,
199 ctrl1;
200 float e0, e1, crs;
/aosp_15_r20/external/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.cpp102 struct ShapeInfo { struct
103 const char* fTypeString;
104 ShapeType fShapeType;
105 uint16_t fAttacherIndex; // index into respective attacher tables
106 uint16_t fFlags;
/aosp_15_r20/external/skia/bench/
H A DShapesBench.cpp228 struct ShapeInfo { struct in ShapesBench
229 SkMatrix fMatrix;
230 SkColor fColor;
231 std::function<void(SkCanvas*, const SkPaint&)> fDraw;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
H A Dconv_emitter.cc55 struct ShapeInfo { struct
57 std::vector<int64_t> nchw_dimensions;
60 std::vector<int64_t> physical_dimensions;
63 mlir::AffineMap affine_map;
65 mlir::Type element_type;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp388 struct ShapeInfo { struct in __anoned024af70111::LowerMatrixIntrinsics
389 unsigned NumRows;
390 unsigned NumColumns;
392 bool IsColumnMajor;
394 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument
398 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument
402 bool operator==(const ShapeInfo &other) { in operator ==()
405 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()
409 operator bool() const { in operator bool()
414 unsigned getStride() const { in getStride()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp125 for (auto &ShapeInfo : ShapeInfos) { in configBasicBlock() local