Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_screen.c442 screen->gpu->query_memory_info(screen->gpu, info); in tegra_screen_query_memory_info()
623 screen->base.query_memory_info = tegra_screen_query_memory_info; in tegra_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c129 screen->query_memory_info(screen, info); in dd_screen_query_memory_info()
627 dscreen->base.query_memory_info = dd_screen_query_memory_info; in ddebug_screen_create()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h447 void (*query_memory_info)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c586 screen->query_memory_info(screen, info); in noop_query_memory_info()
791 screen->query_memory_info = noop_query_memory_info; in noop_screen_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c810 pscreen->query_memory_info = crocus_query_memory_info; in crocus_screen_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c888 pscreen->query_memory_info = iris_query_memory_info; in iris_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c1146 screen->query_memory_info(screen, info); in trace_screen_query_memory_info()
1426 SCR_INIT(query_memory_info); in trace_screen_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c1041 sscreen->b.query_memory_info = si_query_memory_info; in si_init_screen_get_functions()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c1074 screen->base.query_memory_info = virgl_query_memory_info; in virgl_create_screen()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1248 rscreen->b.query_memory_info = r600_query_memory_info; in r600_common_screen_init()
/third_party/mesa3d/src/mesa/main/
Dget.c1262 assert(screen->query_memory_info); in find_custom_value()
1263 screen->query_memory_info(screen, &info); in find_custom_value()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c2287 screen->base.query_memory_info = zink_query_memory_info; in zink_internal_create_screen()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3857 - aux/trace: support pipe_screen::query_memory_info