Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.c853 char host_log[1000]; in init_logging() local
856 snprintf(host_log, sizeof(host_log) - strlen(log_prefix), in init_logging()
858 svgascreen->sws->host_log(svgascreen->sws, host_log); in init_logging()
860 snprintf(host_log, sizeof(host_log) - strlen(log_prefix), in init_logging()
862 svgascreen->sws->host_log(svgascreen->sws, host_log); in init_logging()
870 snprintf(host_log, sizeof(host_log) - strlen(log_prefix), in init_logging()
872 svgascreen->sws->host_log(svgascreen->sws, host_log); in init_logging()
1121 svgascreen->sws->host_log = nop_host_log; in svga_screen_create()
Dsvga_winsys.h786 (*host_log)(struct svga_winsys_screen *sws, const char *message); member
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_svga.c924 vws->base.host_log = vmw_svga_winsys_host_log; in vmw_winsys_screen_init_svga()