Uses of Class
org.jocl.struct.CLTypes.cl_vector_type

Uses of CLTypes.cl_vector_type in org.jocl.struct
 

Subclasses of CLTypes.cl_vector_type in org.jocl.struct
static class CLTypes.cl_char
           
static class CLTypes.cl_char16
           
static class CLTypes.cl_char2
           
static class CLTypes.cl_char4
           
static class CLTypes.cl_char8
           
static class CLTypes.cl_double
           
static class CLTypes.cl_double16
           
static class CLTypes.cl_double2
           
static class CLTypes.cl_double4
           
static class CLTypes.cl_double8
           
static class CLTypes.cl_float
           
static class CLTypes.cl_float16
           
static class CLTypes.cl_float2
           
static class CLTypes.cl_float4
           
static class CLTypes.cl_float8
           
static class CLTypes.cl_int
           
static class CLTypes.cl_int16
           
static class CLTypes.cl_int2
           
static class CLTypes.cl_int4
           
static class CLTypes.cl_int8
           
static class CLTypes.cl_long
           
static class CLTypes.cl_long16
           
static class CLTypes.cl_long2
           
static class CLTypes.cl_long4
           
static class CLTypes.cl_long8
           
static class CLTypes.cl_short
           
static class CLTypes.cl_short16
           
static class CLTypes.cl_short2
           
static class CLTypes.cl_short4
           
static class CLTypes.cl_short8
           
static class CLTypes.cl_uchar
           
static class CLTypes.cl_uchar16
           
static class CLTypes.cl_uchar2
           
static class CLTypes.cl_uchar4
           
static class CLTypes.cl_uchar8
           
static class CLTypes.cl_uint
           
static class CLTypes.cl_uint16
           
static class CLTypes.cl_uint2
           
static class CLTypes.cl_uint4
           
static class CLTypes.cl_uint8
           
static class CLTypes.cl_ulong
           
static class CLTypes.cl_ulong16
           
static class CLTypes.cl_ulong2
           
static class CLTypes.cl_ulong4
           
static class CLTypes.cl_ulong8
           
static class CLTypes.cl_ushort
           
static class CLTypes.cl_ushort16
           
static class CLTypes.cl_ushort2
           
static class CLTypes.cl_ushort4
           
static class CLTypes.cl_ushort8
           
 

Methods in org.jocl.struct with type parameters of type CLTypes.cl_vector_type
static
<T extends CLTypes.cl_vector_type>
java.nio.ByteBuffer
Buffers.allocateBuffer(java.nio.ByteOrder byteOrder, T... elements)
          Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects, and has the given byte order.
static
<T extends CLTypes.cl_vector_type>
java.nio.ByteBuffer
Buffers.allocateBuffer(T... elements)
          Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects.
static
<T extends CLTypes.cl_vector_type>
void
Buffers.readFromBuffer(java.nio.ByteBuffer sourceBuffer, T... elements)
          Reads the given objects from the given source buffer.
static
<T extends CLTypes.cl_vector_type>
org.jocl.Pointer
PointerStruct.to(T... values)
          Creates a new Pointer to the given vector type values.
static
<T extends CLTypes.cl_vector_type>
void
Buffers.writeToBuffer(java.nio.ByteBuffer targetBuffer, T... elements)
          Writes the given objects to the given target buffer.
 

Methods in org.jocl.struct with parameters of type CLTypes.cl_vector_type
static
<T extends CLTypes.cl_vector_type>
java.nio.ByteBuffer
Buffers.allocateBuffer(java.nio.ByteOrder byteOrder, T... elements)
          Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects, and has the given byte order.
static
<T extends CLTypes.cl_vector_type>
java.nio.ByteBuffer
Buffers.allocateBuffer(T... elements)
          Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects.
static
<T extends CLTypes.cl_vector_type>
void
Buffers.readFromBuffer(java.nio.ByteBuffer sourceBuffer, T... elements)
          Reads the given objects from the given source buffer.
static
<T extends CLTypes.cl_vector_type>
org.jocl.Pointer
PointerStruct.to(T... values)
          Creates a new Pointer to the given vector type values.
static
<T extends CLTypes.cl_vector_type>
void
Buffers.writeToBuffer(java.nio.ByteBuffer targetBuffer, T... elements)
          Writes the given objects to the given target buffer.