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

/gem5/src/gpu-compute/
H A Dbrig_object.cc154 BrigObject::processDirectives(const BrigBase *dirPtr, const BrigBase *endPtr, argument
157 while (dirPtr < endPtr) {
158 if (!dirPtr->byteCount) {
163 const BrigBase *nextDirPtr = brigNext(dirPtr);
166 dirPtr->kind, dirPtr->byteCount);
168 switch (dirPtr->kind) {
172 reinterpret_cast<const BrigDirectiveExecutable*>(dirPtr);
213 reinterpret_cast<const BrigDirectiveExecutable*>(dirPtr);
265 reinterpret_cast<const BrigDirectiveVariable*>(dirPtr);
[all...]
H A Dbrig_object.hh89 void processDirectives(const Brig::BrigBase *dirPtr,

Completed in 4 milliseconds