Searched refs:nir_lower_undef_to_zero (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_undef_to_zero.c58 nir_lower_undef_to_zero(nir_shader *shader) function in typeref:typename:bool
H A Dnir.h5602 bool nir_lower_undef_to_zero(nir_shader *shader);
/xsrc/external/mit/MesaLib/dist/src/compiler/clc/
H A Dclc.c110 NIR_PASS(progress, s, nir_lower_undef_to_zero);
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c1236 NIR_PASS(progress, nir, nir_lower_undef_to_zero);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c1885 NIR_PASS(progress, s, nir_lower_undef_to_zero);
3609 unreachable("Should've been lowered by nir_lower_undef_to_zero");
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c3398 NIR_PASS(progress, nir, nir_lower_undef_to_zero);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c370 NIR_PASS(progress, nir, nir_lower_undef_to_zero);
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c4749 NIR_PASS(progress, s, nir_lower_undef_to_zero);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst2350 - broadcom/compiler: use nir_lower_undef_to_zero

Completed in 92 milliseconds