Searched refs:igroup (Results 1 - 3 of 3) sorted by relevance
/third_party/elfutils/backends/ |
H A D | linux-core-note.c | 140 #define FIELD(igroup, itype, item, fmt, ...) \ 143 .group = #igroup, \ 176 #define FIELD(igroup, itype, item, fmt, ...) \ 179 .group = #igroup, \
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A 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()
|
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.cpp | 196 for (std::size_t igroup = 0; igroup < groups_count; ++igroup) { in get_next_row_data() 198 auto input_offset = igroup * pixels_per_chunk_; in get_next_row_data() 200 auto output_offset = (igroup * segment_count + isegment) * pixels_per_chunk_; in get_next_row_data()
|
Completed in 3 milliseconds