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 D | ir2.h | 94 int ir2_optimize_nir(nir_shader *s, bool lower);
|
| H A D | fd2_program.c | 106 if (ir2_optimize_nir(so->nir, true)) 143 if (ir2_optimize_nir(so->nir, true))
|
| H A D | ir2_nir.c | 97 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 D | ir2.h | 94 int ir2_optimize_nir(nir_shader *s, bool lower);
|
| H A D | fd2_program.c | 108 if (ir2_optimize_nir(so->nir, true)) 146 if (ir2_optimize_nir(so->nir, true))
|
| H A D | ir2_nir.c | 108 ir2_optimize_nir(nir_shader *s, bool lower) function in typeref:typename:int 1068 ir2_optimize_nir(ctx->nir, false);
|
Completed in 13 milliseconds