Searched refs:nir_lower_wrmasks (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_wrmasks.c | 221 nir_lower_wrmasks(nir_shader *shader, nir_instr_filter_cb cb, const void *data) in nir_lower_wrmasks() function
|
D | meson.build | 206 'nir_lower_wrmasks.c',
|
D | nir.h | 5356 bool nir_lower_wrmasks(nir_shader *shader, nir_instr_filter_cb cb, const void *data);
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 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/ |
D | vir.c | 1507 NIR_PASS_V(c->s, nir_lower_wrmasks, should_split_wrmask, c->s); in v3d_attempt_compile()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 3363 NIR_PASS(progress, nir, nir_lower_wrmasks, should_split_wrmask, NULL); in bi_optimize_nir()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 1484 - nir/nir_lower_wrmasks: Use the nir_lower_instructions_pass() helper.
|
D | 21.1.0.rst | 2347 - broadcom/compiler: use nir_lower_wrmasks to simplify TMU general stores
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 1041 ../src/compiler/nir/nir_lower_wrmasks.c
|