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

/gem5/src/gpu-compute/
H A Dscoreboard_check_stage.cc160 } else if (curWave->ready(Wavefront::I_FLAT)) {
H A Dwavefront.hh150 enum itype_e {I_ALU,I_GLOBAL,I_SHARED,I_FLAT,I_PRIVATE}; enumerator in enum:Wavefront::itype_e
H A Dwavefront.cc330 if (type == I_GLOBAL || type == I_FLAT || type == I_PRIVATE) {
340 if (type == I_SHARED || type == I_FLAT) {
490 } else if (type == I_FLAT && ii->isFlat()) {

Completed in 9 milliseconds