LLVM: llvm::SI::KernelInputOffsets Namespace Reference (original) (raw)

Enumerations
enum Offsets { NGROUPS_X = 0 , NGROUPS_Y = 4 , NGROUPS_Z = 8 , GLOBAL_SIZE_X = 12 , GLOBAL_SIZE_Y = 16 , GLOBAL_SIZE_Z = 20 , LOCAL_SIZE_X = 24 , LOCAL_SIZE_Y = 28 , LOCAL_SIZE_Z = 32 }
Offsets in bytes from the start of the input buffer. More...

Enumeration Type Documentation

Offsets

Offsets in bytes from the start of the input buffer.

Enumerator
NGROUPS_X
NGROUPS_Y
NGROUPS_Z
GLOBAL_SIZE_X
GLOBAL_SIZE_Y
GLOBAL_SIZE_Z
LOCAL_SIZE_X
LOCAL_SIZE_Y
LOCAL_SIZE_Z

Definition at line 1812 of file SIInstrInfo.h.