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

/gem5/src/gpu-compute/
H A Dfetch_unit.cc269 if (wavefront->dropFetch) {
271 wavefront->dropFetch = false;
H A Dwavefront.hh172 bool dropFetch; member in class:Wavefront
H A Dwavefront.cc81 dropFetch = false;
812 dropFetch |=pendingFetch;
H A Dcompute_unit.cc294 w->dropFetch = true;
1350 if (wavefront->dropFetch) {
1352 wavefront->dropFetch = false;
/gem5/src/arch/hsail/insts/
H A Dmain.cc148 w->dropFetch = true;
H A Dpseudo_inst.cc588 w->dropFetch = true;

Completed in 20 milliseconds