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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_context.c1244 const char *host_debug_flagstring; local in function:virgl_context_create
1359 host_debug_flagstring = getenv("VIRGL_HOST_DEBUG");
1360 if (host_debug_flagstring)
1361 virgl_encode_host_debug_flagstring(vctx, host_debug_flagstring);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_context.c1550 const char *host_debug_flagstring; local in function:virgl_context_create
1675 host_debug_flagstring = getenv("VIRGL_HOST_DEBUG");
1676 if (host_debug_flagstring)
1677 virgl_encode_host_debug_flagstring(vctx, host_debug_flagstring);

Completed in 8 milliseconds