Searched refs:should_split_wrmask (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 183 should_split_wrmask(const nir_instr *instr, const void *data) in should_split_wrmask() function 342 OPT_V(s, nir_lower_wrmasks, should_split_wrmask, s); in ir3_finalize_nir() 710 progress |= OPT(s, nir_lower_wrmasks, should_split_wrmask, s); in ir3_nir_lower_variant()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir.c | 1187 should_split_wrmask(const nir_instr *instr, const void *data) in should_split_wrmask() function 1583 NIR_PASS(_, c->s, nir_lower_wrmasks, should_split_wrmask, c->s); in v3d_attempt_compile()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 4263 should_split_wrmask(const nir_instr *instr, UNUSED const void *data) in should_split_wrmask() function 4463 NIR_PASS(progress, nir, nir_lower_wrmasks, should_split_wrmask, NULL); in bi_optimize_nir()
|