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.c1007 char host_log[1000]; in init_logging() local
1010 snprintf(host_log, sizeof(host_log) - strlen(log_prefix), in init_logging()
1012 svgascreen->sws->host_log(svgascreen->sws, host_log); in init_logging()
1014 snprintf(host_log, sizeof(host_log) - strlen(log_prefix), in init_logging()
1016 svgascreen->sws->host_log(svgascreen->sws, host_log); in init_logging()
1024 snprintf(host_log, sizeof(host_log) - strlen(log_prefix), in init_logging()
1026 svgascreen->sws->host_log(svgascreen->sws, host_log); in init_logging()
1325 svgascreen->sws->host_log = nop_host_log; in svga_screen_create()
Dsvga_winsys.h800 (*host_log)(struct svga_winsys_screen *sws, const char *message); member
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_svga.c925 vws->base.host_log = vmw_svga_winsys_host_log; in vmw_winsys_screen_init_svga()