Home
last modified time | relevance | path

Searched refs:shapeOp (Results 1 – 9 of 9) sorted by relevance

/external/skqp/tests/
DPathOpsExtendedTest.cpp344 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/
DPathOpsExtendedTest.cpp252 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/
DShapeInferencePass.cpp75 if (auto shapeOp = dyn_cast<ShapeInference>(op)) { in runOnFunction() local
76 shapeOp.inferShapes(); in runOnFunction()
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DShapeInferencePass.cpp75 if (auto shapeOp = dyn_cast<ShapeInference>(op)) { in runOnFunction() local
76 shapeOp.inferShapes(); in runOnFunction()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DShapeInferencePass.cpp75 if (auto shapeOp = dyn_cast<ShapeInference>(op)) { in runOnFunction() local
76 shapeOp.inferShapes(); in runOnFunction()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DShapeInferencePass.cpp75 if (auto shapeOp = dyn_cast<ShapeInference>(op)) { in runOnFunction() local
76 shapeOp.inferShapes(); in runOnFunction()
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-4.md366 if (ShapeInference shapeOp = dyn_cast<ShapeInference>(op)) {
367 shapeOp.inferShapes();
/external/skia/src/pathops/
DSkPathOpsDebug.cpp538 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/
DSkPathOpsDebug.cpp562 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, in ShowPath() argument
568 show_op(shapeOp, "path", "pathB"); in ShowPath()