Uses of Class
com.aparapi.internal.model.Entrypoint
Packages that use Entrypoint
Package
Description
-
Uses of Entrypoint in com.aparapi.internal.kernel
Fields in com.aparapi.internal.kernel declared as Entrypoint -
Uses of Entrypoint in com.aparapi.internal.model
Fields in com.aparapi.internal.model declared as EntrypointFields in com.aparapi.internal.model with type parameters of type EntrypointModifier and TypeFieldDescriptionprivate final ValueCache
<EntrypointKey, Entrypoint, AparapiException> ClassModel.entrypointCache
Methods in com.aparapi.internal.model that return EntrypointModifier and TypeMethodDescription(package private) Entrypoint
Entrypoint.cloneForKernel
(Object _k) (package private) Entrypoint
ClassModel.computeBasicEntrypoint
(EntrypointKey entrypointKey) ClassModel.getEntrypoint()
ClassModel.getEntrypoint
(String _entrypointName, Object _k) (package private) Entrypoint
ClassModel.getEntrypoint
(String _entrypointName, String _descriptor, Object _k) Constructors in com.aparapi.internal.model with parameters of type EntrypointModifierConstructorDescription(package private)
MethodModel
(ClassModel.ClassModelMethod _method, Entrypoint _entrypoint) -
Uses of Entrypoint in com.aparapi.internal.tool
Methods in com.aparapi.internal.tool with parameters of type EntrypointModifier and TypeMethodDescriptionvoid
InstructionHelper.StringWriter.write
(Entrypoint entryPoint) -
Uses of Entrypoint in com.aparapi.internal.writer
Fields in com.aparapi.internal.writer declared as EntrypointMethods in com.aparapi.internal.writer with parameters of type EntrypointModifier and TypeMethodDescriptionabstract void
BlockWriter.write
(Entrypoint entryPoint) void
KernelWriter.write
(Entrypoint _entryPoint) static String
KernelWriter.writeToString
(Entrypoint _entrypoint)