Searched refs:svga_destroy_query (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c762 svga_destroy_query(struct pipe_context *pipe, struct pipe_query *q) function in typeref:typename:void
785 svga_destroy_query(pipe, sq->predicate);
831 assert(!"svga: unexpected query type in svga_destroy_query()");
1293 svga_destroy_query(pipe, q);
1342 svga->pipe.destroy_query = svga_destroy_query;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c775 svga_destroy_query(struct pipe_context *pipe, struct pipe_query *q) function in typeref:typename:void
798 svga_destroy_query(pipe, sq->predicate);
840 assert(!"svga: unexpected query type in svga_destroy_query()");
1286 svga_destroy_query(pipe, q);
1342 svga->pipe.destroy_query = svga_destroy_query;

Completed in 5 milliseconds