Searched defs:ShapeInfo (Results 1 – 8 of 8) sorted by relevance
191 struct ShapeInfo { struct192 SkVector ctrl0,193 ctrl1;194 float e0, e1, crs;
226 struct ShapeInfo { struct in ShapesBench227 SkMatrix fMatrix;228 SkColor fColor;229 std::function<void(SkCanvas*, const SkPaint&)> fDraw;
228 struct ShapeInfo { struct in ShapesBench229 SkMatrix fMatrix;230 SkColor fColor;231 std::function<void(SkCanvas*, const SkPaint&)> fDraw;
95 struct ShapeInfo { struct96 const char* fTypeString;97 ShapeType fShapeType;98 uint16_t fAttacherIndex; // index into respective attacher tables99 uint16_t fFlags;
176 struct ShapeInfo { struct in __anon624e5d420111::LowerMatrixIntrinsics177 unsigned NumRows;178 unsigned NumColumns;180 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() function183 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() function187 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()
53 struct ShapeInfo { struct55 std::vector<int64_t> nchw_dimensions;58 std::vector<int64_t> physical_dimensions;61 mlir::AffineMap affine_map;63 mlir::Type element_type;
344 struct ShapeInfo { struct in __anone124444e0111::LowerMatrixIntrinsics345 unsigned NumRows;346 unsigned NumColumns;348 bool IsColumnMajor;350 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() function354 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument358 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 …]
471 struct ShapeInfo { struct472 const char* fTypeString;473 ShapeType fShapeType;474 uint32_t fAttacherIndex; // index into respective attacher tables