Home
last modified time | relevance | path

Searched refs:PathInfo (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoTypes.h35 PathInfo = 5, /* Path profiling information */ enumerator
/external/skia/src/gpu/ops/
DGrMSAAPathRenderer.cpp267 fPaths.emplace_back(PathInfo{color, path}); in MSAAPathOp()
390 const PathInfo& pathInfo = fPaths[i]; in onPrepareDraws()
568 struct PathInfo { struct in __anon7c2c69ea0111::MSAAPathOp
574 SkSTArray<1, PathInfo, true> fPaths;
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DPathProfiling.c229 uint32_t header[2] = { PathInfo, 0 }; in pathProfAtExitHandler()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp308 case PathInfo: in runOnModule()
/external/ImageMagick/MagickCore/
Ddraw.c157 } PathInfo; typedef
462 static PolygonInfo *ConvertPathToPolygon(const PathInfo *path_info) in ConvertPathToPolygon()
695 static void LogPathInfo(const PathInfo *path_info) in LogPathInfo()
697 register const PathInfo in LogPathInfo()
710 static PathInfo *ConvertPrimitiveToPath(const PrimitiveInfo *primitive_info) in ConvertPrimitiveToPath()
712 PathInfo in ConvertPrimitiveToPath()
740 return((PathInfo *) NULL); in ConvertPrimitiveToPath()
745 path_info=(PathInfo *) AcquireQuantumMemory((size_t) (2UL*i+3UL), in ConvertPrimitiveToPath()
747 if (path_info == (PathInfo *) NULL) in ConvertPrimitiveToPath()
748 return((PathInfo *) NULL); in ConvertPrimitiveToPath()
[all …]