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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_wrmasks.c221 nir_lower_wrmasks(nir_shader *shader, nir_instr_filter_cb cb, const void *data) function in typeref:typename:bool
H A Dnir.h5356 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 Dir3_nir.c406 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 Dvir.c1507 NIR_PASS_V(c->s, nir_lower_wrmasks, should_split_wrmask, c->s);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c760 /* 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 D20.3.0.rst1484 - nir/nir_lower_wrmasks: Use the nir_lower_instructions_pass() helper.
H A D21.1.0.rst2347 - broadcom/compiler: use nir_lower_wrmasks to simplify TMU general stores

Completed in 32 milliseconds