Uses of Class
com.aparapi.internal.model.Entrypoint
-
Packages that use Entrypoint Package Description com.aparapi.internal.kernel com.aparapi.internal.model com.aparapi.internal.tool com.aparapi.internal.writer -
-
Uses of Entrypoint in com.aparapi.internal.kernel
Fields in com.aparapi.internal.kernel declared as Entrypoint Modifier and Type Field Description private Entrypoint
KernelRunner. entryPoint
-
Uses of Entrypoint in com.aparapi.internal.model
Fields in com.aparapi.internal.model declared as Entrypoint Modifier and Type Field Description (package private) Entrypoint
MethodModel. entrypoint
Fields in com.aparapi.internal.model with type parameters of type Entrypoint Modifier and Type Field Description private ValueCache<EntrypointKey,Entrypoint,AparapiException>
ClassModel. entrypointCache
Methods in com.aparapi.internal.model that return Entrypoint Modifier and Type Method Description (package private) Entrypoint
Entrypoint. cloneForKernel(java.lang.Object _k)
(package private) Entrypoint
ClassModel. computeBasicEntrypoint(EntrypointKey entrypointKey)
Entrypoint
ClassModel. getEntrypoint()
Entrypoint
ClassModel. getEntrypoint(java.lang.String _entrypointName, java.lang.Object _k)
(package private) Entrypoint
ClassModel. getEntrypoint(java.lang.String _entrypointName, java.lang.String _descriptor, java.lang.Object _k)
Constructors in com.aparapi.internal.model with parameters of type Entrypoint Constructor Description MethodModel(ClassModel.ClassModelMethod _method, Entrypoint _entrypoint)
-
Uses of Entrypoint in com.aparapi.internal.tool
Methods in com.aparapi.internal.tool with parameters of type Entrypoint Modifier and Type Method Description void
InstructionHelper.StringWriter. write(Entrypoint entryPoint)
-
Uses of Entrypoint in com.aparapi.internal.writer
Fields in com.aparapi.internal.writer declared as Entrypoint Modifier and Type Field Description private Entrypoint
KernelWriter. entryPoint
Methods in com.aparapi.internal.writer with parameters of type Entrypoint Modifier and Type Method Description abstract void
BlockWriter. write(Entrypoint entryPoint)
void
KernelWriter. write(Entrypoint _entryPoint)
static java.lang.String
KernelWriter. writeToString(Entrypoint _entrypoint)
-