Searched refs:nv_dbg (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c185 char *nv_dbg = getenv("NOUVEAU_MESA_DEBUG"); local in function:nouveau_screen_init
186 if (nv_dbg)
187 nouveau_mesa_debug = atoi(nv_dbg);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c201 char *nv_dbg = getenv("NOUVEAU_MESA_DEBUG"); local in function:nouveau_screen_init
202 if (nv_dbg)
203 nouveau_mesa_debug = atoi(nv_dbg);

Completed in 3 milliseconds