Searched refs:igroup (Results 1 – 2 of 2) sorted by relevance
/third_party/elfutils/backends/ |
D | linux-core-note.c | 140 #define FIELD(igroup, itype, item, fmt, ...) \ argument 143 .group = #igroup, \ 176 #define FIELD(igroup, itype, item, fmt, ...) \ argument 179 .group = #igroup, \
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_ra.cpp | 256 auto igroup = groups.find(sel); in register_allocation() local 257 if (igroup != groups.end()) { in register_allocation() 258 igroup->second.channels[i] = entry.m_register; in register_allocation()
|