Searched refs:gb_query_map (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c259 alloc_entry = svga->gb_query_map[i];
266 svga->gb_query_map[i] = alloc_entry->next;
380 alloc_entry = svga->gb_query_map[type];
390 svga->gb_query_map[type] = alloc_entry;
401 alloc_entry->next = svga->gb_query_map[type];
402 svga->gb_query_map[type] = alloc_entry;
424 alloc_entry = svga->gb_query_map[sq->svga_type];
453 alloc_entry = svga->gb_query_map[i];
460 svga->gb_query_map[i] = NULL;
491 memset (svga->gb_query_map,
[all...]
H A Dsvga_context.h570 struct svga_qmem_alloc_entry *gb_query_map[SVGA_QUERY_MAX]; member in struct:svga_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c273 alloc_entry = svga->gb_query_map[i];
280 svga->gb_query_map[i] = alloc_entry->next;
386 alloc_entry = svga->gb_query_map[type];
396 svga->gb_query_map[type] = alloc_entry;
407 alloc_entry->next = svga->gb_query_map[type];
408 svga->gb_query_map[type] = alloc_entry;
430 alloc_entry = svga->gb_query_map[sq->svga_type];
459 alloc_entry = svga->gb_query_map[i];
466 svga->gb_query_map[i] = NULL;
497 memset (svga->gb_query_map,
[all...]
H A Dsvga_context.h532 struct svga_qmem_alloc_entry *gb_query_map[SVGA_QUERY_MAX]; member in struct:svga_context

Completed in 11 milliseconds