- edge(Graphics2D, Color, InstructionViewer.InstructionView, InstructionViewer.InstructionView, String, String) - Method in class com.amd.aparapi.internal.tool.InstructionViewer
-
- edgeCurve - Variable in class com.amd.aparapi.internal.tool.InstructionViewer.Options
-
- edgeFan - Variable in class com.amd.aparapi.internal.tool.InstructionViewer.Options
-
- EDGEGAP - Static variable in class com.amd.aparapi.internal.tool.InstructionViewer
-
- enableARETURN - Static variable in class com.amd.aparapi.Config
-
- enableARRAYLENGTH - Static variable in class com.amd.aparapi.Config
-
- enableATHROW - Static variable in class com.amd.aparapi.Config
-
- enableAtomic32 - Static variable in class com.amd.aparapi.Config
-
- enableAtomic64 - Static variable in class com.amd.aparapi.Config
-
- enableByteWrites - Static variable in class com.amd.aparapi.Config
-
- enableDoubles - Static variable in class com.amd.aparapi.Config
-
- enableExecutionModeReporting - Static variable in class com.amd.aparapi.Config
-
Allows the user to request that the execution mode of each kernel invocation be reported to stdout.
- enableGETSTATIC - Static variable in class com.amd.aparapi.Config
-
- enableInstructionDecodeViewer - Static variable in class com.amd.aparapi.Config
-
- enableINVOKEINTERFACE - Static variable in class com.amd.aparapi.Config
-
- enableMETHODARRAYPASSING - Static variable in class com.amd.aparapi.Config
-
- enableMONITOR - Static variable in class com.amd.aparapi.Config
-
- enableNEW - Static variable in class com.amd.aparapi.Config
-
- enableProfiling - Static variable in class com.amd.aparapi.internal.jni.ConfigJNI
-
Allows the user to turn on OpenCL profiling for the JNI/OpenCL layer.
- enableProfilingCSV - Static variable in class com.amd.aparapi.internal.jni.ConfigJNI
-
Allows the user to turn on OpenCL profiling for the JNI/OpenCL layer, this information will be written to CSV file
Usage -Dcom.amd.aparapi.enableProfiling={true|false}
- enablePUTFIELD - Static variable in class com.amd.aparapi.Config
-
- enablePUTSTATIC - Static variable in class com.amd.aparapi.Config
-
- enableShowFakeLocalVariableTable - Static variable in class com.amd.aparapi.Config
-
- enableShowGeneratedOpenCL - Static variable in class com.amd.aparapi.Config
-
Allows the user to request that generated OpenCL code is dumped to standard out.
- enableSWITCH - Static variable in class com.amd.aparapi.Config
-
- enableVerboseJNI - Static variable in class com.amd.aparapi.internal.jni.ConfigJNI
-
Allows the user to request that verbose JNI messages be dumped to stderr.
- enableVerboseJNIOpenCLResourceTracking - Static variable in class com.amd.aparapi.internal.jni.ConfigJNI
-
Allows the user to request tracking of opencl resources.
- end() - Method in interface com.amd.aparapi.opencl.OpenCL
-
- end() - Method in class com.amd.aparapi.opencl.OpenCLAdapter
-
- Entrypoint - Class in com.amd.aparapi.internal.model
-
- Entrypoint(ClassModel, MethodModel, Object) - Constructor for class com.amd.aparapi.internal.model.Entrypoint
-
- equals(Object) - Method in class com.amd.aparapi.internal.model.ClassModel.ConstantPool.MethodReferenceEntry
-
- equals(Object) - Method in class com.amd.aparapi.internal.tool.InstructionHelper.BranchVector
-
- execute(Kernel.Entry, Range, int) - Method in class com.amd.aparapi.internal.kernel.KernelRunner
-
- execute(String, Range, int) - Method in class com.amd.aparapi.internal.kernel.KernelRunner
-
- execute(Range) - Method in class com.amd.aparapi.Kernel.Entry
-
- execute(Range) - Method in class com.amd.aparapi.Kernel
-
Start execution of _range
kernels.
- execute(int) - Method in class com.amd.aparapi.Kernel
-
Start execution of _range
kernels.
- execute(Range, int) - Method in class com.amd.aparapi.Kernel
-
Start execution of _passes
iterations of _range
kernels.
- execute(int, int) - Method in class com.amd.aparapi.Kernel
-
Start execution of _passes
iterations over the _range
of kernels.
- execute(Kernel.Entry, Range) - Method in class com.amd.aparapi.Kernel
-
Start execution of globalSize
kernels for the given entrypoint.
- execute(String, Range) - Method in class com.amd.aparapi.Kernel
-
Start execution of globalSize
kernels for the given entrypoint.
- execute(String, Range, int) - Method in class com.amd.aparapi.Kernel
-
Start execution of globalSize
kernels for the given entrypoint.
- executionMode - Static variable in class com.amd.aparapi.Config
-
Allows the user to request a specific Kernel.EXECUTION_MODE enum value for all Kernels.
- Experimental - Annotation Type in com.amd.aparapi.annotation
-
Used to tag experimental features (methods/fields)
- ExpressionList - Class in com.amd.aparapi.internal.instruction
-
Essentially a glorified linked list of Instructions plus some additional state to allow us to transform sequences.
- ExpressionList(MethodModel) - Constructor for class com.amd.aparapi.internal.instruction.ExpressionList
-