Searched refs:brw_nir_apply_key (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.h151 void brw_nir_apply_key(nir_shader *nir,
H A Dbrw_vec4_tcs.cpp386 brw_nir_apply_key(nir, compiler, &key->base, 8, is_scalar);
H A Dbrw_vec4_gs_visitor.cpp617 brw_nir_apply_key(nir, compiler, &key->base, 8, is_scalar);
H A Dbrw_nir.c1265 * For compute, brw_nir_apply_key is called per-dispatch-width so this
1275 * return that. For compute, brw_nir_apply_key is called once per
1299 brw_nir_apply_key(nir_shader *nir, function in typeref:typename:void
H A Dbrw_shader.cpp1351 brw_nir_apply_key(nir, compiler, &key->base, 8, is_scalar);
H A Dbrw_vec4.cpp2901 brw_nir_apply_key(nir, compiler, &key->base, 8, is_scalar);
H A Dbrw_fs.cpp9728 brw_nir_apply_key(nir, compiler, &key->base, max_subgroup_size, true);
10084 brw_nir_apply_key(shader, compiler, &key->base, dispatch_width, true);
10422 brw_nir_apply_key(shader, compiler, &key->base, max_dispatch_width, true);

Completed in 25 milliseconds