- abs(float) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.abs(float)
(Java) or
fabs(float)
(OpenCL).
- abs(double) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.abs(double)
(Java) or
fabs(double)
(OpenCL).
- abs(int) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.abs(int)
(Java) or
abs(int)
(OpenCL).
- abs(long) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.abs(long)
(Java) or
abs(long)
(OpenCL).
- Access(int) - Constructor for enum com.aparapi.internal.model.ClassModel.Access
-
- AccessArrayElement(MethodModel, InstructionSet.ByteCode, ByteReader, boolean) - Constructor for class com.aparapi.internal.instruction.InstructionSet.AccessArrayElement
-
- accessFlags - Variable in class com.aparapi.internal.model.ClassModel
-
- accessInstanceField - Static variable in class com.aparapi.internal.instruction.InstructionPattern
-
- accessLocalVariable - Static variable in class com.aparapi.internal.instruction.InstructionPattern
-
- accessorVariableFieldEntry - Variable in class com.aparapi.internal.model.MethodModel
-
- accs - Variable in class com.aparapi.internal.kernel.KernelDeviceProfile
-
- accumulatedTimes - Variable in class com.aparapi.internal.kernel.KernelDeviceProfile.Accumulator
-
- accumulatedTimes - Variable in class com.aparapi.internal.kernel.KernelDeviceProfile.GlobalAccumulator
-
- accumulateTimes(long[]) - Method in class com.aparapi.internal.kernel.KernelDeviceProfile.GlobalAccumulator
-
- Accumulator(long) - Constructor for class com.aparapi.internal.kernel.KernelDeviceProfile.Accumulator
-
- acos(float) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.acos(double)
(Java) or
acos(float)
(OpenCL).
- acos(double) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.acos(double)
(Java) or
acos(double)
(OpenCL).
- acospi(double) - Method in class com.aparapi.Kernel
-
- acospi(float) - Method in class com.aparapi.Kernel
-
- add(Instruction) - Method in class com.aparapi.internal.instruction.ExpressionList
-
Add this instruction to the end of the list.
- add(ClassModel.ConstantPool.Entry) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- add(Object, long, OpenCLMem) - Method in class com.aparapi.internal.opencl.OpenCLProgram
-
- addAsComposites(InstructionSet.ByteCode, Instruction, BranchSet) - Method in class com.aparapi.internal.instruction.ExpressionList
-
- addBranchTarget(InstructionSet.Branch) - Method in class com.aparapi.internal.instruction.Instruction
-
- addExecutionModes(Kernel.EXECUTION_MODE...) - Method in class com.aparapi.Kernel
-
- addOpenCLDevice(OpenCLDevice) - Method in class com.aparapi.internal.opencl.OpenCLPlatform
-
- address - Variable in class com.aparapi.internal.opencl.OpenCLMem
-
- addressToMem - Variable in class com.aparapi.internal.opencl.OpenCLProgram
-
- allFieldsClasses - Variable in class com.aparapi.internal.model.Entrypoint
-
- allocateArrayBufferIfFirstTimeOrArrayChanged(KernelArg, Object, int, int, int) - Method in class com.aparapi.internal.kernel.KernelRunner
-
Helper method that manages the memory allocation for storing the kernel argument data,
so that the data can be exchanged between the host and the OpenCL device.
- ALTERNATIVE_ALGORITHM - Static variable in class com.aparapi.device.JavaDevice
-
- and - Variable in class com.aparapi.internal.instruction.BranchSet.CompoundLogicalExpressionNode
-
- andOperator - Static variable in class com.aparapi.Kernel
-
- AnnotationInfo(ElementValuePair[], int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo
-
- AnnotationInfo(int, int, ElementValuePair[]) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo
-
- annotations - Variable in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo
-
- AnnotationValue(int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.AnnotationValue
-
- AnnotationValue(int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.AnnotationValue
-
- anyOpenCL(LinkedHashSet<Kernel.EXECUTION_MODE>) - Static method in enum com.aparapi.Kernel.EXECUTION_MODE
-
Deprecated.
- AparapiBrokenBarrierException - Exception in com.aparapi.exception
-
Exception is thrown when an Aparapi kernel is executing in Java mode,
and a barrier cannot be completed due to threads that die during its execution.
- AparapiBrokenBarrierException(String) - Constructor for exception com.aparapi.exception.AparapiBrokenBarrierException
-
- AparapiBrokenBarrierException(Throwable) - Constructor for exception com.aparapi.exception.AparapiBrokenBarrierException
-
- AparapiBrokenBarrierException(String, Throwable) - Constructor for exception com.aparapi.exception.AparapiBrokenBarrierException
-
- AparapiBrokenBarrierException(String, Throwable, boolean, boolean) - Constructor for exception com.aparapi.exception.AparapiBrokenBarrierException
-
- AparapiException - Exception in com.aparapi.internal.exception
-
We use AparapiException
class and subclasses to wrap other
Exception
classes, mainly to allow differentiation between Aparapi specific issues at runtime.
- AparapiException(String) - Constructor for exception com.aparapi.internal.exception.AparapiException
-
- AparapiException(String, Throwable) - Constructor for exception com.aparapi.internal.exception.AparapiException
-
- AparapiException(Throwable) - Constructor for exception com.aparapi.internal.exception.AparapiException
-
- AparapiJNIException - Exception in com.aparapi.exception
-
This exception is thrown by underlying Aparapi JNI native code when the JNI call fails
- AparapiJNIException(String) - Constructor for exception com.aparapi.exception.AparapiJNIException
-
- AparapiJNIException(String, Throwable) - Constructor for exception com.aparapi.exception.AparapiJNIException
-
- AparapiJNIException(String, Throwable, boolean, boolean) - Constructor for exception com.aparapi.exception.AparapiJNIException
-
- AparapiKernelFailedException - Exception in com.aparapi.exception
-
This exception is thrown when a Java kernel execution fails.
- AparapiKernelFailedException(String) - Constructor for exception com.aparapi.exception.AparapiKernelFailedException
-
- AparapiKernelFailedException(String, Throwable) - Constructor for exception com.aparapi.exception.AparapiKernelFailedException
-
- AparapiKernelFailedException(String, Throwable, boolean, boolean) - Constructor for exception com.aparapi.exception.AparapiKernelFailedException
-
- appendCell(StringBuilder, String) - Static method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
- appendFoldedInstruction(InstructionHelper.Table, String, Instruction) - Static method in class com.aparapi.internal.tool.InstructionHelper
-
- appendRowHeaders(StringBuilder, String, String) - Static method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
- applyTransformations(ExpressionList, Instruction, Instruction) - Method in class com.aparapi.internal.model.MethodModel
-
- areCachesEnabled() - Static method in class com.aparapi.internal.model.CacheEnabler
-
- Arg(String, int, int, int) - Constructor for class com.aparapi.internal.model.ClassModel.ConstantPool.MethodReferenceEntry.Arg
-
- arg - Variable in class com.aparapi.internal.model.MethodModel.FakeLocalVariableTableEntry.Var
-
- ARG_APARAPI_BUFFER - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
TODO:
- ARG_ARRAY - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
represents an array.
So ARG_ARRAY|ARG_INT
tells us this arg is an array of int
.
- ARG_ARRAY_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_ARRAYLENGTH - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
has it's length reference, in which case a synthetic arg is passed (name mangled) to the OpenCL kernel.
- ARG_BOOLEAN - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
represents a boolean
type (array or primitive).
- ARG_BYTE - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
represents a byte
type (array or primitive).
- ARG_BYTE_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_CHAR - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
represents a char
type (array or primitive).
- ARG_CONST_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_CONSTANT - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
resides in constant memory in the generated OpenCL code.
- ARG_DOUBLE - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
represents a double
type (array or primitive).
- ARG_DOUBLE_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_EXPLICIT - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that the arg has been explicitly marked for reading
- ARG_EXPLICIT_WRITE - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that the arg has been explicitly marked for writing
- ARG_FLOAT - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
represents a float
type (array or primitive).
- ARG_FLOAT_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_GLOBAL - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
resides in global memory in the generated OpenCL code.
- ARG_GLOBAL_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_INT - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
represents a int
type (array or primitive).
- ARG_INT_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_ISARG_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_LOCAL - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
resides in local memory in the generated OpenCL code.
- ARG_LOCAL_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_LONG - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
represents a long
type (array or primitive).
- ARG_LONG_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_OBJ_ARRAY_STRUCT - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
TODO:
- ARG_PRIMITIVE - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
represents a primitive (non array).
So ARG_PRIMITIVE|ARG_INT
tells us this arg is a primitive int
.
- ARG_PRIMITIVE_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_READ - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
is read by the Kernel (note from the Kernel's point of view).
So ARG_ARRAY|ARG_INT|ARG_READ
tells us this arg is an array of int's that are read by the kernel.
- ARG_READONLY_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_READWRITE_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_SHORT - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
TODO:
- ARG_SHORT_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- ARG_STATIC - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
represents a static
field (array or primitive).
- ARG_WRITE - Static variable in class com.aparapi.internal.jni.KernelRunnerJNI
-
This 'bit' indicates that a particular KernelArg
is mutated by the Kernel (note from the Kernel's point of view).
So ARG_ARRAY|ARG_INT|ARG_WRITE
tells us this arg is an array of int's that we expect the kernel to mutate.
- ARG_WRITEONLY_BIT - Static variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- argc - Variable in class com.aparapi.internal.kernel.KernelRunner
-
- argc - Variable in class com.aparapi.internal.model.ClassModel.ConstantPool.MethodReferenceEntry.Arg
-
- argCount - Variable in class com.aparapi.internal.model.ClassModel.ConstantPool.ReferenceEntry
-
- args - Variable in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEDYNAMIC
-
- args - Variable in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEINTERFACE
-
- args - Variable in class com.aparapi.internal.kernel.KernelRunner
-
- args - Variable in class com.aparapi.internal.model.ClassModel.ConstantPool.MethodReferenceEntry
-
- args - Variable in class com.aparapi.internal.model.ClassModel.MethodDescription
-
- args - Variable in class com.aparapi.internal.opencl.OpenCLKernel
-
- argument - Variable in class com.aparapi.internal.model.ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod.BootstrapArgument
-
- array - Variable in class com.aparapi.internal.jni.KernelArgJNI
-
Only set for array objs, not used on JNI
- ArrayAccess(MethodModel, InstructionSet.ByteCode, ByteReader, boolean) - Constructor for class com.aparapi.internal.instruction.InstructionSet.ArrayAccess
-
- arrayBaseOffset(Class<?>) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- arrayBaseOffsetMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- arrayDimensions - Variable in class com.aparapi.internal.model.ClassModel.ConstantPool.ReferenceEntry.Type
-
- arrayDimMangleSuffix - Static variable in class com.aparapi.internal.writer.BlockWriter
-
- arrayFieldAccesses - Variable in class com.aparapi.internal.model.Entrypoint
-
- arrayFieldArrayLengthUsed - Variable in class com.aparapi.internal.model.Entrypoint
-
- arrayFieldAssignments - Variable in class com.aparapi.internal.model.Entrypoint
-
- arrayIndexScale(Class<?>) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- arrayIndexScaleMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- arrayLengthMangleSuffix - Static variable in class com.aparapi.internal.writer.BlockWriter
-
- ArrayValue(int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.ArrayValue
-
- ArrayValue(int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.ArrayValue
-
- ARROWGAP - Static variable in class com.aparapi.internal.tool.InstructionViewer
-
- arrowHeadIn - Variable in class com.aparapi.internal.tool.InstructionViewer
-
- arrowHeadOut - Variable in class com.aparapi.internal.tool.InstructionViewer
-
- asBranch() - Method in class com.aparapi.internal.instruction.Instruction
-
- asin(float) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.asin(double)
(Java) or
asin(float)
(OpenCL).
- asin(double) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.asin(double)
(Java) or
asin(double)
(OpenCL).
- asinpi(double) - Method in class com.aparapi.Kernel
-
- asinpi(float) - Method in class com.aparapi.Kernel
-
- AssignableInstructionMatcher(Class<?>...) - Constructor for class com.aparapi.internal.instruction.InstructionPattern.AssignableInstructionMatcher
-
- assignToArrayElement - Static variable in class com.aparapi.internal.instruction.InstructionPattern
-
- AssignToArrayElement(MethodModel, InstructionSet.ByteCode, ByteReader, boolean) - Constructor for class com.aparapi.internal.instruction.InstructionSet.AssignToArrayElement
-
- assignToArrayElement - Variable in class com.aparapi.internal.instruction.InstructionSet.FieldArrayElementAssign
-
- assignToArrayElement - Variable in class com.aparapi.internal.instruction.InstructionSet.FieldArrayElementIncrement
-
- assignToInstanceField - Static variable in class com.aparapi.internal.instruction.InstructionPattern
-
- assignToLocalVariable - Static variable in class com.aparapi.internal.instruction.InstructionPattern
-
- assignToLocalVariable - Variable in class com.aparapi.internal.instruction.InstructionSet.InlineAssignInstruction
-
- atan(float) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.atan(double)
(Java) or
atan(float)
(OpenCL).
- atan(double) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.atan(double)
(Java) or
atan(double)
(OpenCL).
- atan2(float, float) - Method in class com.aparapi.Kernel
-
- atan2(double, double) - Method in class com.aparapi.Kernel
-
- atan2pi(double, double) - Method in class com.aparapi.Kernel
-
- atan2pi(float, double) - Method in class com.aparapi.Kernel
-
- atanpi(double) - Method in class com.aparapi.Kernel
-
- atanpi(float) - Method in class com.aparapi.Kernel
-
- atomic32Cache - Static variable in class com.aparapi.Kernel
-
- atomic64Cache - Static variable in class com.aparapi.Kernel
-
- atomicAdd(int[], int, int) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- atomicAdd(int[], int, int) - Method in class com.aparapi.Kernel
-
- atomicAdd(AtomicInteger, int) - Method in class com.aparapi.Kernel
-
- atomicAnd(AtomicInteger, int) - Method in class com.aparapi.Kernel
-
- atomicCmpXchg(AtomicInteger, int, int) - Method in class com.aparapi.Kernel
-
- atomicDec(AtomicInteger) - Method in class com.aparapi.Kernel
-
- atomicGet(AtomicInteger) - Method in class com.aparapi.Kernel
-
- atomicInc(AtomicInteger) - Method in class com.aparapi.Kernel
-
- atomicMax(AtomicInteger, int) - Method in class com.aparapi.Kernel
-
- atomicMin(AtomicInteger, int) - Method in class com.aparapi.Kernel
-
- atomicOr(AtomicInteger, int) - Method in class com.aparapi.Kernel
-
- atomicSet(AtomicInteger, int) - Method in class com.aparapi.Kernel
-
- atomicSub(AtomicInteger, int) - Method in class com.aparapi.Kernel
-
- atomicXchg(AtomicInteger, int) - Method in class com.aparapi.Kernel
-
- atomicXor(AtomicInteger, int) - Method in class com.aparapi.Kernel
-
- attributePool - Variable in class com.aparapi.internal.model.ClassModel
-
- AttributePool(Attribute[], String) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool
-
- attributePoolEntries - Variable in class com.aparapi.internal.model.ClassModel.AttributePool
-
- AttributePoolEntry(int, int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
-
- autoCleanUpArrays - Variable in class com.aparapi.Kernel
-
- awaitOnLocalBarrier() - Method in class com.aparapi.Kernel.KernelState
-
- CacheEnabler - Class in com.aparapi.internal.model
-
- CacheEnabler() - Constructor for class com.aparapi.internal.model.CacheEnabler
-
- cacheProperty(ValueCache.ThrowingValueComputer<Class<?>, Map<K, V>, T>) - Static method in class com.aparapi.Kernel
-
- cachesEnabled - Static variable in class com.aparapi.internal.model.CacheEnabler
-
- calledMethods - Variable in class com.aparapi.internal.model.Entrypoint
-
- calledMethods - Variable in class com.aparapi.internal.model.MethodModel
-
- CANCEL_STATUS_FALSE - Static variable in class com.aparapi.internal.kernel.KernelRunner
-
- CANCEL_STATUS_TRUE - Static variable in class com.aparapi.internal.kernel.KernelRunner
-
- cancelBarrier() - Method in interface com.aparapi.internal.kernel.IKernelBarrier
-
Cancels the barrier.
- cancelBarrier() - Method in class com.aparapi.internal.kernel.KernelRunner.FJSafeBarrier
-
- canceled - Variable in class com.aparapi.internal.kernel.KernelRunner.FJSafeBarrier
-
- cancelExecution() - Method in class com.aparapi.util.swing.MultiPassKernelSwingWorker
-
- cancelMultiPass() - Method in class com.aparapi.internal.kernel.KernelRunner
-
- cancelMultiPass() - Method in class com.aparapi.Kernel
-
Invoking this method flags that once the current pass is complete execution should be abandoned.
- capabilitiesSet - Variable in class com.aparapi.internal.kernel.KernelRunner
-
- cast - Static variable in class com.aparapi.internal.instruction.InstructionPattern
-
- CastOperator(MethodModel, InstructionSet.ByteCode, ByteReader, boolean) - Constructor for class com.aparapi.internal.instruction.InstructionSet.CastOperator
-
- cbrt(double) - Method in class com.aparapi.Kernel
-
- cbrt(float) - Method in class com.aparapi.Kernel
-
- ceil(float) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.ceil(double)
(Java) or
ceil(float)
(OpenCL).
- ceil(double) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.ceil(double)
(Java) or
ceil(double)
(OpenCL).
- checkForGetter(Map<Integer, Instruction>) - Method in class com.aparapi.internal.model.MethodModel
-
Determine if this method is a getter and record the accessed field if so
- checkForRecursion(Set<MethodModel>) - Method in class com.aparapi.internal.model.MethodModel
-
- checkForSetter(Map<Integer, Instruction>) - Method in class com.aparapi.internal.model.MethodModel
-
Determine if this method is a setter and record the accessed field if so
- CL_KHR_3D_IMAGE_WRITES - Static variable in interface com.aparapi.opencl.OpenCL
-
- CL_KHR_BYTE_ADDRESSABLE_SUPPORT - Static variable in interface com.aparapi.opencl.OpenCL
-
- CL_KHR_FP16 - Static variable in interface com.aparapi.opencl.OpenCL
-
- CL_KHR_FP64 - Static variable in interface com.aparapi.opencl.OpenCL
-
- CL_KHR_GL_SHARING - Static variable in interface com.aparapi.opencl.OpenCL
-
- CL_KHR_GLOBAL_INT32_BASE_ATOMICS - Static variable in interface com.aparapi.opencl.OpenCL
-
- CL_KHR_GLOBAL_INT32_EXTENDED_ATOMICS - Static variable in interface com.aparapi.opencl.OpenCL
-
- CL_KHR_INT64_BASE_ATOMICS - Static variable in interface com.aparapi.opencl.OpenCL
-
- CL_KHR_INT64_EXTENDED_ATOMICS - Static variable in interface com.aparapi.opencl.OpenCL
-
- CL_KHR_LOCAL_INT32_BASE_ATOMICS - Static variable in interface com.aparapi.opencl.OpenCL
-
- CL_KHR_LOCAL_INT32_EXTENDED_ATOMICS - Static variable in interface com.aparapi.opencl.OpenCL
-
- CL_KHR_SELECT_FPROUNDING_MODE - Static variable in interface com.aparapi.opencl.OpenCL
-
- ClassEntry(int, int) - Constructor for class com.aparapi.internal.model.ClassModel.ConstantPool.ClassEntry
-
- classes - Variable in class com.aparapi.internal.instruction.InstructionPattern.AssignableInstructionMatcher
-
- ClassModel - Class in com.aparapi.internal.model
-
Class represents a ClassFile (MyClass.class).
- ClassModel(Class<?>) - Constructor for class com.aparapi.internal.model.ClassModel
-
Create a ClassModel representing a given Class.
- ClassModel(Class<?>, byte[]) - Constructor for class com.aparapi.internal.model.ClassModel
-
- classModel - Variable in class com.aparapi.internal.model.Entrypoint
-
- classModel - Variable in class com.aparapi.internal.tool.InstructionViewer
-
- ClassModel.Access - Enum in com.aparapi.internal.model
-
- ClassModel.AttributePool - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.AttributePoolEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.BootstrapMethodsEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod.BootstrapArgument - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.CodeEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.ConstantValueEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.DeprecatedEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.EnclosingMethodEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.ExceptionEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.InnerClassesEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.InnerClassesEntry.InnerClassInfo - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.LineNumberTableEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.LineNumberTableEntry.StartLineNumberPair - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.LocalVariableTypeTableEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.OtherEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.PoolEntry<T> - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RealLocalVariableTableEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeAnnotationsEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.AnnotationValue - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.ArrayValue - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.ClassValue - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.EnumValue - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.PrimitiveValue - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.Value - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeParameterAnnotationsEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.AnnotationValue - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.ArrayValue - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.ClassValue - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.EnumValue - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.PrimitiveValue - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.Value - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.SignatureEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.SourceFileEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.StackMapTableEntry - Class in com.aparapi.internal.model
-
- ClassModel.AttributePool.SyntheticEntry - Class in com.aparapi.internal.model
-
- ClassModel.ClassModelField - Class in com.aparapi.internal.model
-
- ClassModel.ClassModelInterface - Class in com.aparapi.internal.model
-
- ClassModel.ClassModelMethod - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.ClassEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.DoubleEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.EmptyEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.Entry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.FieldEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.FloatEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.IntegerEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.InterfaceMethodEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.InvokeDynamicEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.LongEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.MethodEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.MethodHandleEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.MethodReferenceEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.MethodReferenceEntry.Arg - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.MethodTypeEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.NameAndTypeEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.ReferenceEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.ReferenceEntry.Type - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.StringEntry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPool.UTF8Entry - Class in com.aparapi.internal.model
-
- ClassModel.ConstantPoolType - Enum in com.aparapi.internal.model
-
- ClassModel.LocalVariableInfo - Interface in com.aparapi.internal.model
-
- ClassModel.LocalVariableTableEntry<T extends ClassModel.LocalVariableInfo> - Interface in com.aparapi.internal.model
-
- ClassModel.MethodDescription - Class in com.aparapi.internal.model
-
- ClassModel.SignatureParseState - Enum in com.aparapi.internal.model
-
- classModelCache - Static variable in class com.aparapi.internal.model.ClassModel
-
- ClassModelField(Field, int, int, int, int) - Constructor for class com.aparapi.internal.model.ClassModel.ClassModelField
-
- ClassModelInterface(int) - Constructor for class com.aparapi.internal.model.ClassModel.ClassModelInterface
-
- classModelLoader - Static variable in class com.aparapi.internal.model.ClassModel
-
- ClassModelMethod(Method, int) - Constructor for class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- className - Variable in class com.aparapi.internal.model.ClassModel.MethodDescription
-
- ClassParseException - Exception in com.aparapi.internal.exception
-
We throw ClassParseException
s (derived from AparapiException
) if we encounter any Aparapi unfriendly
constructs.
- ClassParseException(ClassParseException.TYPE) - Constructor for exception com.aparapi.internal.exception.ClassParseException
-
- ClassParseException(Instruction, ClassParseException.TYPE) - Constructor for exception com.aparapi.internal.exception.ClassParseException
-
- ClassParseException(ClassParseException.TYPE, String) - Constructor for exception com.aparapi.internal.exception.ClassParseException
-
- ClassParseException(Throwable) - Constructor for exception com.aparapi.internal.exception.ClassParseException
-
- ClassParseException.TYPE - Enum in com.aparapi.internal.exception
-
- ClassValue(int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.ClassValue
-
- ClassValue(int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.ClassValue
-
- clazz - Variable in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- clazz - Variable in class com.aparapi.internal.model.ClassModel
-
- cleanUpArrays() - Method in class com.aparapi.internal.kernel.KernelRunner
-
- cleanUpArrays() - Method in class com.aparapi.Kernel
-
Frees the bulk of the resources used by this kernel, by setting array sizes in non-primitive
KernelArg
s to 1 (0 size is prohibited) and invoking kernel
execution on a zero size range.
- cleanUpExecution() - Method in class com.aparapi.util.swing.MultiPassKernelSwingWorker
-
- clear() - Method in class com.aparapi.internal.tool.InstructionHelper.StringWriter
-
- clearCancelMultiPass() - Method in class com.aparapi.internal.kernel.KernelRunner
-
- clone() - Method in class com.aparapi.Kernel
-
When using a Java Thread Pool Aparapi uses clone to copy the initial instance to each thread.
- clone() - Method in class com.aparapi.ProfileReport
-
- cloneForKernel(Object) - Method in class com.aparapi.internal.model.Entrypoint
-
- CloneInstruction(MethodModel, Instruction) - Constructor for class com.aparapi.internal.instruction.InstructionSet.CloneInstruction
-
- cloneInverted() - Method in class com.aparapi.internal.instruction.BranchSet.CompoundLogicalExpressionNode
-
- cloneInverted() - Method in class com.aparapi.internal.instruction.BranchSet.LogicalExpressionNode
-
- cloneInverted() - Method in class com.aparapi.internal.instruction.BranchSet.SimpleLogicalExpressionNode
-
- cloning - Variable in class com.aparapi.internal.instruction.InstructionSet.CloneInstruction
-
- clz(int) - Method in class com.aparapi.Kernel
-
Delegates to either
Integer.numberOfLeadingZeros(int)
(Java) or
clz(int)
(OpenCL).
- clz(long) - Method in class com.aparapi.Kernel
-
Delegates to either
Long.numberOfLeadingZeros(long)
(Java) or
clz(long)
(OpenCL).
- code - Variable in class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry
-
- CODE_GEN_ERROR_MARKER - Static variable in class com.aparapi.internal.kernel.KernelRunner
-
- CODE_TAG - Static variable in class com.aparapi.internal.model.ClassModel.AttributePool
-
- codeEntry - Variable in class com.aparapi.internal.model.ClassModel.AttributePool
-
- CodeEntry(Code) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry
-
- codeEntry - Variable in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- codeEntryAttributePool - Variable in class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry
-
- CodeGenException - Exception in com.aparapi.internal.exception
-
- CodeGenException(String) - Constructor for exception com.aparapi.internal.exception.CodeGenException
-
- CodeGenException(Throwable) - Constructor for exception com.aparapi.internal.exception.CodeGenException
-
- col - Variable in class com.aparapi.internal.tool.InstructionHelper.Table
-
- Col(String) - Constructor for class com.aparapi.internal.tool.InstructionHelper.Table.Col
-
- Col() - Constructor for class com.aparapi.internal.tool.InstructionHelper.Table.Col
-
- collapseAll - Variable in class com.aparapi.internal.tool.InstructionViewer.Options
-
- collapsedBranchTarget - Variable in class com.aparapi.internal.tool.InstructionViewer.InstructionView
-
- cols - Variable in class com.aparapi.internal.tool.InstructionHelper.Table
-
- com.aparapi - package com.aparapi
-
- com.aparapi.annotation - package com.aparapi.annotation
-
- com.aparapi.device - package com.aparapi.device
-
Contains classes representing OpenCL-capable devices, and "virtual" (java) devices which execute kernels using java.
- com.aparapi.exception - package com.aparapi.exception
-
- com.aparapi.internal.annotation - package com.aparapi.internal.annotation
-
- com.aparapi.internal.exception - package com.aparapi.internal.exception
-
- com.aparapi.internal.instruction - package com.aparapi.internal.instruction
-
- com.aparapi.internal.jni - package com.aparapi.internal.jni
-
- com.aparapi.internal.kernel - package com.aparapi.internal.kernel
-
- com.aparapi.internal.model - package com.aparapi.internal.model
-
- com.aparapi.internal.opencl - package com.aparapi.internal.opencl
-
- com.aparapi.internal.reader - package com.aparapi.internal.reader
-
- com.aparapi.internal.tool - package com.aparapi.internal.tool
-
- com.aparapi.internal.util - package com.aparapi.internal.util
-
- com.aparapi.internal.writer - package com.aparapi.internal.writer
-
- com.aparapi.opencl - package com.aparapi.opencl
-
- com.aparapi.util.swing - package com.aparapi.util.swing
-
- common - Variable in class com.aparapi.internal.instruction.InstructionSet.MultiAssignInstruction
-
- compareAndSwapIntMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- compareSubTrees(Instruction, Instruction) - Method in class com.aparapi.internal.instruction.InstructionPattern
-
- compareTo(Device) - Method in class com.aparapi.device.Device
-
- compareTo(Instruction) - Method in class com.aparapi.internal.instruction.Instruction
-
- compile(String, Device) - Method in class com.aparapi.internal.kernel.KernelRunner
-
- compile(Device) - Method in class com.aparapi.Kernel
-
Force pre-compilation of the kernel for a given device, without executing it.
- compile(String, Device) - Method in class com.aparapi.Kernel
-
Force pre-compilation of the kernel for a given device, without executing it.
- CompileFailedException - Exception in com.aparapi.exception
-
- CompileFailedException(String) - Constructor for exception com.aparapi.exception.CompileFailedException
-
- CompileFailedException(Throwable) - Constructor for exception com.aparapi.exception.CompileFailedException
-
- compliment - Variable in enum com.aparapi.internal.instruction.InstructionSet.Operator
-
- CompositeArbitraryScopeInstruction(MethodModel, Instruction, Instruction, BranchSet) - Constructor for class com.aparapi.internal.instruction.InstructionSet.CompositeArbitraryScopeInstruction
-
- CompositeDoWhileInstruction(MethodModel, Instruction, Instruction, BranchSet) - Constructor for class com.aparapi.internal.instruction.InstructionSet.CompositeDoWhileInstruction
-
- CompositeEmptyLoopInstruction(MethodModel, Instruction, Instruction, BranchSet) - Constructor for class com.aparapi.internal.instruction.InstructionSet.CompositeEmptyLoopInstruction
-
- CompositeForEclipseInstruction(MethodModel, Instruction, Instruction, BranchSet) - Constructor for class com.aparapi.internal.instruction.InstructionSet.CompositeForEclipseInstruction
-
- CompositeForSunInstruction(MethodModel, Instruction, Instruction, BranchSet) - Constructor for class com.aparapi.internal.instruction.InstructionSet.CompositeForSunInstruction
-
- CompositeIfElseInstruction(MethodModel, Instruction, Instruction, BranchSet) - Constructor for class com.aparapi.internal.instruction.InstructionSet.CompositeIfElseInstruction
-
- CompositeIfInstruction(MethodModel, Instruction, Instruction, BranchSet) - Constructor for class com.aparapi.internal.instruction.InstructionSet.CompositeIfInstruction
-
- CompositeInstruction(MethodModel, InstructionSet.ByteCode, Instruction, Instruction, BranchSet) - Constructor for class com.aparapi.internal.instruction.InstructionSet.CompositeInstruction
-
- CompositeWhileInstruction(MethodModel, Instruction, Instruction, BranchSet) - Constructor for class com.aparapi.internal.instruction.InstructionSet.CompositeWhileInstruction
-
- CompoundLogicalExpressionNode(boolean, BranchSet.LogicalExpressionNode, BranchSet.LogicalExpressionNode, boolean) - Constructor for class com.aparapi.internal.instruction.BranchSet.CompoundLogicalExpressionNode
-
- CompoundLogicalExpressionNode(boolean, BranchSet.LogicalExpressionNode, BranchSet.LogicalExpressionNode) - Constructor for class com.aparapi.internal.instruction.BranchSet.CompoundLogicalExpressionNode
-
- compute(K) - Method in interface com.aparapi.internal.model.ValueCache.ThrowingValueComputer
-
- computeBasicEntrypoint(EntrypointKey) - Method in class com.aparapi.internal.model.ClassModel
-
- computeIfAbsent(K) - Method in class com.aparapi.internal.model.ValueCache
-
- computeMethodModel(MethodKey) - Method in class com.aparapi.internal.model.ClassModel
-
- computeNoCLMethods() - Method in class com.aparapi.internal.model.ClassModel
-
- computePrivateMemoryFields() - Method in class com.aparapi.internal.model.ClassModel
-
- computePrivateMemorySize(String) - Method in class com.aparapi.internal.model.ClassModel
-
- computer - Variable in class com.aparapi.internal.model.ValueCache
-
- CONDITIONAL_START - Static variable in class com.aparapi.internal.tool.InstructionHelper.BranchVector
-
- ConditionalBranch(MethodModel, InstructionSet.ByteCode, ByteReader, boolean) - Constructor for class com.aparapi.internal.instruction.InstructionSet.ConditionalBranch
-
- ConditionalBranch16(MethodModel, InstructionSet.ByteCode, ByteReader, boolean) - Constructor for class com.aparapi.internal.instruction.InstructionSet.ConditionalBranch16
-
- Config - Class in com.aparapi
-
A central location for holding all runtime configurable properties as well as logging configuration.
- Config() - Constructor for class com.aparapi.Config
-
- config - Variable in class com.aparapi.internal.tool.InstructionViewer
-
- Config.InstructionListener - Interface in com.aparapi
-
- ConfigJNI - Class in com.aparapi.internal.jni
-
This class is intended to be used as a 'proxy' or 'facade' object for Java code to interact with JNI
- ConfigJNI() - Constructor for class com.aparapi.internal.jni.ConfigJNI
-
- configurator - Static variable in class com.aparapi.device.OpenCLDevice
-
- configure(OpenCLDevice) - Method in interface com.aparapi.device.IOpenCLDeviceConfigurator
-
Called for each OpenCL device detected by Aparapi.
Gives the client application an opportunity to refine the device configuration parameters.
- configure() - Method in class com.aparapi.device.OpenCLDevice
-
Called by the underlying Aparapi OpenCL platform, upon device
detection.
- constant - Static variable in class com.aparapi.internal.instruction.InstructionPattern
-
- CONSTANT_ANNOTATION_NAME - Static variable in class com.aparapi.internal.writer.KernelWriter
-
- CONSTANT_SUFFIX - Static variable in class com.aparapi.Kernel
-
We can use this suffix to 'tag' intended constant buffers.
- constantPool - Variable in class com.aparapi.internal.model.ClassModel
-
- ConstantPool(JavaClass) - Constructor for class com.aparapi.internal.model.ClassModel.ConstantPool
-
- constantPoolType - Variable in class com.aparapi.internal.model.ClassModel.ConstantPool.Entry
-
- ConstantPoolType() - Constructor for enum com.aparapi.internal.model.ClassModel.ConstantPoolType
-
- CONSTANTVALUE_TAG - Static variable in class com.aparapi.internal.model.ClassModel.AttributePool
-
- ConstantValueEntry(int, int, int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.ConstantValueEntry
-
- constNameIndex - Variable in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.PrimitiveValue
-
- constNameIndex - Variable in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.PrimitiveValue
-
- constructor - Variable in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- consultAccumulatedTimes(long[]) - Method in class com.aparapi.internal.kernel.KernelDeviceProfile.GlobalAccumulator
-
- consumesStack() - Method in class com.aparapi.internal.instruction.Instruction
-
- container - Variable in class com.aparapi.internal.tool.InstructionViewer
-
- contextId - Variable in class com.aparapi.internal.opencl.OpenCLProgram
-
- convert(int) - Method in enum com.aparapi.internal.model.ClassModel.Access
-
- convert(String) - Static method in class com.aparapi.internal.model.ClassModel
-
- convert(String, String) - Static method in class com.aparapi.internal.model.ClassModel
-
- convert(String, String, boolean) - Static method in class com.aparapi.internal.model.ClassModel
-
- convertCast(String) - Method in class com.aparapi.internal.writer.BlockWriter
-
- convertType(String, boolean, boolean) - Method in class com.aparapi.internal.writer.BlockWriter
-
- convertType(String, boolean, boolean) - Method in class com.aparapi.internal.writer.KernelWriter
-
These three convert functions are here to perform
any type conversion that may be required between
Java and OpenCL.
- cos(float) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.cos(double)
(Java) or
cos(float)
(OpenCL).
- cos(double) - Method in class com.aparapi.Kernel
-
Delegates to either
Math.cos(double)
(Java) or
cos(double)
(OpenCL).
- cosh(double) - Method in class com.aparapi.Kernel
-
- cosh(float) - Method in class com.aparapi.Kernel
-
- cospi(double) - Method in class com.aparapi.Kernel
-
- cospi(float) - Method in class com.aparapi.Kernel
-
- create(MethodModel, ByteReader) - Static method in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- create(InstructionSet.ByteCode, MethodModel, Instruction, Instruction, BranchSet) - Static method in class com.aparapi.internal.instruction.InstructionSet.CompositeInstruction
-
- create(Device, int, int) - Static method in class com.aparapi.Range
-
Create a one dimensional range 0.._globalWidth
which is processed in groups of size _localWidth.
- create(Device, int) - Static method in class com.aparapi.Range
-
Create a one dimensional range 0.._globalWidth
with an undefined group size.
- create(int, int) - Static method in class com.aparapi.Range
-
- create(int) - Static method in class com.aparapi.Range
-
- create2D(Device, int, int, int, int) - Static method in class com.aparapi.Range
-
Create a two dimensional range 0.._globalWidth x 0.._globalHeight using a group which is _localWidth x _localHeight in size.
- create2D(Device, int, int) - Static method in class com.aparapi.Range
-
Create a two dimensional range 0.._globalWidth * 0.._globalHeight
choosing suitable values for localWidth
and localHeight
.
- create2D(int, int, int, int) - Static method in class com.aparapi.Range
-
- create2D(int, int) - Static method in class com.aparapi.Range
-
- create3D(Device, int, int, int, int, int, int) - Static method in class com.aparapi.Range
-
Create a two dimensional range 0.._globalWidth * 0.._globalHeight *0../_globalDepth
in groups defined by localWidth
* localHeight
* localDepth
.
- create3D(Device, int, int, int) - Static method in class com.aparapi.Range
-
Create a three dimensional range 0.._globalWidth * 0.._globalHeight *0../_globalDepth
choosing suitable values for localWidth
, localHeight
and localDepth
.
- create3D(int, int, int) - Static method in class com.aparapi.Range
-
- create3D(int, int, int, int, int, int) - Static method in class com.aparapi.Range
-
- createClassModel(Class<?>) - Static method in class com.aparapi.internal.model.ClassModel
-
- createClassModelInternal(Class<?>) - Static method in class com.aparapi.internal.model.ClassModel
-
- createDefaultPreferences() - Method in class com.aparapi.internal.kernel.KernelManager
-
- createDefaultPreferredDevices() - Method in class com.aparapi.internal.kernel.KernelManager
-
- createKernel(OpenCLProgram, String, List<OpenCLArgDescriptor>) - Static method in class com.aparapi.internal.opencl.OpenCLKernel
-
This method is used to create a new Kernel from JNI
- createKernelJNI(OpenCLProgram, String, OpenCLArgDescriptor[]) - Method in class com.aparapi.internal.jni.OpenCLJNI
-
- createList(Instruction) - Method in class com.aparapi.internal.instruction.ExpressionList
-
[1] [2] [3] [4]
Note that passing null here essentially deletes the existing expression list and returns the expression
- createListOfInstructions() - Method in class com.aparapi.internal.model.MethodModel
-
Create a linked list of instructions (from pcHead to pcTail).
- createProgram(OpenCLDevice, String) - Method in class com.aparapi.internal.jni.OpenCLJNI
-
- createProgram(OpenCLDevice, String, String) - Method in class com.aparapi.internal.jni.OpenCLJNI
-
- createProgram(OpenCLDevice) - Method in class com.aparapi.internal.opencl.OpenCLProgram
-
- createRange(int) - Method in class com.aparapi.device.Device
-
- createRange(int, int) - Method in class com.aparapi.device.Device
-
- createRange(int) - Method in class com.aparapi.Kernel
-
- createRange2D(int, int) - Method in class com.aparapi.device.Device
-
- createRange2D(int, int, int, int) - Method in class com.aparapi.device.Device
-
- createRange3D(int, int, int) - Method in class com.aparapi.device.Device
-
- createRange3D(int, int, int, int, int, int) - Method in class com.aparapi.device.Device
-
- createView(MethodModel, String, Instruction) - Static method in class com.aparapi.internal.tool.InstructionHelper
-
- createView(MethodModel, String, Instruction, Instruction, int[]) - Static method in class com.aparapi.internal.tool.InstructionHelper
-
- current - Variable in class com.aparapi.internal.tool.InstructionViewer
-
- currentDevice - Variable in class com.aparapi.internal.kernel.KernelProfile
-
- currentMode - Variable in class com.aparapi.Kernel
-
- currentTimes - Variable in class com.aparapi.internal.kernel.KernelDeviceProfile.Accumulator
-
- currentTimes - Variable in class com.aparapi.ProfileReport
-
- CURVEBOW - Static variable in class com.aparapi.internal.tool.InstructionViewer
-
- cvtBooleanArrayToChar - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtBooleanArrayToCharStar - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtBooleanToChar - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtByteArrayToChar - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtByteArrayToCharStar - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtByteToChar - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtCharArrayToShort - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtCharArrayToShortStar - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtCharToShort - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtDoubleArrayToDouble - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtDoubleArrayToDoubleStar - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtFloatArrayToFloat - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtFloatArrayToFloatStar - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtIntArrayToInt - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtIntArrayToIntStar - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtLongArrayToLong - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtLongArrayToLongStar - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtShortArrayToShort - Variable in class com.aparapi.internal.writer.KernelWriter
-
- cvtShortArrayToShortStar - Variable in class com.aparapi.internal.writer.KernelWriter
-
- get(int) - Static method in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- get(Object) - Method in class com.aparapi.internal.kernel.KernelRunner
-
Enqueue a request to return this array from the GPU.
- get(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- get() - Method in class com.aparapi.internal.model.Memoizer.Impl
-
- get() - Method in interface com.aparapi.internal.model.Optional
-
- get() - Method in class com.aparapi.internal.model.Optional.None
-
- get() - Method in class com.aparapi.internal.model.Optional.Some
-
- get() - Method in interface com.aparapi.internal.model.Supplier
-
- get(int) - Method in class com.aparapi.internal.tool.InstructionHelper.Table.Col
-
- get(Field) - Method in class com.aparapi.internal.tool.InstructionViewer.Form
-
- get(long[]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(long[][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(long[][][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(double[]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(double[][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(double[][][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(float[]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(float[][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(float[][][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(int[]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(int[][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(int[][][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(byte[]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(byte[][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(byte[][][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(char[]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(char[][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(char[][][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(boolean[]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(boolean[][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(boolean[][][]) - Method in class com.aparapi.Kernel
-
Enqueue a request to return this buffer from the GPU.
- get(float[]) - Method in interface com.aparapi.opencl.OpenCL
-
- get(int[]) - Method in interface com.aparapi.opencl.OpenCL
-
- get(short[]) - Method in interface com.aparapi.opencl.OpenCL
-
- get(char[]) - Method in interface com.aparapi.opencl.OpenCL
-
- get(boolean[]) - Method in interface com.aparapi.opencl.OpenCL
-
- get(double[]) - Method in interface com.aparapi.opencl.OpenCL
-
- get(byte[]) - Method in interface com.aparapi.opencl.OpenCL
-
- get(byte[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- get(float[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- get(int[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- get(short[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- get(char[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- get(boolean[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- get(double[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- getAbsolute() - Method in class com.aparapi.internal.instruction.InstructionSet.Branch
-
- getAbsolute(int) - Method in class com.aparapi.internal.instruction.InstructionSet.Switch
-
- getAccessFlags() - Method in class com.aparapi.internal.model.ClassModel.ClassModelField
-
- getAccessFlags() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getAccessFlags() - Method in class com.aparapi.internal.model.ClassModel
-
- getAccessorVariableFieldEntry() - Method in class com.aparapi.internal.model.MethodModel
-
- getAccForThread() - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
- getAccForThreadPutIfAbsent() - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
- getAccumulatedExecutionTime() - Method in class com.aparapi.Kernel
-
Determine the total execution time of all previous Kernel.execute(range) calls for all threads
that ran this kernel for the device used in the last kernel execution.
- getAccumulatedExecutionTimeAllThreads(Device) - Method in class com.aparapi.Kernel
-
Determine the total execution time of all produced profile reports from all threads that executed the
current kernel on the specified device.
- getAccumulatedExecutionTimeCurrentThread(Device) - Method in class com.aparapi.Kernel
-
Determine the total execution time of all previous kernel executions called from the current thread,
calling this method, that executed the current kernel on the specified device.
- getAccumulatedTotalTime() - Method in class com.aparapi.internal.kernel.KernelProfile
-
- getAdjust() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IINC
-
- getAnnotations() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo
-
- getArg(int) - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEDYNAMIC
-
- getArg(int) - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEINTERFACE
-
- getArg(int) - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESPECIAL
-
- getArg(int) - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESTATIC
-
- getArg(int) - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEVIRTUAL
-
- getArg(int) - Method in interface com.aparapi.internal.instruction.InstructionSet.InterfaceConstantPoolMethodIndexAccessor
-
- getArg(int) - Method in interface com.aparapi.internal.instruction.InstructionSet.MethodCall
-
- getArgc() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.MethodReferenceEntry.Arg
-
- getArgs(Method) - Method in class com.aparapi.device.OpenCLDevice
-
- getArgs() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEDYNAMIC
-
- getArgs() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEINTERFACE
-
- getArgs() - Method in interface com.aparapi.internal.instruction.InstructionSet.InterfaceConstantPoolMethodIndexAccessor
-
- getArgs() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.MethodReferenceEntry
-
- getArgs() - Method in class com.aparapi.internal.model.ClassModel.MethodDescription
-
- getArgumentsLetters(Method) - Static method in class com.aparapi.Kernel
-
- getArray() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getArrayDimensions() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.ReferenceEntry.Type
-
- getArrayFieldAccesses() - Method in class com.aparapi.internal.model.Entrypoint
-
- getArrayFieldArrayLengthUsed() - Method in class com.aparapi.internal.model.Entrypoint
-
- getArrayFieldAssignments() - Method in class com.aparapi.internal.model.Entrypoint
-
- getArrayIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.ArrayAccess
-
- getArrayRef() - Method in class com.aparapi.internal.instruction.InstructionSet.ArrayAccess
-
- getAssignToArrayElement() - Method in class com.aparapi.internal.instruction.InstructionSet.FieldArrayElementAssign
-
- getAssignToArrayElement() - Method in class com.aparapi.internal.instruction.InstructionSet.FieldArrayElementIncrement
-
- getAssignToLocalVariable() - Method in class com.aparapi.internal.instruction.InstructionSet.InlineAssignInstruction
-
- getAttributePool() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
-
- getAttributePool() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry
-
- getAttributePool() - Method in class com.aparapi.internal.model.ClassModel.ClassModelField
-
- getAttributePool() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getAttributePool() - Method in class com.aparapi.internal.model.ClassModel
-
- getAverageAsTableRow() - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
- getBoolean(Field) - Method in class com.aparapi.internal.tool.InstructionViewer.Form
-
- getBoolean(Object, long) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- getBoolean(ValueCache<Class<?>, Map<String, Boolean>, RuntimeException>, ClassModel.ConstantPool.MethodReferenceEntry) - Static method in class com.aparapi.Kernel
-
- getBooleanMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- getBootstrap() - Method in class com.aparapi.internal.model.ClassModel.AttributePool
-
- getBootstrapMethodAttrIndex() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.InvokeDynamicEntry
-
- getBranch() - Method in class com.aparapi.internal.instruction.BranchSet.SimpleLogicalExpressionNode
-
- getBranches() - Method in class com.aparapi.internal.instruction.BranchSet
-
- getBranches(MethodModel) - Static method in class com.aparapi.internal.tool.InstructionHelper
-
- getBranchSet() - Method in class com.aparapi.internal.instruction.InstructionSet.CompositeInstruction
-
- getBranchSet() - Method in class com.aparapi.internal.instruction.InstructionSet.ConditionalBranch
-
- getByte(Object, long) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- getByteCode() - Method in class com.aparapi.internal.instruction.Instruction
-
- getByteMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- getBytes(String) - Method in class com.aparapi.internal.jni.OpenCLJNI
-
- getBytes() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.LocalVariableTypeTableEntry
-
- getBytes() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.OtherEntry
-
- getBytes() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.StackMapTableEntry
-
- getCalledMethods() - Method in class com.aparapi.internal.model.Entrypoint
-
- getCalledMethods() - Method in class com.aparapi.internal.model.MethodModel
-
- getCallTarget(ClassModel.ConstantPool.MethodEntry, boolean) - Method in class com.aparapi.internal.model.Entrypoint
-
- getCancelState() - Method in class com.aparapi.internal.kernel.KernelRunner
-
- getCancelState() - Method in class com.aparapi.Kernel
-
- getClassEntry() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry
-
- getClassEntry() - Method in class com.aparapi.internal.model.ClassModel.ClassModelInterface
-
- getClassEntry(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getClassEntry() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.ReferenceEntry
-
- getClassIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry
-
- getClassIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.EnclosingMethodEntry
-
- getClassIndex() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.ReferenceEntry
-
- getClassModel() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getClassModel() - Method in class com.aparapi.internal.model.Entrypoint
-
- getClassModelFromArg(KernelArg, Class<?>) - Method in class com.aparapi.internal.kernel.KernelRunner
-
Helper method to retrieve the class model from a kernel argument.
- getClassName() - Method in class com.aparapi.internal.model.ClassModel.MethodDescription
-
- getClassWeAreModelling() - Method in class com.aparapi.internal.model.ClassModel
-
- getCode() - Method in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- getCode() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry
-
- getCode() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getCodeEntry() - Method in class com.aparapi.internal.model.ClassModel.AttributePool
-
- getCodeEntry() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getCommon() - Method in class com.aparapi.internal.instruction.InstructionSet.MultiAssignInstruction
-
- getCompliment() - Method in enum com.aparapi.internal.instruction.InstructionSet.Operator
-
- getConstantEntry(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getConstantPool() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getConstantPool() - Method in class com.aparapi.internal.model.ClassModel
-
- getConstantPool() - Method in class com.aparapi.internal.model.MethodModel
-
- getConstantPoolEntry() - Method in interface com.aparapi.internal.instruction.InstructionSet.ConstantPoolEntryConstant
-
- getConstantPoolEntry() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDC
-
- getConstantPoolEntry() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDC2_W
-
- getConstantPoolEntry() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDC_W
-
- getConstantPoolFieldEntry() - Method in interface com.aparapi.internal.instruction.InstructionSet.FieldReference
-
- getConstantPoolFieldEntry() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GETFIELD
-
- getConstantPoolFieldEntry() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GETSTATIC
-
- getConstantPoolFieldEntry() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTFIELD
-
- getConstantPoolFieldEntry() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTSTATIC
-
- getConstantPoolFieldIndex() - Method in interface com.aparapi.internal.instruction.InstructionSet.FieldReference
-
- getConstantPoolFieldIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GETFIELD
-
- getConstantPoolFieldIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GETSTATIC
-
- getConstantPoolFieldIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTFIELD
-
- getConstantPoolFieldIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTSTATIC
-
- getConstantPoolIndex() - Method in interface com.aparapi.internal.instruction.InstructionSet.ConstantPoolEntryConstant
-
- getConstantPoolIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDC
-
- getConstantPoolIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDC2_W
-
- getConstantPoolIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDC_W
-
- getConstantPoolInterfaceMethodEntry() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEDYNAMIC
-
- getConstantPoolInterfaceMethodEntry() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEINTERFACE
-
- getConstantPoolInterfaceMethodEntry() - Method in interface com.aparapi.internal.instruction.InstructionSet.InterfaceConstantPoolMethodIndexAccessor
-
- getConstantPoolInterfaceMethodIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEDYNAMIC
-
- getConstantPoolInterfaceMethodIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEINTERFACE
-
- getConstantPoolInterfaceMethodIndex() - Method in interface com.aparapi.internal.instruction.InstructionSet.InterfaceConstantPoolMethodIndexAccessor
-
- getConstantPoolMethodEntry() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESPECIAL
-
- getConstantPoolMethodEntry() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESTATIC
-
- getConstantPoolMethodEntry() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEVIRTUAL
-
- getConstantPoolMethodEntry() - Method in interface com.aparapi.internal.instruction.InstructionSet.MethodCall
-
- getConstantPoolMethodIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESPECIAL
-
- getConstantPoolMethodIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESTATIC
-
- getConstantPoolMethodIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEVIRTUAL
-
- getConstantPoolMethodIndex() - Method in interface com.aparapi.internal.instruction.InstructionSet.MethodCall
-
- getConstantPoolReferences(ClassModel.ConstantPool.Entry) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getConstantPoolType() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.Entry
-
- getConstNameIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.PrimitiveValue
-
- getConstNameIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.PrimitiveValue
-
- getContainer() - Method in class com.aparapi.internal.tool.InstructionViewer
-
- getConversionTime() - Method in class com.aparapi.Kernel
-
Determine the time taken to convert bytecode to OpenCL for first Kernel.execute(range) call.
- getConversionTime() - Method in class com.aparapi.ProfileReport
-
Determine the time taken to convert bytecode to OpenCL for first Kernel.execute(range) call.
- getCumulativeAsTableRow() - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
- getCumulativeElapsedTimeAllCurrentThread() - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
Elapsed time of entire execution, summed over all executions, for the current thread,
if it has executed the kernel on the device assigned to this KernelDeviceProfile instance.
- getCumulativeElapsedTimeAllGlobal() - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
Elapsed time of entire execution, summed over all executions, for all the threads,
that executed the kernel on this device.
- getCumulativeElapsedTimeCurrrentThread(ProfilingEvent) - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
Elapsed time for a single event only, i.e.
- getCumulativeElapsedTimeGlobal(ProfilingEvent) - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
Elapsed time for a single event only, i.e.
- getCurrentPass() - Method in class com.aparapi.internal.kernel.KernelRunner
-
Returns the index of the current pass, or one of two special constants with negative values to indicate special progress states.
- getCurrentPass() - Method in class com.aparapi.Kernel
-
- getCurrentPassLocal() - Method in class com.aparapi.internal.kernel.KernelRunner
-
- getCurrentPassRemote() - Method in class com.aparapi.internal.kernel.KernelRunner
-
- getDeclaringClass() - Method in class com.aparapi.internal.model.ClassModel.ClassModelField
-
- getDefaultAcceleratorComparator() - Method in class com.aparapi.internal.kernel.KernelManager
-
NB, returns -ve for the better device.
- getDefaultExecutionModes() - Static method in enum com.aparapi.Kernel.EXECUTION_MODE
-
- getDefaultGPUComparator() - Method in class com.aparapi.internal.kernel.KernelManager
-
NB, returns -ve for the better device.
- getDefaultPreferences() - Method in class com.aparapi.internal.kernel.KernelManager
-
- getDelta() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IINC
-
- getDeprecatedEntry() - Method in class com.aparapi.internal.model.ClassModel.AttributePool
-
- getDescription() - Method in enum com.aparapi.internal.exception.ClassParseException.TYPE
-
- getDescription() - Method in class com.aparapi.internal.instruction.Instruction
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionPattern.InstructionMatcher
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.CloneInstruction
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.CompositeInstruction
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.FakeGoto
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.FieldArrayElementAssign
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.FieldArrayElementIncrement
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_AALOAD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_AASTORE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ACONST_NULL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ANEWARRAY
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ARETURN
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ARRAYLENGTH
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ATHROW
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_BALOAD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_BASTORE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_BIPUSH
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_CALOAD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_CASTORE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_CHECKCAST
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_D2F
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_D2I
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_D2L
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DADD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DALOAD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DASTORE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DCMPG
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DCMPL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DCONST_0
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DCONST_1
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DDIV
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DMUL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DNEG
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DREM
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DRETURN
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DSUB
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DUP
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DUP2
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DUP2_X1
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DUP2_X2
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DUP_X1
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_DUP_X2
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_END
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_F2D
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_F2I
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_F2L
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FADD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FALOAD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FASTORE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FCMPG
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FCMPL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FCONST_0
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FCONST_1
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FCONST_2
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FDIV
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FMUL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FNEG
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FREM
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FRETURN
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_FSUB
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GETFIELD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GETSTATIC
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GOTO
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GOTO_W
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_I2B
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_I2C
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_I2D
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_I2F
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_I2L
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_I2S
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IADD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IALOAD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IAND
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IASTORE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ICONST_0
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ICONST_1
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ICONST_2
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ICONST_3
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ICONST_4
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ICONST_5
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ICONST_M1
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IDIV
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IF_ACMPEQ
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IF_ACMPNE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IF_ICMPEQ
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IF_ICMPGE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IF_ICMPGT
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IF_ICMPLE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IF_ICMPLT
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IF_ICMPNE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IFEQ
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IFGE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IFGT
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IFLE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IFLT
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IFNE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IFNONNULL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IFNULL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IINC
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IMUL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INEG
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INSTANCEOF
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEDYNAMIC
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEINTERFACE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESPECIAL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESTATIC
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEVIRTUAL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IOR
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IREM
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IRETURN
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ISHL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ISHR
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ISUB
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IUSHR
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IXOR
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_JSR
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_JSR_W
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_L2D
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_L2F
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_L2I
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LADD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LALOAD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LAND
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LASTORE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LCMP
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LCONST_0
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LCONST_1
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDC
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDC2_W
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDC_W
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDIV
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LMUL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LNEG
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LOOKUPSWITCH
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LOR
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LREM
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LRETURN
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LSHL
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LSHR
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LSUB
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LUSHR
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LXOR
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_MONITORENTER
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_MONITOREXIT
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_MULTIANEWARRAY
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_NEW
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_NEWARRAY
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_NOP
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_POP
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_POP2
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTFIELD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTSTATIC
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_RET
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_RETURN
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_SALOAD
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_SASTORE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_SIPUSH
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_SWAP
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_TABLESWITCH
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.I_WIDE
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.IncrementInstruction
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.InlineAssignInstruction
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.LocalVariableConstIndexLoad
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.LocalVariableConstIndexStore
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.LocalVariableIndex08Load
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.LocalVariableIndex08Store
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionSet.MultiAssignInstruction
-
- getDescription() - Method in class com.aparapi.internal.instruction.InstructionTransformer
-
- getDescription(ClassModel.ConstantPool.Entry) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getDescriptor() - Method in class com.aparapi.internal.model.ClassModel.ClassModelField
-
- getDescriptor() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getDescriptor() - Method in class com.aparapi.internal.model.EntrypointKey
-
- getDescriptorIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo
-
- getDescriptorIndex() - Method in class com.aparapi.internal.model.ClassModel.ClassModelField
-
- getDescriptorIndex() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getDescriptorIndex() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.MethodTypeEntry
-
- getDescriptorIndex() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.NameAndTypeEntry
-
- getDescriptorUTF8Entry() - Method in class com.aparapi.internal.model.ClassModel.ClassModelField
-
- getDescriptorUTF8Entry() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getDescriptorUTF8Entry() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.MethodTypeEntry
-
- getDescriptorUTF8Entry() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.NameAndTypeEntry
-
- getDevice() - Method in class com.aparapi.internal.opencl.OpenCLProgram
-
- getDevice() - Method in class com.aparapi.ProfileReport
-
Retrieves the Aparapi device where the kernel was executed, producing this profile report.
- getDevice() - Method in class com.aparapi.Range
-
- getDeviceId() - Method in class com.aparapi.device.Device
-
- getDeviceId() - Method in class com.aparapi.device.JavaDevice
-
- getDeviceId() - Method in class com.aparapi.device.OpenCLDevice
-
- getDeviceProfile(Device) - Method in class com.aparapi.internal.kernel.KernelProfile
-
- getDeviceProfiles() - Method in class com.aparapi.internal.kernel.KernelProfile
-
- getDevices() - Method in class com.aparapi.internal.kernel.KernelProfile
-
- getDimensions() - Method in class com.aparapi.internal.instruction.InstructionSet.I_MULTIANEWARRAY
-
- getDims() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getDims() - Method in class com.aparapi.Range
-
Get the number of dims for this Range.
- getDoubleEntry(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getDoubleValue() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.DoubleEntry
-
- getElapsedTime(int) - Method in class com.aparapi.ProfileReport
-
Elapsed time for a single event only, i.e.
- getElapsedTime(int, int) - Method in class com.aparapi.ProfileReport
-
Elapsed time for all events from
through to
.
- getElapsedTimeCurrentThread(int) - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
Elapsed time for a single event only and for the current thread, i.e.
- getElapsedTimeCurrentThread(int, int) - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
Elapsed time for all events from
through to
for the current thread.
- getElapsedTimeLastThread(int) - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
Elapsed time for a single event only and for the last thread that finished executing a kernel,
i.e.
- getElapsedTimeLastThread(int, int) - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
Elapsed time for all events from
through to
for the last thread that executed this KernelDeviceProfile
instance respective kernel and device.
- getEnd() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry
-
- getEnd() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo
-
- getEnd() - Method in interface com.aparapi.internal.model.ClassModel.LocalVariableInfo
-
- getEnd() - Method in class com.aparapi.internal.model.MethodModel.FakeLocalVariableTableEntry.Var
-
- getEnd() - Method in class com.aparapi.internal.tool.InstructionHelper.BranchVector
-
- getEnd() - Method in class com.aparapi.ProfileInfo
-
- getEndPC() - Method in class com.aparapi.internal.tool.InstructionHelper.BranchVector
-
- getEntrypoint(String, String, Object) - Method in class com.aparapi.internal.model.ClassModel
-
- getEntrypoint(String, Object) - Method in class com.aparapi.internal.model.ClassModel
-
- getEntrypoint() - Method in class com.aparapi.internal.model.ClassModel
-
- getEntrypointName() - Method in class com.aparapi.internal.model.EntrypointKey
-
- getExceptionEntry() - Method in class com.aparapi.internal.model.ClassModel.AttributePool
-
- getExceptionPoolEntries() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry
-
- getExecutionMode() - Method in class com.aparapi.Kernel
-
- getExecutionModeFromString(String) - Static method in enum com.aparapi.Kernel.EXECUTION_MODE
-
Deprecated.
- getExecutionTime() - Method in class com.aparapi.Kernel
-
Determine the execution time of the previous Kernel.execute(range) called from the last thread that ran and
executed on the most recently used device.
- getExecutionTime() - Method in class com.aparapi.ProfileReport
-
Determine the execution time of the Kernel.execute(range) call from this report.
- getExprHead() - Method in class com.aparapi.internal.model.MethodModel
-
- getExtensionsJNI(long) - Method in class com.aparapi.internal.jni.KernelRunnerJNI
-
- getFactors(int, int) - Static method in class com.aparapi.Range
-
Determine the set of factors for a given value.
- getFailedDevices() - Method in class com.aparapi.internal.kernel.KernelPreferences
-
- getFallbackExecutionMode() - Static method in enum com.aparapi.Kernel.EXECUTION_MODE
-
Deprecated.
- getFallThrough() - Method in class com.aparapi.internal.instruction.BranchSet.CompoundLogicalExpressionNode
-
- getFallThrough() - Method in class com.aparapi.internal.instruction.BranchSet
-
- getFallThrough() - Method in class com.aparapi.internal.instruction.BranchSet.LogicalExpressionNode
-
- getFallThrough() - Method in class com.aparapi.internal.instruction.BranchSet.SimpleLogicalExpressionNode
-
- getField() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getField(String, String) - Method in class com.aparapi.internal.model.ClassModel
-
- getField(String) - Method in class com.aparapi.internal.model.ClassModel
-
- getFieldEntry(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getFieldEntry(String) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getFieldFromClassHierarchy(Class<?>, String) - Static method in class com.aparapi.internal.model.Entrypoint
-
- getFieldOrVariableReference() - Method in class com.aparapi.internal.instruction.InstructionSet.IncrementInstruction
-
- getFieldPoolEntries() - Method in class com.aparapi.internal.model.ClassModel
-
- getFirst() - Method in class com.aparapi.internal.instruction.BranchSet
-
- getFirstChild() - Method in class com.aparapi.internal.instruction.Instruction
-
- getFloat(Object, long) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- getFloatEntry(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getFloatMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- getFloatValue() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.FloatEntry
-
- getFoldedView(MethodModel) - Static method in class com.aparapi.internal.tool.InstructionHelper
-
- getForwardConditionalBranches() - Method in class com.aparapi.internal.instruction.Instruction
-
- getForwardUnconditionalBranches() - Method in class com.aparapi.internal.instruction.Instruction
-
- getFrom() - Method in class com.aparapi.internal.instruction.InstructionSet.MultiAssignInstruction
-
- getFrom() - Method in class com.aparapi.internal.tool.InstructionHelper.BranchVector
-
- getGlobalId() - Method in class com.aparapi.Kernel
-
Determine the globalId of an executing kernel.
- getGlobalId(int) - Method in class com.aparapi.Kernel
-
- getGlobalIds() - Method in class com.aparapi.Kernel.KernelState
-
- getGlobalMemSize() - Method in class com.aparapi.device.OpenCLDevice
-
- getGlobalSize() - Method in class com.aparapi.Kernel
-
Determine the value that was passed to Kernel.execute(int globalSize)
method.
- getGlobalSize(int) - Method in class com.aparapi.Kernel
-
- getGlobalSize(int) - Method in class com.aparapi.Range
-
Get the globalSize (of the range) given the requested dimension
- getGlobalSize_0() - Method in class com.aparapi.Range
-
- getGlobalSize_1() - Method in class com.aparapi.Range
-
- getGlobalSize_2() - Method in class com.aparapi.Range
-
- getGroupId() - Method in class com.aparapi.Kernel
-
Determine the groupId of an executing kernel.
- getGroupId(int) - Method in class com.aparapi.Kernel
-
- getGroupIds() - Method in class com.aparapi.Kernel.KernelState
-
- getHandler() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry
-
- getHead() - Method in class com.aparapi.internal.instruction.ExpressionList
-
- getHigh() - Method in class com.aparapi.internal.instruction.InstructionSet.I_TABLESWITCH
-
- getImmediate() - Method in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- getIncrement() - Method in class com.aparapi.internal.instruction.InstructionSet.I_WIDE
-
- getIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_WIDE
-
- getIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.ConstantValueEntry
-
- getIndex() - Method in class com.aparapi.internal.model.ClassModel.ClassModelField
-
- getIndex() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getInnerAccess() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.InnerClassesEntry.InnerClassInfo
-
- getInnerIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.InnerClassesEntry.InnerClassInfo
-
- getInnerNameIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.InnerClassesEntry.InnerClassInfo
-
- getInstance() - Method in interface com.aparapi.internal.instruction.InstructionSet.AccessInstanceField
-
- getInstance() - Method in interface com.aparapi.internal.instruction.InstructionSet.AssignToInstanceField
-
- getInstance() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GETFIELD
-
- getInstance() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTFIELD
-
- getInstance() - Static method in class com.aparapi.internal.opencl.OpenCLLoader
-
Retrieve a singleton instance of OpenCLLoader
- getInstanceReference() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEDYNAMIC
-
- getInstanceReference() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEINTERFACE
-
- getInstanceReference() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESPECIAL
-
- getInstanceReference() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEVIRTUAL
-
- getInstanceReference() - Method in interface com.aparapi.internal.instruction.InstructionSet.InterfaceConstantPoolMethodIndexAccessor
-
- getInstanceReference() - Method in interface com.aparapi.internal.instruction.InstructionSet.VirtualMethodCall
-
- getInstruction() - Method in exception com.aparapi.internal.exception.ClassParseException
-
- getInstructionView(Instruction) - Method in class com.aparapi.internal.tool.InstructionViewer
-
- getInt(Object, long) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- getIntegerEntry(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getInterfaceIndex() - Method in class com.aparapi.internal.model.ClassModel.ClassModelInterface
-
- getInterfaceMethodEntry(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getIntMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- getIntValue() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.IntegerEntry
-
- getIntVolatileMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- getJavaArray() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getJavaBuffer() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getJavapView(MethodModel) - Static method in class com.aparapi.internal.tool.InstructionHelper
-
- getJNI(long, Object) - Method in class com.aparapi.internal.jni.KernelRunnerJNI
-
- getKernelClass() - Method in class com.aparapi.internal.kernel.KernelPreferences
-
What Kernel subclass is this the preferences for?
- getKernelClass() - Method in class com.aparapi.internal.kernel.PreferencesWrapper
-
- getKernelClass() - Method in class com.aparapi.ProfileReport
-
Retrieves the class of the kernel to which this profile report pertains to
- getKernelCompileWorkGroupSize(Device) - Method in class com.aparapi.internal.kernel.KernelRunner
-
- getKernelCompileWorkGroupSize(Device) - Method in class com.aparapi.Kernel
-
Retrieves the specified work-group size in the compiled kernel for the specified device or intermediate language for the device.
- getKernelCompileWorkGroupSizeJNI(long) - Method in class com.aparapi.internal.jni.KernelRunnerJNI
-
- getKernelInstance() - Method in class com.aparapi.internal.model.Entrypoint
-
- getKernelLocalMemSizeInUse(Device) - Method in class com.aparapi.internal.kernel.KernelRunner
-
- getKernelLocalMemSizeInUse(Device) - Method in class com.aparapi.Kernel
-
Retrieves the amount of local memory used in the specified device by this kernel instance.
- getKernelLocalMemSizeInUseJNI(long) - Method in class com.aparapi.internal.jni.KernelRunnerJNI
-
- getKernelMaxWorkGroupSize(Device) - Method in class com.aparapi.internal.kernel.KernelRunner
-
- getKernelMaxWorkGroupSize(Device) - Method in class com.aparapi.Kernel
-
Retrieves the maximum work-group size allowed for this kernel when running on the specified device.
- getKernelMaxWorkGroupSizeJNI(long) - Method in class com.aparapi.internal.jni.KernelRunnerJNI
-
- getKernelMinimumPrivateMemSizeInUsePerWorkItem(Device) - Method in class com.aparapi.internal.kernel.KernelRunner
-
- getKernelMinimumPrivateMemSizeInUsePerWorkItem(Device) - Method in class com.aparapi.Kernel
-
Retrieves that minimum private memory in use per work item for this kernel instance and
the specified device.
- getKernelMinimumPrivateMemSizeInUsePerWorkItemJNI(long) - Method in class com.aparapi.internal.jni.KernelRunnerJNI
-
- getKernelPreferredWorkGroupSizeMultiple(Device) - Method in class com.aparapi.internal.kernel.KernelRunner
-
- getKernelPreferredWorkGroupSizeMultiple(Device) - Method in class com.aparapi.Kernel
-
Retrieves the preferred work-group multiple in the specified device for this kernel instance.
- getKernelPreferredWorkGroupSizeMultipleJNI(long) - Method in class com.aparapi.internal.jni.KernelRunnerJNI
-
- getKernelState() - Method in class com.aparapi.Kernel
-
- getLabel(Instruction, boolean, boolean, boolean) - Static method in class com.aparapi.internal.tool.InstructionHelper
-
- getLabel() - Method in class com.aparapi.ProfileInfo
-
- getLast() - Method in class com.aparapi.internal.instruction.BranchSet
-
- getLastAsTableRow() - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
- getLastChild() - Method in class com.aparapi.internal.instruction.Instruction
-
- getLastConversionTime() - Method in class com.aparapi.internal.kernel.KernelProfile
-
- getLastDeviceProfile() - Method in class com.aparapi.internal.kernel.KernelProfile
-
Retrieves the last device profile that was updated by the last thread that made
a profiling information update, when executing this kernel on the specified device.
- getLastExecutionTime() - Method in class com.aparapi.internal.kernel.KernelProfile
-
- getLength() - Method in class com.aparapi.internal.instruction.Instruction
-
- getLength() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
-
- getLength() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo
-
- getLength() - Method in interface com.aparapi.internal.model.ClassModel.LocalVariableInfo
-
- getLength() - Method in class com.aparapi.internal.model.MethodModel.FakeLocalVariableTableEntry.Var
-
- getLhs() - Method in class com.aparapi.internal.instruction.BranchSet.CompoundLogicalExpressionNode
-
- getLhs() - Method in interface com.aparapi.internal.instruction.InstructionSet.Binary
-
- getLhs() - Method in class com.aparapi.internal.instruction.InstructionSet.BinaryOperator
-
- getLhs() - Method in class com.aparapi.internal.instruction.InstructionSet.If
-
- getLineNumber() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.LineNumberTableEntry.StartLineNumberPair
-
- getLineNumberTableEntry() - Method in class com.aparapi.internal.model.ClassModel.AttributePool
-
- getLineNumberTableEntry() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getLoad() - Method in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- getLocalBarrier() - Method in class com.aparapi.Kernel.KernelState
-
- getLocalId() - Method in class com.aparapi.Kernel
-
Determine the local id of an executing kernel.
- getLocalId(int) - Method in class com.aparapi.Kernel
-
- getLocalIds() - Method in class com.aparapi.Kernel.KernelState
-
- getLocalMemSize() - Method in class com.aparapi.device.OpenCLDevice
-
- getLocalSize() - Method in class com.aparapi.Kernel
-
Determine the size of the group that an executing kernel is a member of.
- getLocalSize(int) - Method in class com.aparapi.Kernel
-
- getLocalSize(int) - Method in class com.aparapi.Range
-
Get the localSize (of the group) given the requested dimension
- getLocalSize_0() - Method in class com.aparapi.Range
-
- getLocalSize_1() - Method in class com.aparapi.Range
-
- getLocalSize_2() - Method in class com.aparapi.Range
-
- getLocalVariable(int, int) - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getLocalVariable(int, int) - Method in class com.aparapi.internal.model.MethodModel
-
- getLocalVariableInfo() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IINC
-
- getLocalVariableInfo() - Method in class com.aparapi.internal.instruction.InstructionSet.I_RET
-
- getLocalVariableInfo() - Method in class com.aparapi.internal.instruction.InstructionSet.LocalVariableConstIndexAccessor
-
- getLocalVariableInfo() - Method in class com.aparapi.internal.instruction.InstructionSet.LocalVariableIndex08Accessor
-
- getLocalVariableInfo() - Method in interface com.aparapi.internal.instruction.InstructionSet.LocalVariableTableIndexAccessor
-
- getLocalVariableTableEntry() - Method in class com.aparapi.internal.model.ClassModel.AttributePool
-
- getLocalVariableTableEntry() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getLocalVariableTableEntry() - Method in class com.aparapi.internal.model.MethodModel
-
- getLocalVariableTableIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_IINC
-
- getLocalVariableTableIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.I_RET
-
- getLocalVariableTableIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.LocalVariableConstIndexAccessor
-
- getLocalVariableTableIndex() - Method in class com.aparapi.internal.instruction.InstructionSet.LocalVariableIndex08Accessor
-
- getLocalVariableTableIndex() - Method in interface com.aparapi.internal.instruction.InstructionSet.LocalVariableTableIndexAccessor
-
- getLoggerName() - Static method in class com.aparapi.Config
-
- getLogicalExpression() - Method in class com.aparapi.internal.instruction.BranchSet
-
- getLong(Object, long) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- getLongEntry(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getLongMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- getLongName() - Method in enum com.aparapi.internal.instruction.InstructionSet.TypeSpec
-
- getLongValue() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.LongEntry
-
- getLow() - Method in class com.aparapi.internal.instruction.InstructionSet.I_TABLESWITCH
-
- getMagic() - Method in class com.aparapi.internal.model.ClassModel
-
- getMajorVersion() - Method in class com.aparapi.internal.model.ClassModel
-
- getMappedMethodName(ClassModel.ConstantPool.MethodReferenceEntry) - Static method in class com.aparapi.Kernel
-
- getMatches() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LOOKUPSWITCH
-
- getMaxComputeUnits() - Method in class com.aparapi.device.OpenCLDevice
-
- getMaxLocals() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry
-
- getMaxMemAllocSize() - Method in class com.aparapi.device.OpenCLDevice
-
- getMaxStack() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry
-
- getMaxWorkGroupSize() - Method in class com.aparapi.device.Device
-
- getMaxWorkGroupSize() - Method in class com.aparapi.Range
-
- getMaxWorkItemDimensions() - Method in class com.aparapi.device.Device
-
- getMaxWorkItemSize() - Method in class com.aparapi.device.Device
-
- getMaxWorkItemSize() - Method in class com.aparapi.Range
-
- getMem(OpenCLProgram, OpenCLMem) - Method in class com.aparapi.internal.jni.OpenCLJNI
-
- getMem(Object, long) - Method in class com.aparapi.internal.opencl.OpenCLProgram
-
- getMethod() - Method in class com.aparapi.internal.instruction.Instruction
-
- getMethod(String, String) - Method in class com.aparapi.internal.model.ClassModel
-
- getMethod(ClassModel.ConstantPool.MethodEntry, boolean) - Method in class com.aparapi.internal.model.ClassModel
-
Look up a ConstantPool MethodEntry and return the corresponding Method.
- getMethod() - Method in class com.aparapi.internal.model.MethodModel
-
- getMethodArgumentIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo
-
- getMethodArgumentIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo
-
- getMethodCalls() - Method in class com.aparapi.internal.model.MethodModel
-
- getMethodDescription(String) - Static method in class com.aparapi.internal.model.ClassModel
-
- getMethodEntry(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getMethodIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.EnclosingMethodEntry
-
- getMethodModel(String, String) - Method in class com.aparapi.internal.model.ClassModel
-
Create a MethodModel for a given method name and signature.
- getMethodModel() - Method in class com.aparapi.internal.model.Entrypoint
-
- getMethodName() - Method in class com.aparapi.internal.model.ClassModel.MethodDescription
-
- getMethodOrNull(String, String) - Method in class com.aparapi.internal.model.ClassModel
-
- getMinorVersion() - Method in class com.aparapi.internal.model.ClassModel
-
- getName() - Method in class com.aparapi.device.OpenCLDevice
-
- getName() - Method in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- getName() - Method in enum com.aparapi.internal.instruction.InstructionSet.ImmediateSpec
-
- getName() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getName() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
-
- getName() - Method in class com.aparapi.internal.model.ClassModel.ClassModelField
-
- getName() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getName() - Method in class com.aparapi.internal.model.MethodKey
-
- getName() - Method in class com.aparapi.internal.model.MethodModel
-
- getName() - Method in class com.aparapi.internal.opencl.OpenCLKernel
-
- getName() - Method in class com.aparapi.internal.opencl.OpenCLPlatform
-
- getNameAndTypeEntry(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getNameAndTypeEntry() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.ReferenceEntry
-
- getNameAndTypeIndex() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.InvokeDynamicEntry
-
- getNameAndTypeIndex() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.ReferenceEntry
-
- getNameIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
-
- getNameIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo
-
- getNameIndex() - Method in class com.aparapi.internal.model.ClassModel.ClassModelField
-
- getNameIndex() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getNameIndex() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.ClassEntry
-
- getNameIndex() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.NameAndTypeEntry
-
- getNameUTF8Entry() - Method in class com.aparapi.internal.model.ClassModel.ClassModelField
-
- getNameUTF8Entry() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getNameUTF8Entry() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.ClassEntry
-
- getNameUTF8Entry() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.NameAndTypeEntry
-
- getNext() - Method in class com.aparapi.internal.instruction.BranchSet.LogicalExpressionNode
-
- getNextExpr() - Method in class com.aparapi.internal.instruction.Instruction
-
- getNextPC() - Method in class com.aparapi.internal.instruction.Instruction
-
- getNoCLMethods() - Method in class com.aparapi.internal.model.ClassModel
-
- getNpairs() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LOOKUPSWITCH
-
- getNumberOfStages() - Method in class com.aparapi.ProfileReport
-
The number of stages available with report data.
- getNumBootstrapMethods() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.BootstrapMethodsEntry
-
- getNumDims() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getNumElements() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getNumGroups() - Method in class com.aparapi.Kernel
-
Determine the number of groups that will be used to execute a kernel
- getNumGroups(int) - Method in class com.aparapi.Kernel
-
- getNumGroups(int) - Method in class com.aparapi.Range
-
Get the number of groups for the given dimension.
- getObjArrayBuffer() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getObjArrayByteBuffer() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getObjArrayElementModel() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getObject(Object, long) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- getObjectArrayFieldsClasses() - Method in class com.aparapi.internal.model.Entrypoint
-
- getObjectMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- getOffset() - Method in class com.aparapi.internal.instruction.InstructionSet.Branch
-
- getOffset(int) - Method in class com.aparapi.internal.instruction.InstructionSet.Switch
-
- getOffset() - Method in class com.aparapi.internal.reader.ByteReader
-
- getOffsets() - Method in class com.aparapi.internal.instruction.InstructionSet.Switch
-
- getOpenCLDevices() - Method in class com.aparapi.internal.opencl.OpenCLPlatform
-
- getOpenCLPlatform() - Method in class com.aparapi.device.OpenCLDevice
-
- getOpenCLPlatforms() - Method in class com.aparapi.internal.opencl.OpenCLPlatform
-
- getOpenCLPlatforms() - Static method in class com.aparapi.internal.util.OpenCLUtil
-
Retrieve a list of available OpenCL Platforms
- getOperator() - Method in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- getOperator() - Method in class com.aparapi.internal.instruction.InstructionSet.ConditionalBranch16
-
- getOperator() - Method in interface com.aparapi.internal.instruction.InstructionSet.HasOperator
-
- getOperator() - Method in class com.aparapi.internal.instruction.InstructionSet.OperatorInstruction
-
- getOrCreateBranchSet() - Method in class com.aparapi.internal.instruction.InstructionSet.ConditionalBranch
-
- getOrUpdateAllClassAccesses(String) - Method in class com.aparapi.internal.model.Entrypoint
-
- getOuterIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.InnerClassesEntry.InnerClassInfo
-
- getOwnerClassModel() - Method in class com.aparapi.internal.model.ClassModel.ClassModelMethod
-
- getOwnerClassModel() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.Entry
-
- getPanel() - Method in class com.aparapi.internal.tool.InstructionViewer.Form
-
- getParent() - Method in class com.aparapi.internal.instruction.BranchSet.LogicalExpressionNode
-
- getParentExpr() - Method in class com.aparapi.internal.instruction.Instruction
-
- getPassId() - Method in class com.aparapi.Kernel
-
Determine the passId of an executing kernel.
- getPassId() - Method in class com.aparapi.Kernel.KernelState
-
- getPCHead() - Method in class com.aparapi.internal.model.MethodModel
-
- getPlatforms() - Method in class com.aparapi.internal.jni.OpenCLJNI
-
- getPollIntervalMillis() - Method in class com.aparapi.util.swing.MultiPassKernelSwingWorker
-
The interval at which the Kernel's current passId is polled.
- getPool() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry
-
- getPop() - Method in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- getPreferences(Kernel) - Method in class com.aparapi.internal.kernel.KernelManager
-
- getPreferences() - Method in class com.aparapi.internal.kernel.PreferencesWrapper
-
- getPreferredDevice(Kernel) - Method in class com.aparapi.internal.kernel.KernelPreferences
-
- getPreferredDevices(Kernel) - Method in class com.aparapi.internal.kernel.KernelPreferences
-
- getPreferredDeviceTypes() - Method in class com.aparapi.internal.kernel.KernelManager
-
- getPrevExpr() - Method in class com.aparapi.internal.instruction.Instruction
-
- getPrevPC() - Method in class com.aparapi.internal.instruction.Instruction
-
- getPrimitiveBuf() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getPrimitiveSize() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getPrimitiveSize(int) - Method in class com.aparapi.internal.kernel.KernelRunner
-
- getPrivateMemorySize(String) - Method in class com.aparapi.internal.model.ClassModel
-
If a field does not satisfy the private memory conditions, null, otherwise the size of private memory required.
- getPrivateMemorySizeFromField(Field) - Static method in class com.aparapi.internal.model.ClassModel
-
- getPrivateMemorySizeFromFieldName(String) - Static method in class com.aparapi.internal.model.ClassModel
-
- getProfile(Class<? extends Kernel>) - Method in class com.aparapi.internal.kernel.KernelManager
-
- getProfileInfo(OpenCLProgram) - Method in class com.aparapi.internal.jni.OpenCLJNI
-
- getProfileInfo() - Method in class com.aparapi.internal.kernel.KernelRunner
-
- getProfileInfo() - Method in class com.aparapi.internal.opencl.OpenCLProgram
-
- getProfileInfo() - Method in class com.aparapi.Kernel
-
Get the profiling information from the last successful call to Kernel.execute().
- getProfileInfo() - Method in interface com.aparapi.opencl.OpenCL
-
- getProfileInfo() - Method in class com.aparapi.opencl.OpenCLAdapter
-
- getProfileInfoJNI(long) - Method in class com.aparapi.internal.jni.KernelRunnerJNI
-
- getProfileReportCurrentThread(Device) - Method in class com.aparapi.Kernel
-
Retrieves the most recent complete report available for the current thread calling this method for
the current kernel instance and executed on the given device.
- getProfileReportLastThread(Device) - Method in class com.aparapi.Kernel
-
Retrieves a profile report for the last thread that executed this kernel on the given device.
- getProperty(ValueCache<Class<?>, Map<String, V>, T>, ClassModel.ConstantPool.MethodReferenceEntry, V) - Static method in class com.aparapi.Kernel
-
- getPush() - Method in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- getQueued() - Method in class com.aparapi.ProfileInfo
-
- getRange() - Method in class com.aparapi.Kernel.KernelState
-
- getReal() - Method in class com.aparapi.internal.instruction.Instruction
-
- getReal() - Method in class com.aparapi.internal.instruction.InstructionSet.CloneInstruction
-
- getReferencedClassModelFields() - Method in class com.aparapi.internal.model.Entrypoint
-
- getReferencedFieldNames() - Method in class com.aparapi.internal.model.Entrypoint
-
- getReferencedFields() - Method in class com.aparapi.internal.model.Entrypoint
-
- getReferenceIndex() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.MethodHandleEntry
-
- getReferenceKind() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.MethodHandleEntry
-
- getReportCurrentThread() - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
Retrieves the most recent complete report available for the current thread calling this method.
Note1: If the profile report is intended to be kept in memory, the object should be cloned with
clone()
Note2: If the thread didn't execute this KernelDeviceProfile instance respective kernel and device, it
will return null.
- getReportId() - Method in class com.aparapi.ProfileReport
-
Retrieves the current report unique identifier.
Note: The identifier is monotonically incremented at each new report for the current
tuple.
- getReportLastThread() - Method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
Retrieves the most recent complete report available for the last thread that executed this KernelDeviceProfile
instance respective kernel and device.
Note1: If the profile report is intended to be kept in memory, the object should be cloned with
clone()
- getReportObserver() - Method in class com.aparapi.internal.kernel.KernelProfile
-
- getReturnType() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.MethodReferenceEntry
-
- getReturnType() - Method in class com.aparapi.internal.model.MethodModel
-
- getReturnTypeLetter(Method) - Static method in class com.aparapi.Kernel
-
- getReverseConditionalBranches() - Method in class com.aparapi.internal.instruction.Instruction
-
- getReverseUnconditionalBranches() - Method in class com.aparapi.internal.instruction.Instruction
-
- getRhs() - Method in class com.aparapi.internal.instruction.BranchSet.CompoundLogicalExpressionNode
-
- getRhs() - Method in interface com.aparapi.internal.instruction.InstructionSet.Binary
-
- getRhs() - Method in class com.aparapi.internal.instruction.InstructionSet.BinaryOperator
-
- getRhs() - Method in class com.aparapi.internal.instruction.InstructionSet.FieldArrayElementAssign
-
- getRhs() - Method in class com.aparapi.internal.instruction.InstructionSet.If
-
- getRhs() - Method in class com.aparapi.internal.instruction.InstructionSet.InlineAssignInstruction
-
- getRoot() - Method in class com.aparapi.internal.instruction.BranchSet.LogicalExpressionNode
-
- getRootExpr() - Method in class com.aparapi.internal.instruction.Instruction
-
- getRuntimeInvisibleAnnotationsEntry() - Method in class com.aparapi.internal.model.ClassModel.AttributePool
-
- getRuntimeVisibleAnnotationsEntry() - Method in class com.aparapi.internal.model.ClassModel.AttributePool
-
- getRuntimeVisibleParameterAnnotationsEntry() - Method in class com.aparapi.internal.model.ClassModel.AttributePool
-
- getSharedKernelInstance(Class<T>) - Method in class com.aparapi.internal.kernel.KernelManager
-
- getShortDescription() - Method in class com.aparapi.device.Device
-
- getShortDescription() - Method in class com.aparapi.device.JavaDevice
-
- getShortDescription() - Method in class com.aparapi.device.OpenCLDevice
-
- getShortName() - Method in enum com.aparapi.internal.instruction.InstructionSet.TypeSpec
-
- getSignature() - Method in class com.aparapi.internal.model.MethodKey
-
- getSignatureIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.SignatureEntry
-
- getSimpleGetterField(MethodModel) - Method in class com.aparapi.internal.model.Entrypoint
-
- getSimpleName() - Method in class com.aparapi.internal.model.MethodModel
-
- getSimpleName(Class<?>) - Static method in class com.aparapi.internal.util.Reflection
-
Avoids getting dumb empty names for anonymous inners.
- getSize() - Method in class com.aparapi.internal.instruction.InstructionSet.Switch
-
- getSize() - Method in enum com.aparapi.internal.instruction.InstructionSet.TypeSpec
-
- getSizeInBytes() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getSlot() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.Entry
-
- getSlots() - Method in enum com.aparapi.internal.instruction.InstructionSet.TypeSpec
-
- getSourceFileEntry() - Method in class com.aparapi.internal.model.ClassModel.AttributePool
-
- getSourceFileIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.SourceFileEntry
-
- getSourceFileName() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.SourceFileEntry
-
- getSourceLineNumber(int, boolean) - Method in class com.aparapi.internal.model.ClassModel.AttributePool.LineNumberTableEntry
-
- getStackAdjust() - Method in enum com.aparapi.internal.instruction.InstructionSet.PopSpec
-
- getStackAdjust() - Method in enum com.aparapi.internal.instruction.InstructionSet.PushSpec
-
- getStackConsumeCount() - Method in class com.aparapi.internal.instruction.Instruction
-
- getStackConsumeCount() - Method in class com.aparapi.internal.instruction.InstructionSet.CloneInstruction
-
- getStackConsumeCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GETFIELD
-
- getStackConsumeCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GETSTATIC
-
- getStackConsumeCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEDYNAMIC
-
- getStackConsumeCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEINTERFACE
-
- getStackConsumeCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESPECIAL
-
- getStackConsumeCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESTATIC
-
- getStackConsumeCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEVIRTUAL
-
- getStackConsumeCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTFIELD
-
- getStackConsumeCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTSTATIC
-
- getStackConsumeCount() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.MethodReferenceEntry
-
- getStackDelta() - Method in class com.aparapi.internal.instruction.Instruction
-
- getStackProduceCount() - Method in class com.aparapi.internal.instruction.Instruction
-
- getStackProduceCount() - Method in class com.aparapi.internal.instruction.InstructionSet.CloneInstruction
-
- getStackProduceCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GETFIELD
-
- getStackProduceCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_GETSTATIC
-
- getStackProduceCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEDYNAMIC
-
- getStackProduceCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEINTERFACE
-
- getStackProduceCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESPECIAL
-
- getStackProduceCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKESTATIC
-
- getStackProduceCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_INVOKEVIRTUAL
-
- getStackProduceCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTFIELD
-
- getStackProduceCount() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTSTATIC
-
- getStackProduceCount() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.MethodReferenceEntry
-
- getStageName(int) - Method in class com.aparapi.ProfileReport
-
Get the name of a given stage
- getStageNames() - Method in class com.aparapi.ProfileReport
-
Get the names of the stages for which data was collected.
- getStagesNames() - Static method in enum com.aparapi.internal.kernel.ProfilingEvent
-
- getStart() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry
-
- getStart() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.LineNumberTableEntry.StartLineNumberPair
-
- getStart() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo
-
- getStart() - Method in interface com.aparapi.internal.model.ClassModel.LocalVariableInfo
-
- getStart() - Method in class com.aparapi.internal.model.MethodModel.FakeLocalVariableTableEntry.Var
-
- getStart() - Method in class com.aparapi.internal.tool.InstructionHelper.BranchVector
-
- getStart() - Method in class com.aparapi.ProfileInfo
-
- getStartInstruction() - Method in class com.aparapi.internal.instruction.Instruction
-
- getStartInstruction() - Method in class com.aparapi.internal.instruction.InstructionSet.IncrementInstruction
-
- getStartPC() - Method in class com.aparapi.internal.instruction.Instruction
-
- getStartPC() - Method in class com.aparapi.internal.instruction.InstructionSet.CompositeInstruction
-
- getStartPC() - Method in class com.aparapi.internal.tool.InstructionHelper.BranchVector
-
- getStore() - Method in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- getStringEntry(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getStringUTF8Entry() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.StringEntry
-
- getStructMemberOffsets() - Method in class com.aparapi.internal.model.ClassModel
-
- getStructMembers() - Method in class com.aparapi.internal.model.ClassModel
-
- getStructMemberTypes() - Method in class com.aparapi.internal.model.ClassModel
-
- getSubmit() - Method in class com.aparapi.ProfileInfo
-
- getSuperClassConstantPoolIndex() - Method in class com.aparapi.internal.model.ClassModel
-
- getSuperClazz() - Method in class com.aparapi.internal.model.ClassModel
-
Getter for superClazz
- getSyntheticEntry() - Method in class com.aparapi.internal.model.ClassModel.AttributePool
-
- getTableHeader() - Static method in class com.aparapi.internal.kernel.KernelDeviceProfile
-
- getTail() - Method in class com.aparapi.internal.instruction.ExpressionList
-
- getTarget() - Method in class com.aparapi.internal.instruction.BranchSet.CompoundLogicalExpressionNode
-
- getTarget() - Method in class com.aparapi.internal.instruction.BranchSet
-
- getTarget() - Method in class com.aparapi.internal.instruction.BranchSet.LogicalExpressionNode
-
- getTarget() - Method in class com.aparapi.internal.instruction.BranchSet.SimpleLogicalExpressionNode
-
- getTarget() - Method in class com.aparapi.internal.instruction.InstructionSet.Branch
-
- getTarget(int) - Method in class com.aparapi.internal.instruction.InstructionSet.Switch
-
- getTargetDevice() - Method in class com.aparapi.Kernel
-
- getText() - Method in enum com.aparapi.internal.instruction.InstructionSet.Operator
-
- getText(boolean) - Method in enum com.aparapi.internal.instruction.InstructionSet.Operator
-
- getThisClassConstantPoolIndex() - Method in class com.aparapi.internal.model.ClassModel
-
- getThisPC() - Method in class com.aparapi.internal.instruction.Instruction
-
- getThisPC() - Method in class com.aparapi.internal.instruction.InstructionSet.CompositeInstruction
-
- getThreadId() - Method in class com.aparapi.ProfileReport
-
Retrieves the thread id of the thread that executed the kernel, producing this profile report.
- getTo() - Method in class com.aparapi.internal.instruction.InstructionSet.MultiAssignInstruction
-
- getTo() - Method in class com.aparapi.internal.tool.InstructionHelper.BranchVector
-
- getTotalStructSize() - Method in class com.aparapi.internal.model.ClassModel
-
- getType() - Method in class com.aparapi.device.Device
-
- getType() - Method in exception com.aparapi.internal.exception.ClassParseException
-
- getType() - Method in class com.aparapi.internal.instruction.InstructionSet.I_NEWARRAY
-
- getType() - Method in class com.aparapi.internal.kernel.KernelArg
-
- getType(ClassModel.ConstantPool.Entry) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getType() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.ReferenceEntry.Type
-
- getType() - Method in class com.aparapi.internal.model.ClassModel.MethodDescription
-
- getType() - Method in class com.aparapi.ProfileInfo
-
- getTypeDescriptor() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo
-
- getTypeDescriptor() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo
-
- getTypeIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo
-
- getTypeIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo
-
- getTypeNameIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.PrimitiveValue
-
- getTypeNameIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.PrimitiveValue
-
- getTypes() - Method in enum com.aparapi.internal.instruction.InstructionSet.ImmediateSpec
-
- getUltimateInstanceFieldAccess(InstructionSet.AccessArrayElement) - Method in class com.aparapi.internal.writer.BlockWriter
-
- getUltimateInstanceLocalVarAccess(InstructionSet.AccessArrayElement) - Method in class com.aparapi.internal.writer.BlockWriter
-
- getUnary() - Method in class com.aparapi.internal.instruction.InstructionSet.IfUnary
-
- getUnary() - Method in interface com.aparapi.internal.instruction.InstructionSet.Unary
-
- getUnary() - Method in class com.aparapi.internal.instruction.InstructionSet.UnaryOperator
-
- getUncachedOpenCLPlatforms() - Static method in class com.aparapi.internal.opencl.OpenCLPlatform
-
- getUTF8() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.UTF8Entry
-
- getUTF8Entry(int) - Method in class com.aparapi.internal.model.ClassModel.ConstantPool
-
- getUTF8Index() - Method in class com.aparapi.internal.model.ClassModel.ConstantPool.StringEntry
-
- getValue() - Method in class com.aparapi.internal.instruction.InstructionSet.AssignToArrayElement
-
- getValue() - Method in class com.aparapi.internal.instruction.InstructionSet.BytecodeEncodedConstant
-
- getValue() - Method in interface com.aparapi.internal.instruction.InstructionSet.Constant
-
- getValue() - Method in class com.aparapi.internal.instruction.InstructionSet.I_ACONST_NULL
-
- getValue() - Method in class com.aparapi.internal.instruction.InstructionSet.I_BIPUSH
-
- getValue() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDC
-
- getValue() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDC2_W
-
- getValue() - Method in class com.aparapi.internal.instruction.InstructionSet.I_LDC_W
-
- getValue() - Method in class com.aparapi.internal.instruction.InstructionSet.ImmediateConstant
-
- getValueToAssign() - Method in interface com.aparapi.internal.instruction.InstructionSet.AssignToField
-
- getValueToAssign() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTFIELD
-
- getValueToAssign() - Method in class com.aparapi.internal.instruction.InstructionSet.I_PUTSTATIC
-
- getVariable(int, int) - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry
-
- getVariable(int, int) - Method in interface com.aparapi.internal.model.ClassModel.LocalVariableTableEntry
-
- getVariable(int, int) - Method in class com.aparapi.internal.model.MethodModel.FakeLocalVariableTableEntry
-
- getVariableDescriptor() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo
-
- getVariableDescriptor() - Method in interface com.aparapi.internal.model.ClassModel.LocalVariableInfo
-
- getVariableDescriptor() - Method in class com.aparapi.internal.model.MethodModel.FakeLocalVariableTableEntry.Var
-
- getVariableIndex() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo
-
- getVariableIndex() - Method in interface com.aparapi.internal.model.ClassModel.LocalVariableInfo
-
- getVariableIndex() - Method in class com.aparapi.internal.model.MethodModel.FakeLocalVariableTableEntry.Var
-
- getVariableName(int, int) - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry
-
- getVariableName() - Method in class com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo
-
- getVariableName() - Method in interface com.aparapi.internal.model.ClassModel.LocalVariableInfo
-
- getVariableName() - Method in class com.aparapi.internal.model.MethodModel.FakeLocalVariableTableEntry.Var
-
- getVendor() - Method in class com.aparapi.internal.opencl.OpenCLPlatform
-
- getVersion() - Method in class com.aparapi.internal.opencl.OpenCLPlatform
-
- getWideopcode() - Method in class com.aparapi.internal.instruction.InstructionSet.I_WIDE
-
- getWorkGroupSize() - Method in class com.aparapi.Range
-
- globalAcc - Variable in class com.aparapi.internal.kernel.KernelDeviceProfile
-
- GlobalAccumulator() - Constructor for class com.aparapi.internal.kernel.KernelDeviceProfile.GlobalAccumulator
-
- globalBarrier() - Method in class com.aparapi.Kernel
-
Wait for all kernels in the current work group to rendezvous at this call before continuing execution.
It will also enforce memory ordering, such that modifications made by each thread in the work-group, to the memory,
before entering into this barrier call will be visible by all threads leaving the barrier.
- globalIds - Variable in class com.aparapi.Kernel.KernelState
-
- globalMemSize - Variable in class com.aparapi.device.OpenCLDevice
-
- globalSize_0 - Variable in class com.aparapi.internal.jni.RangeJNI
-
- globalSize_1 - Variable in class com.aparapi.internal.jni.RangeJNI
-
- globalSize_2 - Variable in class com.aparapi.internal.jni.RangeJNI
-
- groupIds - Variable in class com.aparapi.Kernel.KernelState
-
- kernel - Variable in class com.aparapi.internal.kernel.KernelDeviceProfile
-
- kernel - Variable in class com.aparapi.internal.kernel.KernelRunner
-
- kernel - Variable in class com.aparapi.internal.opencl.OpenCLArgDescriptor
-
- Kernel - Class in com.aparapi
-
A kernel encapsulates a data parallel algorithm that will execute either on a GPU
(through conversion to OpenCL) or on a CPU via a Java Thread Pool.
- Kernel() - Constructor for class com.aparapi.Kernel
-
- kernel - Variable in class com.aparapi.util.swing.MultiPassKernelSwingWorker
-
- Kernel.Constant - Annotation Type in com.aparapi
-
We can use this Annotation to 'tag' intended constant buffers.
- Kernel.Entry - Class in com.aparapi
-
- Kernel.EXECUTION_MODE - Enum in com.aparapi
-
- Kernel.KernelState - Class in com.aparapi
-
This class is for internal Kernel state management
- Kernel.Local - Annotation Type in com.aparapi
-
We can use this Annotation to 'tag' intended local buffers.
- Kernel.NoCL - Annotation Type in com.aparapi
-
Annotation which can be applied to either a getter (with usual java bean naming convention relative to an instance field), or to any method
with void return type, which prevents both the method body and any calls to the method being emitted in the generated OpenCL.
- Kernel.OpenCLDelegate - Annotation Type in com.aparapi
-
This annotation is for internal use only
- Kernel.OpenCLMapping - Annotation Type in com.aparapi
-
This annotation is for internal use only
- Kernel.PrivateMemorySpace - Annotation Type in com.aparapi
-
We can use this Annotation to 'tag' __private (unshared) array fields.
- KernelArg - Class in com.aparapi.internal.kernel
-
Each field (or captured field in the case of an anonymous inner class) referenced by any bytecode reachable from the users Kernel.run(), will
need to be represented as a KernelArg
.
- KernelArg() - Constructor for class com.aparapi.internal.kernel.KernelArg
-
Default constructor
- KernelArgJNI - Class in com.aparapi.internal.jni
-
This class is intended to be used as a 'proxy' or 'facade' object for Java code to interact with JNI
- KernelArgJNI() - Constructor for class com.aparapi.internal.jni.KernelArgJNI
-
- kernelClass - Variable in class com.aparapi.internal.kernel.KernelPreferences
-
- kernelClass - Variable in class com.aparapi.internal.kernel.KernelProfile
-
- kernelClass - Variable in class com.aparapi.ProfileReport
-
- KernelDeviceProfile - Class in com.aparapi.internal.kernel
-
Created by Barney on 02/09/2015.
- KernelDeviceProfile(KernelProfile, Class<? extends Kernel>, Device) - Constructor for class com.aparapi.internal.kernel.KernelDeviceProfile
-
- KernelDeviceProfile.Accumulator - Class in com.aparapi.internal.kernel
-
- KernelDeviceProfile.GlobalAccumulator - Class in com.aparapi.internal.kernel
-
- kernelId - Variable in class com.aparapi.internal.opencl.OpenCLKernel
-
- kernelInstance - Variable in class com.aparapi.internal.model.Entrypoint
-
- kernelIsCompiledForDeviceHash - Variable in class com.aparapi.internal.kernel.KernelRunner
-
- KernelManager - Class in com.aparapi.internal.kernel
-
Created by Barney on 24/08/2015.
- KernelManager() - Constructor for class com.aparapi.internal.kernel.KernelManager
-
- KernelManager.DeprecatedMethods - Class in com.aparapi.internal.kernel
-
New home for deprecated methods of
Device
.
- KernelManagers - Class in com.aparapi.internal.kernel
-
KernelManager instances useful for debugging.
- KernelManagers() - Constructor for class com.aparapi.internal.kernel.KernelManagers
-
- kernelName - Variable in class com.aparapi.internal.opencl.OpenCLKernel
-
- kernelNeverExecutedForDeviceHash - Variable in class com.aparapi.internal.kernel.KernelRunner
-
- KernelPreferences - Class in com.aparapi.internal.kernel
-
Thread safe class holding the kernel preferences for a given kernel class.
- KernelPreferences(KernelManager, Class<? extends Kernel>) - Constructor for class com.aparapi.internal.kernel.KernelPreferences
-
- KernelProfile - Class in com.aparapi.internal.kernel
-
Collects profiling information per kernel class per device.
- KernelProfile(Class<? extends Kernel>) - Constructor for class com.aparapi.internal.kernel.KernelProfile
-
- KernelRunner - Class in com.aparapi.internal.kernel
-
The class is responsible for executing Kernel
implementations.
- KernelRunner(Kernel) - Constructor for class com.aparapi.internal.kernel.KernelRunner
-
Create a KernelRunner for a specific Kernel instance.
- kernelRunner - Variable in class com.aparapi.Kernel
-
- KernelRunner.ExecutionSettings - Class in com.aparapi.internal.kernel
-
- KernelRunner.FJSafeBarrier - Class in com.aparapi.internal.kernel
-
- KernelRunner.ThreadDiedHandler - Class in com.aparapi.internal.kernel
-
- KernelRunner.ThreadIdSetter - Interface in com.aparapi.internal.kernel
-
- KernelRunnerJNI - Class in com.aparapi.internal.jni
-
This class is intended to be used as a 'proxy' or 'facade' object for Java code to interact with JNI
- KernelRunnerJNI() - Constructor for class com.aparapi.internal.jni.KernelRunnerJNI
-
- kernelState - Variable in class com.aparapi.Kernel
-
- KernelState() - Constructor for class com.aparapi.Kernel.KernelState
-
Default constructor
- KernelState(Kernel.KernelState) - Constructor for class com.aparapi.Kernel.KernelState
-
Copy constructor
- KernelWriter - Class in com.aparapi.internal.writer
-
- KernelWriter() - Constructor for class com.aparapi.internal.writer.KernelWriter
-
- klass - Variable in class com.aparapi.internal.kernel.PreferencesWrapper
-
- pad(String, int) - Method in class com.aparapi.internal.tool.InstructionHelper.Table.Col
-
- panel - Variable in class com.aparapi.internal.tool.InstructionViewer.Form
-
- ParameterInfo(int, AnnotationEntry[]) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo
-
- parent - Variable in class com.aparapi.internal.instruction.BranchSet.LogicalExpressionNode
-
- parent - Variable in class com.aparapi.internal.instruction.ExpressionList
-
- parentExpr - Variable in class com.aparapi.internal.instruction.Instruction
-
- parentKernelProfile - Variable in class com.aparapi.internal.kernel.KernelDeviceProfile
-
- parse(Class<?>) - Method in class com.aparapi.internal.model.ClassModel
-
- parseStartEventHelper(ProfilingEvent) - Method in class com.aparapi.internal.kernel.KernelDeviceProfile.Accumulator
-
- PASS_ID_COMPLETED_EXECUTION - Static variable in class com.aparapi.internal.kernel.KernelRunner
-
- PASS_ID_PREPARING_EXECUTION - Static variable in class com.aparapi.internal.kernel.KernelRunner
-
- passes - Variable in class com.aparapi.internal.kernel.KernelRunner.ExecutionSettings
-
- passId - Variable in class com.aparapi.internal.kernel.KernelRunner
-
- passId - Variable in class com.aparapi.Kernel.KernelState
-
- pc - Variable in class com.aparapi.internal.instruction.Instruction
-
- pcHead - Variable in class com.aparapi.internal.model.MethodModel
-
- pcTail - Variable in class com.aparapi.internal.model.MethodModel
-
After we have folded the top level instructions this root list will contain a list of all of the 'root' instructions (stores/loops/conditionals)
We are going to build a linked list.
- peekU2() - Method in class com.aparapi.internal.reader.ByteReader
-
- PI_RECIPROCAL - Static variable in class com.aparapi.Kernel
-
- platform - Variable in class com.aparapi.device.OpenCLDevice
-
- platformId - Variable in class com.aparapi.internal.opencl.OpenCLPlatform
-
- platforms - Static variable in class com.aparapi.internal.opencl.OpenCLPlatform
-
- pool - Variable in class com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry
-
- PoolEntry(int, int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry
-
- pop - Variable in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- popcount(int) - Method in class com.aparapi.Kernel
-
Delegates to either
Integer.bitCount(int)
(Java) or
popcount(int)
(OpenCL).
- popcount(long) - Method in class com.aparapi.Kernel
-
Delegates to either
Long.bitCount(long)
(Java) or
popcount(long)
(OpenCL).
- PopSpec(InstructionSet.TypeSpec...) - Constructor for enum com.aparapi.internal.instruction.InstructionSet.PopSpec
-
- pow(float, float) - Method in class com.aparapi.Kernel
-
- pow(double, double) - Method in class com.aparapi.Kernel
-
- preferences - Variable in class com.aparapi.internal.kernel.KernelManager
-
- preferences - Variable in class com.aparapi.internal.kernel.KernelRunner.ExecutionSettings
-
- preferences - Variable in class com.aparapi.internal.kernel.PreferencesWrapper
-
- PreferencesWrapper - Class in com.aparapi.internal.kernel
-
- PreferencesWrapper(Class<? extends Kernel>, KernelPreferences) - Constructor for class com.aparapi.internal.kernel.PreferencesWrapper
-
- preferredDevices - Variable in class com.aparapi.internal.kernel.KernelPreferences
-
- prepareAtomicIntegerConversionBuffer(KernelArg) - Method in class com.aparapi.internal.kernel.KernelRunner
-
- prepareKernelRunner() - Method in class com.aparapi.Kernel
-
- prepareOopConversionBuffer(KernelArg) - Method in class com.aparapi.internal.kernel.KernelRunner
-
- prevExpr - Variable in class com.aparapi.internal.instruction.Instruction
-
- prevPC - Variable in class com.aparapi.internal.instruction.Instruction
-
- primitiveBuf - Variable in class com.aparapi.internal.kernel.KernelArg
-
Only set for AparapiBuffer objs,
- primitiveSize - Variable in class com.aparapi.internal.kernel.KernelArg
-
Size of this primitive
- PrimitiveValue(int, int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.PrimitiveValue
-
- PrimitiveValue(int, int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.PrimitiveValue
-
- PRIVATE_SUFFIX - Static variable in class com.aparapi.Kernel
-
We can use this suffix to 'tag' __private buffers.
- privateMemoryFields - Variable in class com.aparapi.internal.model.ClassModel
-
- privateMemorySizes - Variable in class com.aparapi.internal.model.ClassModel
-
- producesStack() - Method in class com.aparapi.internal.instruction.Instruction
-
- profile - Variable in class com.aparapi.internal.kernel.KernelRunner.ExecutionSettings
-
- profileInfo - Variable in class com.aparapi.internal.opencl.OpenCLProgram
-
- ProfileInfo - Class in com.aparapi
-
- ProfileInfo(String, int, long, long, long, long) - Constructor for class com.aparapi.ProfileInfo
-
Minimal constructor
- ProfileInfo.TYPE - Enum in com.aparapi
-
- ProfileReport - Class in com.aparapi
-
- ProfileReport(long, Class<? extends Kernel>, Device) - Constructor for class com.aparapi.ProfileReport
-
Creates a profile report pertaining to a given thread that executed kernel class on the specified device.
- profiles - Variable in class com.aparapi.internal.kernel.KernelManager
-
- ProfilingEvent - Enum in com.aparapi.internal.kernel
-
Created by Barney on 02/09/2015.
- ProfilingEvent() - Constructor for enum com.aparapi.internal.kernel.ProfilingEvent
-
- program - Variable in class com.aparapi.device.OpenCLDevice.OpenCLInvocationHandler
-
- program - Variable in class com.aparapi.internal.opencl.OpenCLKernel
-
- program - Variable in class com.aparapi.internal.opencl.OpenCLMem
-
- programId - Variable in class com.aparapi.internal.opencl.OpenCLProgram
-
- propPkgName - Static variable in class com.aparapi.internal.jni.ConfigJNI
-
Value defaults to com.codegen.config if not overridden by extending classes
- push - Variable in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
- PushSpec(InstructionSet.TypeSpec...) - Constructor for enum com.aparapi.internal.instruction.InstructionSet.PushSpec
-
- put(Object) - Method in class com.aparapi.internal.kernel.KernelRunner
-
Tag this array so that it is explicitly enqueued before the kernel is executed.
- put(long[]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(long[][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(long[][][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(double[]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(double[][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(double[][][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(float[]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(float[][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(float[][][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(int[]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(int[][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(int[][][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(byte[]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(byte[][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(byte[][][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(char[]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(char[][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(char[][][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(boolean[]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(boolean[][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(boolean[][][]) - Method in class com.aparapi.Kernel
-
Tag this array so that it is explicitly enqueued before the kernel is executed
- put(float[]) - Method in interface com.aparapi.opencl.OpenCL
-
- put(int[]) - Method in interface com.aparapi.opencl.OpenCL
-
- put(short[]) - Method in interface com.aparapi.opencl.OpenCL
-
- put(byte[]) - Method in interface com.aparapi.opencl.OpenCL
-
- put(char[]) - Method in interface com.aparapi.opencl.OpenCL
-
- put(boolean[]) - Method in interface com.aparapi.opencl.OpenCL
-
- put(double[]) - Method in interface com.aparapi.opencl.OpenCL
-
- put(byte[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- put(float[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- put(int[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- put(short[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- put(char[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- put(boolean[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- put(double[]) - Method in class com.aparapi.opencl.OpenCLAdapter
-
- putBoolean(Object, long, boolean) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- putBooleanMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- putByte(Object, long, byte) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- putByteMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- putDouble(Object, long, double) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- putDoubleMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- putFloat(Object, long, float) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- putFloatMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- putInt(Object, long, int) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- putIntMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- putLong(Object, long, long) - Static method in class com.aparapi.internal.util.UnsafeWrapper
-
- putLongMethod - Static variable in class com.aparapi.internal.util.UnsafeWrapper
-
- puts - Variable in class com.aparapi.internal.kernel.KernelRunner
-
- valid - Variable in class com.aparapi.internal.jni.RangeJNI
-
- value - Variable in class com.aparapi.internal.instruction.InstructionSet.BytecodeEncodedConstant
-
- value - Variable in class com.aparapi.internal.instruction.InstructionSet.ImmediateConstant
-
- value - Variable in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair
-
- Value(int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.Value
-
- value - Variable in class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair
-
- Value(int) - Constructor for class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair.Value
-
- value - Variable in class com.aparapi.internal.model.Optional.Some
-
- ValueCache<K,V,T extends java.lang.Throwable> - Class in com.aparapi.internal.model
-
- ValueCache(ValueCache.ThrowingValueComputer<K, V, T>) - Constructor for class com.aparapi.internal.model.ValueCache
-
- ValueCache.ThrowingValueComputer<K,V,T extends java.lang.Throwable> - Interface in com.aparapi.internal.model
-
- ValueCache.ValueComputer<K,V> - Interface in com.aparapi.internal.model
-
- valueOf(String) - Static method in enum com.aparapi.device.Device.TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.exception.ClassParseException.TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.instruction.InstructionSet.ImmediateSpec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.instruction.InstructionSet.LoadSpec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.instruction.InstructionSet.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.instruction.InstructionSet.PopSpec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.instruction.InstructionSet.PushSpec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.instruction.InstructionSet.StoreSpec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.instruction.InstructionSet.TypeSpec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.kernel.ProfilingEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.model.ClassModel.Access
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.model.ClassModel.ConstantPoolType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.internal.model.ClassModel.SignatureParseState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.Kernel.EXECUTION_MODE
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aparapi.ProfileInfo.TYPE
-
Returns the enum constant of this type with the specified name.
- valueRef - Variable in class com.aparapi.internal.model.Memoizer.Impl
-
- values() - Static method in enum com.aparapi.device.Device.TYPE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.exception.ClassParseException.TYPE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.instruction.InstructionSet.ByteCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.instruction.InstructionSet.ImmediateSpec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.instruction.InstructionSet.LoadSpec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.instruction.InstructionSet.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.instruction.InstructionSet.PopSpec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.instruction.InstructionSet.PushSpec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.instruction.InstructionSet.StoreSpec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.instruction.InstructionSet.TypeSpec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.kernel.ProfilingEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.model.ClassModel.Access
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.model.ClassModel.ConstantPoolType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.internal.model.ClassModel.SignatureParseState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.Kernel.EXECUTION_MODE
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aparapi.ProfileInfo.TYPE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Var(InstructionSet.StoreSpec, int, int, boolean) - Constructor for class com.aparapi.internal.model.MethodModel.FakeLocalVariableTableEntry.Var
-
- Var() - Constructor for class com.aparapi.internal.model.MethodModel.FakeLocalVariableTableEntry.Var
-
- variableIndex - Variable in class com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo
-
- variableNameIndex - Variable in class com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo
-
- vendor - Variable in class com.aparapi.internal.opencl.OpenCLPlatform
-
- verboseBytecodeLabels - Variable in class com.aparapi.internal.tool.InstructionViewer.Options
-
- verboseComparitor - Static variable in class com.aparapi.Config
-
- version - Variable in class com.aparapi.internal.opencl.OpenCLPlatform
-
- VGAP - Static variable in class com.aparapi.internal.tool.InstructionViewer
-
- view - Variable in class com.aparapi.internal.tool.InstructionViewer
-
- View() - Constructor for class com.aparapi.internal.tool.InstructionViewer.View
-
- VMARGIN - Static variable in class com.aparapi.internal.tool.InstructionViewer
-