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

/gem5/src/gpu-compute/
H A Dqstruct.hh114 static const int HSAQ_SIZE = 64; variable
124 #define HSAQ(n) (HSAQ_BASE + HSAQ_SIZE * sizeof(struct fsaQueue) * n)
125 #define HSAQE(n,i) (HSAQ_BASE + (HSAQ_SIZE * n + i) * sizeof(struct fsaQueue))
140 * if (ci - ri < HSAQ_SIZE) {
142 * *(HsaQueueEntry*)(HSAQE(n, (wi % HSAQ_SIZE))) = *val;

Completed in 4 milliseconds