Home
last modified time | relevance | path

Searched refs:query_memory_info (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h447 void (*query_memory_info)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/drivers/tegra/
H A 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_noop/
H A 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/auxiliary/driver_ddebug/
H A 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/drivers/crocus/
H A Dcrocus_screen.c810 pscreen->query_memory_info = crocus_query_memory_info; in crocus_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c1142 trace_dump_call_begin("pipe_screen", "query_memory_info"); in trace_screen_query_memory_info()
1146 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/iris/
H A Diris_screen.c888 pscreen->query_memory_info = iris_query_memory_info; in iris_screen_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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/
H A Dvirgl_screen.c1074 screen->base.query_memory_info = virgl_query_memory_info; in virgl_create_screen()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c1248 rscreen->b.query_memory_info = r600_query_memory_info; in r600_common_screen_init()
/third_party/mesa3d/src/mesa/main/
H A 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/
H A Dzink_screen.c2287 screen->base.query_memory_info = zink_query_memory_info; in zink_internal_create_screen()

Completed in 20 milliseconds