Package com.aparapi.internal.opencl
Class OpenCLArgDescriptor
- java.lang.Object
-
- com.aparapi.internal.opencl.OpenCLArgDescriptor
-
public class OpenCLArgDescriptor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intARG_ARRAY_BITstatic intARG_BYTE_BITstatic intARG_CONST_BITstatic intARG_DOUBLE_BITstatic intARG_FLOAT_BITstatic intARG_GLOBAL_BITstatic intARG_INT_BITstatic intARG_ISARG_BITstatic intARG_LOCAL_BITstatic intARG_LONG_BITstatic intARG_PRIMITIVE_BITstatic intARG_READONLY_BITstatic intARG_READWRITE_BITstatic intARG_SHORT_BITstatic intARG_WRITEONLY_BITlongbitsOpenCLKernelkernelOpenCLMemmemValprivate java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description OpenCLArgDescriptor(java.lang.String _name, long _bits)Full constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voiddummyJNI()java.lang.StringtoString()
-
-
-
Field Detail
-
ARG_BYTE_BIT
public static final int ARG_BYTE_BIT
- See Also:
- Constant Field Values
-
ARG_SHORT_BIT
public static final int ARG_SHORT_BIT
- See Also:
- Constant Field Values
-
ARG_INT_BIT
public static final int ARG_INT_BIT
- See Also:
- Constant Field Values
-
ARG_FLOAT_BIT
public static final int ARG_FLOAT_BIT
- See Also:
- Constant Field Values
-
ARG_LONG_BIT
public static final int ARG_LONG_BIT
- See Also:
- Constant Field Values
-
ARG_DOUBLE_BIT
public static final int ARG_DOUBLE_BIT
- See Also:
- Constant Field Values
-
ARG_ARRAY_BIT
public static final int ARG_ARRAY_BIT
- See Also:
- Constant Field Values
-
ARG_PRIMITIVE_BIT
public static final int ARG_PRIMITIVE_BIT
- See Also:
- Constant Field Values
-
ARG_GLOBAL_BIT
public static final int ARG_GLOBAL_BIT
- See Also:
- Constant Field Values
-
ARG_LOCAL_BIT
public static final int ARG_LOCAL_BIT
- See Also:
- Constant Field Values
-
ARG_CONST_BIT
public static final int ARG_CONST_BIT
- See Also:
- Constant Field Values
-
ARG_READONLY_BIT
public static final int ARG_READONLY_BIT
- See Also:
- Constant Field Values
-
ARG_WRITEONLY_BIT
public static final int ARG_WRITEONLY_BIT
- See Also:
- Constant Field Values
-
ARG_READWRITE_BIT
public static final int ARG_READWRITE_BIT
- See Also:
- Constant Field Values
-
ARG_ISARG_BIT
public static final int ARG_ISARG_BIT
- See Also:
- Constant Field Values
-
memVal
public OpenCLMem memVal
-
name
private final java.lang.String name
-
bits
public long bits
-
kernel
public OpenCLKernel kernel
-
-