Lines Matching defs:group
74 _group(inst->group),
107 * Construct a builder specifying the default SIMD width and group of
111 * \p n gives the default SIMD width, \p i gives the slot group used for
115 group(unsigned n, unsigned i) const
122 /* The requested channel group isn't a subset of the channel group
127 * we should clear off the default group index in order to prevent
128 * emitting instructions with channel group not aligned to their
140 * Alias for group() with width equal to eight.
145 return group(8, i);
184 * Get the channel group in use.
187 group() const
369 inst->group = _group;
516 const fs_builder ubld = exec_all().group(half_width, 0);
529 const fs_builder ubld = exec_all().group(dispatch_width() / 2, 0);
536 exec_all().group(dispatch_width() / 4, 0);
546 const fs_builder ubld = exec_all().group(2, 0);
555 const fs_builder ubld = exec_all().group(i, 0);