Show / Hide Table of Contents

Enum cudaResourceViewFormat

CUDA texture resource view formats

Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("cudaResourceViewFormat")]
public enum cudaResourceViewFormat

Fields

Name Description
cudaResViewFormatFloat1 = 22

1 channel 32-bit floating point

cudaResViewFormatFloat2 = 23

2 channel 32-bit floating point

cudaResViewFormatFloat4 = 24

4 channel 32-bit floating point

cudaResViewFormatHalf1 = 19

1 channel 16-bit floating point

cudaResViewFormatHalf2 = 20

2 channel 16-bit floating point

cudaResViewFormatHalf4 = 21

4 channel 16-bit floating point

cudaResViewFormatNone = 0

No resource view format (use underlying resource format)

cudaResViewFormatSignedBlockCompressed4 = 29

Block compressed 4 signed

cudaResViewFormatSignedBlockCompressed5 = 31

Block compressed 5 signed

cudaResViewFormatSignedBlockCompressed6H = 33

Block compressed 6 signed half-float

cudaResViewFormatSignedChar1 = 4

1 channel signed 8-bit integers

cudaResViewFormatSignedChar2 = 5

2 channel signed 8-bit integers

cudaResViewFormatSignedChar4 = 6

4 channel signed 8-bit integers

cudaResViewFormatSignedInt1 = 16

1 channel signed 32-bit integers

cudaResViewFormatSignedInt2 = 17

2 channel signed 32-bit integers

cudaResViewFormatSignedInt4 = 18

4 channel signed 32-bit integers

cudaResViewFormatSignedShort1 = 10

1 channel signed 16-bit integers

cudaResViewFormatSignedShort2 = 11

2 channel signed 16-bit integers

cudaResViewFormatSignedShort4 = 12

4 channel signed 16-bit integers

cudaResViewFormatUnsignedBlockCompressed1 = 25

Block compressed 1

cudaResViewFormatUnsignedBlockCompressed2 = 26

Block compressed 2

cudaResViewFormatUnsignedBlockCompressed3 = 27

Block compressed 3

cudaResViewFormatUnsignedBlockCompressed4 = 28

Block compressed 4 unsigned

cudaResViewFormatUnsignedBlockCompressed5 = 30

Block compressed 5 unsigned

cudaResViewFormatUnsignedBlockCompressed6H = 32

Block compressed 6 unsigned half-float

cudaResViewFormatUnsignedBlockCompressed7 = 34

Block compressed 7

cudaResViewFormatUnsignedChar1 = 1

1 channel unsigned 8-bit integers

cudaResViewFormatUnsignedChar2 = 2

2 channel unsigned 8-bit integers

cudaResViewFormatUnsignedChar4 = 3

4 channel unsigned 8-bit integers

cudaResViewFormatUnsignedInt1 = 13

1 channel unsigned 32-bit integers

cudaResViewFormatUnsignedInt2 = 14

2 channel unsigned 32-bit integers

cudaResViewFormatUnsignedInt4 = 15

4 channel unsigned 32-bit integers

cudaResViewFormatUnsignedShort1 = 7

1 channel unsigned 16-bit integers

cudaResViewFormatUnsignedShort2 = 8

2 channel unsigned 16-bit integers

cudaResViewFormatUnsignedShort4 = 9

4 channel unsigned 16-bit integers

Back to top Generated by DocFX