Searched refs:nir_opt_algebraic_late (Results 1 - 25 of 28) sorted by relevance
12
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.7.rst | 73 - gallivm/nir: Call nir_lower_bool_to_int32 after nir_opt_algebraic_late
|
| H A D | 19.3.0.rst | 790 - freedreno: Enable the nir_opt_algebraic_late() pass. 794 - aco: call nir_opt_algebraic_late() exhaustively 1128 - vc4: Enable the nir_opt_algebraic_late() pass.
|
| H A D | 21.2.0.rst | 2209 - gallivm: run nir_opt_algebraic_late 2243 - zink: run nir_opt_algebraic_late
|
| H A D | 21.0.0.rst | 830 - radv: call nir_opt_algebraic_late() after lowering idiv for small bitsizes
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_nir.c | 892 OPT(nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir.c | 1120 if (OPT(nir_opt_algebraic_late)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir.cpp | 938 NIR_PASS_V(sh, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 639 NIR_PASS(more_late_algebraic, nir, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir.c | 740 more_late_algebraic = OPT(s, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 1070 OPT_V(ctx->nir, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir.c | 1155 NIR_PASS_V(s, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 1114 OPT_V(ctx->nir, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_compile.c | 1241 NIR_PASS_V(nir, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir.c | 1521 NIR_PASS(more_late_algebraic, c->s, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 444 NIR_PASS(progress, s, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 208 NIR_PASS(more_late_algebraic, nir, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir.h | 3695 bool nir_opt_algebraic_late(nir_shader *shader);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir.h | 3475 /** lowers fneg to fmul(x, -1.0). Driver must call nir_opt_algebraic_late() */ 3477 /** lowers ineg to isub. Driver must call nir_opt_algebraic_late(). */ 3720 * fadd(x, fneg(y)). If true, driver should call nir_opt_algebraic_late(). */ 3724 * iadd(x, ineg(y)). If true, driver should call nir_opt_algebraic_late(). */ 5518 bool nir_opt_algebraic_late(nir_shader *shader);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 934 NIR_PASS(progress, nir, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 2335 NIR_PASS(more_late_algebraic, c->s, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 3413 NIR_PASS(late_algebraic, nir, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 396 NIR_PASS(progress, nir, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir.c | 735 unreachable("Should have been lowered in nir_opt_algebraic_late."); 2463 NIR_PASS(progress, nir, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi.c | 3110 NIR_PASS(progress, s, nir_opt_algebraic_late);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | nir_to_dxil.c | 4758 NIR_PASS(progress, s, nir_opt_algebraic_late);
|
Completed in 90 milliseconds
12