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

/gem5/src/arch/hsail/insts/
H A Dmain.cc139 w->initMask[lane] = 0;
152 if (w->initMask.none()) {
/gem5/src/gpu-compute/
H A Dwavefront.hh250 VectorMask initMask; member in class:Wavefront
338 VectorMask getPred() { return execMask() & initMask; }
H A Dwavefront.cc851 sizeof(computeUnit->cu_id) + sizeof(barrierId) + sizeof(initMask) +
870 *(uint64_t *)iter = initMask.to_ullong(); iter += sizeof(initMask.to_ullong());
937 initMask = VectorMask(*(uint64_t *)iter); iter += sizeof(initMask);
H A Dcompute_unit.cc243 w->initMask = init_mask.to_ullong();

Completed in 9 milliseconds