SurfaceFormatType#

Fully qualified name: cupva::SurfaceFormatType

Defined in src/host/shared/include/install/cupva_host_common.hpp

enum cupva::SurfaceFormatType#

Enumeration of data storage format.

There are 2 kinds of format, pitch-linear and block-linear. StaticDataFlow or RasterDataFlow can do the conversion when transferring the data. Block-linear-typed data can only be stored in DRAM.

Values:

enumerator PITCH_LINEAR#

pitch-linear format of data

enumerator BLOCK_LINEAR#

Block-linear-typed data can only be stored in DRAM.