jcuda.runtime
Class cudaResourceViewFormat

java.lang.Object
  extended by jcuda.runtime.cudaResourceViewFormat

public class cudaResourceViewFormat
extends java.lang.Object

CUDA texture resource view formats


Field Summary
static int cudaResViewFormatFloat1
          1 channel 32-bit floating point
static int cudaResViewFormatFloat2
          2 channel 32-bit floating point
static int cudaResViewFormatFloat4
          4 channel 32-bit floating point
static int cudaResViewFormatHalf1
          1 channel 16-bit floating point
static int cudaResViewFormatHalf2
          2 channel 16-bit floating point
static int cudaResViewFormatHalf4
          4 channel 16-bit floating point
static int cudaResViewFormatNone
          No resource view format (use underlying resource format)
static int cudaResViewFormatSignedBlockCompressed4
          Block compressed 4 signed
static int cudaResViewFormatSignedBlockCompressed5
          Block compressed 5 signed
static int cudaResViewFormatSignedBlockCompressed6H
          Block compressed 6 signed half-float
static int cudaResViewFormatSignedChar1
          1 channel signed 8-bit integers
static int cudaResViewFormatSignedChar2
          2 channel signed 8-bit integers
static int cudaResViewFormatSignedChar4
          4 channel signed 8-bit integers
static int cudaResViewFormatSignedInt1
          1 channel signed 32-bit integers
static int cudaResViewFormatSignedInt2
          2 channel signed 32-bit integers
static int cudaResViewFormatSignedInt4
          4 channel signed 32-bit integers
static int cudaResViewFormatSignedShort1
          1 channel signed 16-bit integers
static int cudaResViewFormatSignedShort2
          2 channel signed 16-bit integers
static int cudaResViewFormatSignedShort4
          4 channel signed 16-bit integers
static int cudaResViewFormatUnsignedBlockCompressed1
          Block compressed 1
static int cudaResViewFormatUnsignedBlockCompressed2
          Block compressed 2
static int cudaResViewFormatUnsignedBlockCompressed3
          Block compressed 3
static int cudaResViewFormatUnsignedBlockCompressed4
          Block compressed 4 unsigned
static int cudaResViewFormatUnsignedBlockCompressed5
          Block compressed 5 unsigned
static int cudaResViewFormatUnsignedBlockCompressed6H
          Block compressed 6 unsigned half-float
static int cudaResViewFormatUnsignedBlockCompressed7
          Block compressed 7
static int cudaResViewFormatUnsignedChar1
          1 channel unsigned 8-bit integers
static int cudaResViewFormatUnsignedChar2
          2 channel unsigned 8-bit integers
static int cudaResViewFormatUnsignedChar4
          4 channel unsigned 8-bit integers
static int cudaResViewFormatUnsignedInt1
          1 channel unsigned 32-bit integers
static int cudaResViewFormatUnsignedInt2
          2 channel unsigned 32-bit integers
static int cudaResViewFormatUnsignedInt4
          4 channel unsigned 32-bit integers
static int cudaResViewFormatUnsignedShort1
          1 channel unsigned 16-bit integers
static int cudaResViewFormatUnsignedShort2
          2 channel unsigned 16-bit integers
static int cudaResViewFormatUnsignedShort4
          4 channel unsigned 16-bit integers
 
Method Summary
static java.lang.String stringFor(int m)
          Returns the String identifying the given cudaResourceViewFormat
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cudaResViewFormatNone

public static final int cudaResViewFormatNone
No resource view format (use underlying resource format)

See Also:
Constant Field Values

cudaResViewFormatUnsignedChar1

public static final int cudaResViewFormatUnsignedChar1
1 channel unsigned 8-bit integers

See Also:
Constant Field Values

cudaResViewFormatUnsignedChar2

public static final int cudaResViewFormatUnsignedChar2
2 channel unsigned 8-bit integers

See Also:
Constant Field Values

cudaResViewFormatUnsignedChar4

public static final int cudaResViewFormatUnsignedChar4
4 channel unsigned 8-bit integers

See Also:
Constant Field Values

cudaResViewFormatSignedChar1

public static final int cudaResViewFormatSignedChar1
1 channel signed 8-bit integers

See Also:
Constant Field Values

cudaResViewFormatSignedChar2

public static final int cudaResViewFormatSignedChar2
2 channel signed 8-bit integers

See Also:
Constant Field Values

cudaResViewFormatSignedChar4

public static final int cudaResViewFormatSignedChar4
4 channel signed 8-bit integers

See Also:
Constant Field Values

cudaResViewFormatUnsignedShort1

public static final int cudaResViewFormatUnsignedShort1
1 channel unsigned 16-bit integers

See Also:
Constant Field Values

cudaResViewFormatUnsignedShort2

public static final int cudaResViewFormatUnsignedShort2
2 channel unsigned 16-bit integers

See Also:
Constant Field Values

cudaResViewFormatUnsignedShort4

public static final int cudaResViewFormatUnsignedShort4
4 channel unsigned 16-bit integers

See Also:
Constant Field Values

cudaResViewFormatSignedShort1

public static final int cudaResViewFormatSignedShort1
1 channel signed 16-bit integers

See Also:
Constant Field Values

cudaResViewFormatSignedShort2

public static final int cudaResViewFormatSignedShort2
2 channel signed 16-bit integers

See Also:
Constant Field Values

cudaResViewFormatSignedShort4

public static final int cudaResViewFormatSignedShort4
4 channel signed 16-bit integers

See Also:
Constant Field Values

cudaResViewFormatUnsignedInt1

public static final int cudaResViewFormatUnsignedInt1
1 channel unsigned 32-bit integers

See Also:
Constant Field Values

cudaResViewFormatUnsignedInt2

public static final int cudaResViewFormatUnsignedInt2
2 channel unsigned 32-bit integers

See Also:
Constant Field Values

cudaResViewFormatUnsignedInt4

public static final int cudaResViewFormatUnsignedInt4
4 channel unsigned 32-bit integers

See Also:
Constant Field Values

cudaResViewFormatSignedInt1

public static final int cudaResViewFormatSignedInt1
1 channel signed 32-bit integers

See Also:
Constant Field Values

cudaResViewFormatSignedInt2

public static final int cudaResViewFormatSignedInt2
2 channel signed 32-bit integers

See Also:
Constant Field Values

cudaResViewFormatSignedInt4

public static final int cudaResViewFormatSignedInt4
4 channel signed 32-bit integers

See Also:
Constant Field Values

cudaResViewFormatHalf1

public static final int cudaResViewFormatHalf1
1 channel 16-bit floating point

See Also:
Constant Field Values

cudaResViewFormatHalf2

public static final int cudaResViewFormatHalf2
2 channel 16-bit floating point

See Also:
Constant Field Values

cudaResViewFormatHalf4

public static final int cudaResViewFormatHalf4
4 channel 16-bit floating point

See Also:
Constant Field Values

cudaResViewFormatFloat1

public static final int cudaResViewFormatFloat1
1 channel 32-bit floating point

See Also:
Constant Field Values

cudaResViewFormatFloat2

public static final int cudaResViewFormatFloat2
2 channel 32-bit floating point

See Also:
Constant Field Values

cudaResViewFormatFloat4

public static final int cudaResViewFormatFloat4
4 channel 32-bit floating point

See Also:
Constant Field Values

cudaResViewFormatUnsignedBlockCompressed1

public static final int cudaResViewFormatUnsignedBlockCompressed1
Block compressed 1

See Also:
Constant Field Values

cudaResViewFormatUnsignedBlockCompressed2

public static final int cudaResViewFormatUnsignedBlockCompressed2
Block compressed 2

See Also:
Constant Field Values

cudaResViewFormatUnsignedBlockCompressed3

public static final int cudaResViewFormatUnsignedBlockCompressed3
Block compressed 3

See Also:
Constant Field Values

cudaResViewFormatUnsignedBlockCompressed4

public static final int cudaResViewFormatUnsignedBlockCompressed4
Block compressed 4 unsigned

See Also:
Constant Field Values

cudaResViewFormatSignedBlockCompressed4

public static final int cudaResViewFormatSignedBlockCompressed4
Block compressed 4 signed

See Also:
Constant Field Values

cudaResViewFormatUnsignedBlockCompressed5

public static final int cudaResViewFormatUnsignedBlockCompressed5
Block compressed 5 unsigned

See Also:
Constant Field Values

cudaResViewFormatSignedBlockCompressed5

public static final int cudaResViewFormatSignedBlockCompressed5
Block compressed 5 signed

See Also:
Constant Field Values

cudaResViewFormatUnsignedBlockCompressed6H

public static final int cudaResViewFormatUnsignedBlockCompressed6H
Block compressed 6 unsigned half-float

See Also:
Constant Field Values

cudaResViewFormatSignedBlockCompressed6H

public static final int cudaResViewFormatSignedBlockCompressed6H
Block compressed 6 signed half-float

See Also:
Constant Field Values

cudaResViewFormatUnsignedBlockCompressed7

public static final int cudaResViewFormatUnsignedBlockCompressed7
Block compressed 7

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int m)
Returns the String identifying the given cudaResourceViewFormat

Parameters:
m - The cudaResourceViewFormat
Returns:
The String identifying the given cudaResourceViewFormat