Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c217 screen->get_device_uuid(screen, uuid); in dd_screen_get_device_uuid()
655 SCR_INIT(get_device_uuid); in ddebug_screen_create()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h543 void (*get_device_uuid)(struct pipe_screen *screen, char *uuid); member
/third_party/mesa3d/docs/relnotes/
D21.3.5.rst38 - llvmpipe: Unimplemented get_driver_uuid/get_device_uuid causes segfaults in e.g. Wine
D22.0.0.rst81 - llvmpipe: Unimplemented get_driver_uuid/get_device_uuid causes segfaults in e.g. Wine
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c675 oscreen->get_device_uuid(oscreen, uuid); in noop_get_device_uuid()
803 screen->get_device_uuid = noop_get_device_uuid; in noop_screen_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c804 pscreen->get_device_uuid = crocus_get_device_uuid; in crocus_screen_create()
/third_party/mesa3d/src/mesa/main/
Dversion.c704 screen->get_device_uuid(screen, (char *)uuid); in _mesa_get_device_uuid()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c882 pscreen->get_device_uuid = iris_get_device_uuid; in iris_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c458 screen->get_device_uuid(screen, uuid); in trace_screen_get_device_uuid()
1447 SCR_INIT(get_device_uuid); in trace_screen_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c1148 pscreen->get_device_uuid = fd_screen_get_device_uuid; in fd_screen_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c1068 screen->base.get_device_uuid = llvmpipe_get_device_uuid; in llvmpipe_create_screen()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c1039 sscreen->b.get_device_uuid = si_get_device_uuid; in si_init_screen_get_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp1165 screen->base.get_device_uuid = d3d12_get_device_uuid; in d3d12_init_screen_base()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1032 pdevice->pscreen->get_device_uuid(pdevice->pscreen, (char*)(p->deviceUUID)); in lvp_get_physical_device_properties_1_1()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c2276 screen->base.get_device_uuid = zink_get_device_uuid; in zink_internal_create_screen()