A B C D E F G H I J K L M N O P R S T V W X Y Z

T

textureAlignment - Variable in class jcuda.runtime.cudaDeviceProp
The alignment requirement; texture base addresses that are aligned to textureAlignment bytes do not need an offset applied to texture fetches;
textureReference - Class in jcuda.runtime
Java port of a textureReference.

Most comments are taken from the CUDA reference manual or CUDA programming guide.
textureReference() - Constructor for class jcuda.runtime.textureReference
Creates a new, uninitialized textureReference
to(byte[]) - Static method in class jcuda.Pointer
Creates a new Pointer to the given values.
to(char[]) - Static method in class jcuda.Pointer
Creates a new Pointer to the given values.
to(short[]) - Static method in class jcuda.Pointer
Creates a new Pointer to the given values.
to(int[]) - Static method in class jcuda.Pointer
Creates a new Pointer to the given values.
to(float[]) - Static method in class jcuda.Pointer
Creates a new Pointer to the given values.
to(long[]) - Static method in class jcuda.Pointer
Creates a new Pointer to the given values.
to(double[]) - Static method in class jcuda.Pointer
Creates a new Pointer to the given values.
to(Buffer) - Static method in class jcuda.Pointer
Creates a new Pointer to the given Buffer.
to(Pointer...) - Static method in class jcuda.Pointer
Creates a new Pointer to the given Pointers.
toFormattedString() - Method in class jcuda.runtime.cudaDeviceProp
Creates and returns a formatted (aligned, multi-line) String representation of this object
toFormattedString() - Method in class jcuda.runtime.cudaMemcpy3DParms
Creates and returns a formatted (aligned, multi-line) String representation of this object
toString() - Method in class jcuda.jcublas.cuComplex
Returns a String representation of this complex number.
toString() - Method in class jcuda.jcublas.cuDoubleComplex
Returns a String representation of this complex number.
toString() - Method in class jcuda.jcudpp.CUDPPConfiguration
Returns a String representation of this object.
toString() - Method in class jcuda.jcudpp.CUDPPHandle
Returns a String representation of this object.
toString() - Method in class jcuda.jcufft.cufftHandle
Returns a String representation of this JCufftHandle
toString() - Method in class jcuda.Pointer
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.cudaArray
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.cudaChannelFormatDesc
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.cudaDeviceProp
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.cudaEvent_t
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.cudaExtent
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.cudaFuncAttributes
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.cudaGraphicsResource
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.cudaMemcpy3DParms
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.cudaPitchedPtr
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.cudaPos
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.cudaStream_t
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.dim3
Returns a String representation of this object.
toString() - Method in class jcuda.runtime.textureReference
Returns a String representation of this object.
totalConstMem - Variable in class jcuda.runtime.cudaDeviceProp
The total amount of constant memory available on the device in bytes;
totalGlobalMem - Variable in class jcuda.runtime.cudaDeviceProp
The total amount of global memory available on the device in bytes;

A B C D E F G H I J K L M N O P R S T V W X Y Z