Searched refs:brw_nir_apply_key (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir.h | 151 void brw_nir_apply_key(nir_shader *nir,
|
| H A D | brw_vec4_tcs.cpp | 386 brw_nir_apply_key(nir, compiler, &key->base, 8, is_scalar);
|
| H A D | brw_vec4_gs_visitor.cpp | 617 brw_nir_apply_key(nir, compiler, &key->base, 8, is_scalar);
|
| H A D | brw_nir.c | 1265 * 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 D | brw_shader.cpp | 1351 brw_nir_apply_key(nir, compiler, &key->base, 8, is_scalar);
|
| H A D | brw_vec4.cpp | 2901 brw_nir_apply_key(nir, compiler, &key->base, 8, is_scalar);
|
| H A D | brw_fs.cpp | 9728 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