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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc50 d_data = new uint8_t[computeUnit()->wfSize() * 16];
58 d_data[i] = 0;
64 delete[] d_data;
H A Dgpu_dyn_inst.hh226 uint8_t *d_data; member in class:GPUDynInst
/gem5/src/arch/hsail/insts/
H A Dmem_impl.hh386 ((CType*)m->d_data)[lane] =
394 ((CType*)m->d_data)[k * w->computeUnit->wfSize() + lane] =
H A Dmem.hh452 c0 *d = &((c0*)gpuDynInst->d_data)
545 &((c1*)gpuDynInst->d_data)[k * w->computeUnit->wfSize()];
1057 c0 *d = &((c0*)gpuDynInst->d_data)
1525 CType *p1 = &((CType*)gpuDynInst->d_data)[0];
1572 c0 *d = &((c0*) gpuDynInst->d_data)[0];

Completed in 15 milliseconds