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.c259 alloc_entry = svga->gb_query_map[i]; in allocate_query_block()
266 svga->gb_query_map[i] = alloc_entry->next; in allocate_query_block()
380 alloc_entry = svga->gb_query_map[type]; in allocate_query()
390 svga->gb_query_map[type] = alloc_entry; in allocate_query()
401 alloc_entry->next = svga->gb_query_map[type]; in allocate_query()
402 svga->gb_query_map[type] = alloc_entry; in allocate_query()
424 alloc_entry = svga->gb_query_map[sq->svga_type]; in deallocate_query()
453 alloc_entry = svga->gb_query_map[i]; in destroy_gb_query_obj()
460 svga->gb_query_map[i] = NULL; in destroy_gb_query_obj()
491 memset (svga->gb_query_map, 0, sizeof(svga->gb_query_map)); in define_query_vgpu10()
Dsvga_context.h570 struct svga_qmem_alloc_entry *gb_query_map[SVGA_QUERY_MAX]; member