|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaResourceViewFormat
public class cudaResourceViewFormat
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 |
---|
public static final int cudaResViewFormatNone
public static final int cudaResViewFormatUnsignedChar1
public static final int cudaResViewFormatUnsignedChar2
public static final int cudaResViewFormatUnsignedChar4
public static final int cudaResViewFormatSignedChar1
public static final int cudaResViewFormatSignedChar2
public static final int cudaResViewFormatSignedChar4
public static final int cudaResViewFormatUnsignedShort1
public static final int cudaResViewFormatUnsignedShort2
public static final int cudaResViewFormatUnsignedShort4
public static final int cudaResViewFormatSignedShort1
public static final int cudaResViewFormatSignedShort2
public static final int cudaResViewFormatSignedShort4
public static final int cudaResViewFormatUnsignedInt1
public static final int cudaResViewFormatUnsignedInt2
public static final int cudaResViewFormatUnsignedInt4
public static final int cudaResViewFormatSignedInt1
public static final int cudaResViewFormatSignedInt2
public static final int cudaResViewFormatSignedInt4
public static final int cudaResViewFormatHalf1
public static final int cudaResViewFormatHalf2
public static final int cudaResViewFormatHalf4
public static final int cudaResViewFormatFloat1
public static final int cudaResViewFormatFloat2
public static final int cudaResViewFormatFloat4
public static final int cudaResViewFormatUnsignedBlockCompressed1
public static final int cudaResViewFormatUnsignedBlockCompressed2
public static final int cudaResViewFormatUnsignedBlockCompressed3
public static final int cudaResViewFormatUnsignedBlockCompressed4
public static final int cudaResViewFormatSignedBlockCompressed4
public static final int cudaResViewFormatUnsignedBlockCompressed5
public static final int cudaResViewFormatSignedBlockCompressed5
public static final int cudaResViewFormatUnsignedBlockCompressed6H
public static final int cudaResViewFormatSignedBlockCompressed6H
public static final int cudaResViewFormatUnsignedBlockCompressed7
Method Detail |
---|
public static java.lang.String stringFor(int m)
m
- The cudaResourceViewFormat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |