Searched refs:max_subgroup_size (Results 1 – 6 of 6) sorted by relevance
1216 unsigned max_subgroup_size) in get_subgroup_size() argument1232 return max_subgroup_size; in get_subgroup_size()1245 return stage == MESA_SHADER_FRAGMENT ? 0 : max_subgroup_size; in get_subgroup_size()1264 unsigned max_subgroup_size, in brw_nir_apply_key() argument1273 max_subgroup_size), in brw_nir_apply_key()
151 unsigned max_subgroup_size,
8790 const unsigned max_subgroup_size = compiler->devinfo->gen >= 6 ? 32 : 16; in brw_compile_fs() local8792 brw_nir_apply_key(nir, compiler, &key->base, max_subgroup_size, true); in brw_compile_fs()
1209 res = config->max_subgroup_size - 1; in nir_unsigned_upper_bound()1212 res = config->max_subgroup_size; in nir_unsigned_upper_bound()
5166 unsigned max_subgroup_size; member
584 ctx->ub_config.max_subgroup_size = 64; in init_context()587 ctx->ub_config.max_subgroup_size = ctx->options->key.cs.subgroup_size; in init_context()