Home
last modified time | relevance | path

Searched refs:should_split_wrmask (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c280 should_split_wrmask(const nir_instr *instr, const void *data) in should_split_wrmask() function
405 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/
Dvir.c1111 should_split_wrmask(const nir_instr *instr, const void *data) in should_split_wrmask() function
1507 NIR_PASS_V(c->s, nir_lower_wrmasks, should_split_wrmask, c->s); in v3d_attempt_compile()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3186 should_split_wrmask(const nir_instr *instr, UNUSED const void *data) in should_split_wrmask() function
3363 NIR_PASS(progress, nir, nir_lower_wrmasks, should_split_wrmask, NULL); in bi_optimize_nir()