Home
last modified time | relevance | path

Searched refs:gb_query_map (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c273 alloc_entry = svga->gb_query_map[i]; in allocate_query_block()
280 svga->gb_query_map[i] = alloc_entry->next; in allocate_query_block()
386 alloc_entry = svga->gb_query_map[type]; in allocate_query()
396 svga->gb_query_map[type] = alloc_entry; in allocate_query()
407 alloc_entry->next = svga->gb_query_map[type]; in allocate_query()
408 svga->gb_query_map[type] = alloc_entry; in allocate_query()
430 alloc_entry = svga->gb_query_map[sq->svga_type]; in deallocate_query()
459 alloc_entry = svga->gb_query_map[i]; in destroy_gb_query_obj()
466 svga->gb_query_map[i] = NULL; in destroy_gb_query_obj()
497 memset (svga->gb_query_map, 0, sizeof(svga->gb_query_map)); in define_query_vgpu10()
Dsvga_context.h534 struct svga_qmem_alloc_entry *gb_query_map[SVGA_QUERY_MAX]; member