Searched refs:nir_lower_wrmasks (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_wrmasks.c | 221 nir_lower_wrmasks(nir_shader *shader, nir_instr_filter_cb cb, const void *data) function in typeref:typename:bool
|
| H A D | nir.h | 5356 bool nir_lower_wrmasks(nir_shader *shader, nir_instr_filter_cb cb, const void *data);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir.c | 406 OPT_V(s, nir_lower_wrmasks, should_split_wrmask, s); 711 progress |= OPT(s, nir_lower_wrmasks, should_split_wrmask, s);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir.c | 1507 NIR_PASS_V(c->s, nir_lower_wrmasks, should_split_wrmask, c->s);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 760 /* Require contiguous masks, gauranteed by nir_lower_wrmasks */ 3365 NIR_PASS(progress, nir, nir_lower_wrmasks, should_split_wrmask, NULL);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 1484 - nir/nir_lower_wrmasks: Use the nir_lower_instructions_pass() helper.
|
| H A D | 21.1.0.rst | 2347 - broadcom/compiler: use nir_lower_wrmasks to simplify TMU general stores
|
Completed in 32 milliseconds