Home
last modified time | relevance | path

Searched refs:igroup (Results 1 – 2 of 2) sorted by relevance

/third_party/elfutils/backends/
Dlinux-core-note.c140 #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/
Dsfn_ra.cpp256 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()