Searched refs:ir2_optimize_nir (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2.h94 int ir2_optimize_nir(nir_shader *s, bool lower);
H A Dfd2_program.c106 if (ir2_optimize_nir(so->nir, true))
143 if (ir2_optimize_nir(so->nir, true))
H A Dir2_nir.c97 ir2_optimize_nir(nir_shader *s, bool lower) function in typeref:typename:int
1054 ir2_optimize_nir(ctx->nir, false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2.h94 int ir2_optimize_nir(nir_shader *s, bool lower);
H A Dfd2_program.c108 if (ir2_optimize_nir(so->nir, true))
146 if (ir2_optimize_nir(so->nir, true))
H A Dir2_nir.c108 ir2_optimize_nir(nir_shader *s, bool lower) function in typeref:typename:int
1068 ir2_optimize_nir(ctx->nir, false);

Completed in 13 milliseconds