Searched refs:HSAQ_INDX_BASE (Results 1 - 1 of 1) sorted by relevance

/gem5/src/gpu-compute/
H A Dqstruct.hh116 static const int HSAQ_INDX_BASE = 0x10000ll; variable
126 #define HSAQ_RI(n) (HSAQ_INDX_BASE + sizeof(int) * (n * 3 + 0))
127 #define HSAQ_WI(n) (HSAQ_INDX_BASE + sizeof(int) * (n * 3 + 1))
128 #define HSAQ_CI(n) (HSAQ_INDX_BASE + sizeof(int) * (n * 3 + 2))

Completed in 3 milliseconds