Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c1693 const char *host_debug_flagstring; in virgl_context_create() local
1831 host_debug_flagstring = getenv("VIRGL_HOST_DEBUG"); in virgl_context_create()
1832 if (host_debug_flagstring) in virgl_context_create()
1833 virgl_encode_host_debug_flagstring(vctx, host_debug_flagstring); in virgl_context_create()