Searched refs:gb_query (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_query.c | 64 struct svga_winsys_gb_query *gb_query; member in struct:svga_query 66 unsigned offset; /**< offset to the gb_query memory */ 463 if (svga->gb_query) 464 sws->query_destroy(sws, svga->gb_query); 465 svga->gb_query = NULL; 485 if (svga->gb_query == NULL) { 487 svga->gb_query = sws->query_create(sws, SVGA_QUERY_MEM_SIZE); 488 if (!svga->gb_query) 495 SVGA_RETRY(svga, svga->swc->query_bind(svga->swc, svga->gb_query, 499 sq->gb_query [all...] |
| H A D | svga_context.c | 89 if (svga->gb_query) { 91 svga->gb_query = NULL;
|
| H A D | svga_context.h | 567 struct svga_winsys_gb_query *gb_query; /**< gb query object, one per context */ member in struct:svga_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_query.c | 63 struct svga_winsys_gb_query *gb_query; member in struct:svga_query 65 unsigned offset; /**< offset to the gb_query memory */ 469 if (svga->gb_query) 470 sws->query_destroy(sws, svga->gb_query); 471 svga->gb_query = NULL; 491 if (svga->gb_query == NULL) { 493 svga->gb_query = sws->query_create(sws, SVGA_QUERY_MEM_SIZE); 494 if (!svga->gb_query) 501 if (svga->swc->query_bind(svga->swc, svga->gb_query, 504 svga->swc->query_bind(svga->swc, svga->gb_query, [all...] |
| H A D | svga_context.c | 83 if (svga->gb_query) { 85 svga->gb_query = NULL;
|
| H A D | svga_context.h | 529 struct svga_winsys_gb_query *gb_query; /**< gb query object, one per context */ member in struct:svga_context
|
Completed in 9 milliseconds