Home
last modified time | relevance | path

Searched refs:nir_lower_wrmasks (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_wrmasks.c221 nir_lower_wrmasks(nir_shader *shader, nir_instr_filter_cb cb, const void *data) in nir_lower_wrmasks() function
Dmeson.build206 'nir_lower_wrmasks.c',
Dnir.h5356 bool nir_lower_wrmasks(nir_shader *shader, nir_instr_filter_cb cb, const void *data);
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c405 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.c1507 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.c3363 NIR_PASS(progress, nir, nir_lower_wrmasks, should_split_wrmask, NULL); in bi_optimize_nir()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1484 - nir/nir_lower_wrmasks: Use the nir_lower_instructions_pass() helper.
D21.1.0.rst2347 - broadcom/compiler: use nir_lower_wrmasks to simplify TMU general stores
/third_party/mesa3d/ohos/
Ddependency_inputs.gni1041 ../src/compiler/nir/nir_lower_wrmasks.c