Searched refs:query_memory_info (Results 1 – 13 of 13) sorted by relevance
442 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()
129 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()
447 void (*query_memory_info)(struct pipe_screen *screen, member
586 screen->query_memory_info(screen, info); in noop_query_memory_info()791 screen->query_memory_info = noop_query_memory_info; in noop_screen_create()
810 pscreen->query_memory_info = crocus_query_memory_info; in crocus_screen_create()
888 pscreen->query_memory_info = iris_query_memory_info; in iris_screen_create()
1146 screen->query_memory_info(screen, info); in trace_screen_query_memory_info()1426 SCR_INIT(query_memory_info); in trace_screen_create()
1041 sscreen->b.query_memory_info = si_query_memory_info; in si_init_screen_get_functions()
1074 screen->base.query_memory_info = virgl_query_memory_info; in virgl_create_screen()
1248 rscreen->b.query_memory_info = r600_query_memory_info; in r600_common_screen_init()
1262 assert(screen->query_memory_info); in find_custom_value()1263 screen->query_memory_info(screen, &info); in find_custom_value()
2287 screen->base.query_memory_info = zink_query_memory_info; in zink_internal_create_screen()
3857 - aux/trace: support pipe_screen::query_memory_info