Searched refs:gb_query (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c64 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 Dsvga_context.c89 if (svga->gb_query) {
91 svga->gb_query = NULL;
H A Dsvga_context.h567 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 Dsvga_pipe_query.c63 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 Dsvga_context.c83 if (svga->gb_query) {
85 svga->gb_query = NULL;
H A Dsvga_context.h529 struct svga_winsys_gb_query *gb_query; /**< gb query object, one per context */ member in struct:svga_context

Completed in 9 milliseconds