/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 344 const SkPathOp shapeOp, const SkMatrix& scale) { in showPathOpPath() argument 345 SkASSERT((unsigned) shapeOp < SK_ARRAY_COUNT(opStrs)); in showPathOpPath() 350 testName, opSuffixes[shapeOp]); in showPathOpPath() 351 *gTestOp.append() = shapeOp; in showPathOpPath() 355 SkDebugf(" testPathOp(reporter, path, pathB, %s, filename);\n", opStrs[shapeOp]); in showPathOpPath() 364 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale, in comparePaths() argument 380 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale); in comparePaths() 637 static void showName(const SkPath& a, const SkPath& b, const SkPathOp shapeOp) { in showName() argument 640 showOp(shapeOp); in showName() 646 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp() argument [all …]
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 252 const SkPathOp shapeOp, const SkMatrix& scale) { in showPathOpPath() argument 253 SkASSERT((unsigned) shapeOp < SK_ARRAY_COUNT(opStrs)); in showPathOpPath() 258 testName, opSuffixes[shapeOp]); in showPathOpPath() 259 *gTestOp.append() = shapeOp; in showPathOpPath() 263 SkDebugf(" testPathOp(reporter, path, pathB, %s, filename);\n", opStrs[shapeOp]); in showPathOpPath() 270 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale, in comparePaths() argument 287 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale); in comparePaths() 533 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp() argument 546 fprintf(PathOpsDebug::gOut, " \"op\": \"%s\",\n", opStrs[shapeOp]); in innerPathOp() 549 if (!OpDebug(a, b, shapeOp, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in innerPathOp() [all …]
|
/external/llvm-project/mlir/examples/toy/Ch5/mlir/ |
D | ShapeInferencePass.cpp | 75 if (auto shapeOp = dyn_cast<ShapeInference>(op)) { in runOnFunction() local 76 shapeOp.inferShapes(); in runOnFunction()
|
/external/llvm-project/mlir/examples/toy/Ch4/mlir/ |
D | ShapeInferencePass.cpp | 75 if (auto shapeOp = dyn_cast<ShapeInference>(op)) { in runOnFunction() local 76 shapeOp.inferShapes(); in runOnFunction()
|
/external/llvm-project/mlir/examples/toy/Ch7/mlir/ |
D | ShapeInferencePass.cpp | 75 if (auto shapeOp = dyn_cast<ShapeInference>(op)) { in runOnFunction() local 76 shapeOp.inferShapes(); in runOnFunction()
|
/external/llvm-project/mlir/examples/toy/Ch6/mlir/ |
D | ShapeInferencePass.cpp | 75 if (auto shapeOp = dyn_cast<ShapeInference>(op)) { in runOnFunction() local 76 shapeOp.inferShapes(); in runOnFunction()
|
/external/llvm-project/mlir/docs/Tutorials/Toy/ |
D | Ch-4.md | 366 if (ShapeInference shapeOp = dyn_cast<ShapeInference>(op)) { 367 shapeOp.inferShapes();
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 538 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, in ShowPath() argument 546 show_op(shapeOp, "path", "pathB"); in ShowPath()
|
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.cpp | 562 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, in ShowPath() argument 568 show_op(shapeOp, "path", "pathB"); in ShowPath()
|