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

/gem5/src/gpu-compute/
H A Dbrig_object.hh68 NumSectionIndices enumerator in enum:final::SectionIndex
82 SectionInfo sectionInfo[NumSectionIndices];
H A Dbrig_object.cc431 fatal_if(mod_hdr->sectionCount != NumSectionIndices, "%s: BRIG section "
433 mod_hdr->sectionCount, NumSectionIndices);
435 for (int i = 0; i < NumSectionIndices; ++i) {
473 for (int i = 0; i < NumSectionIndices; ++i)

Completed in 3 milliseconds