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 D | nir_lower_undef_to_zero.c | 58 nir_lower_undef_to_zero(nir_shader *shader) function in typeref:typename:bool
|
| H A D | nir.h | 5602 bool nir_lower_undef_to_zero(nir_shader *shader);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/clc/ |
| H A D | clc.c | 110 NIR_PASS(progress, s, nir_lower_undef_to_zero);
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_compile.c | 1236 NIR_PASS(progress, nir, nir_lower_undef_to_zero);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 1885 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 D | bifrost_compile.c | 3398 NIR_PASS(progress, nir, nir_lower_undef_to_zero);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 370 NIR_PASS(progress, nir, nir_lower_undef_to_zero);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | nir_to_dxil.c | 4749 NIR_PASS(progress, s, nir_lower_undef_to_zero);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 2350 - broadcom/compiler: use nir_lower_undef_to_zero
|
Completed in 92 milliseconds