Lines Matching refs:dispatch_width
78 return offset(reg, bld.dispatch_width(), delta);
101 unsigned dispatch_width,
427 const unsigned dispatch_width; /**< 8, 16 or 32 */
478 int generate_code(const cfg_t *cfg, int dispatch_width,
574 unsigned dispatch_width; /**< 8, 16 or 32 */
592 if (bld.dispatch_width() > 16) {
595 const unsigned m = bld.dispatch_width() / hbld.dispatch_width();
619 const unsigned m = bld.dispatch_width() / hbld.dispatch_width();
660 bool brw_nir_lower_simd(nir_shader *nir, unsigned dispatch_width);