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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.h43 struct pipe_query *pq_begin; member in struct:st_query_object
H A Dst_cb_queryobj.c74 if (stq->pq_begin) {
75 pipe->destroy_query(pipe, stq->pq_begin);
76 stq->pq_begin = NULL;
200 if (!stq->pq_begin) {
201 stq->pq_begin = pipe->create_query(pipe, type, 0);
204 if (stq->pq_begin)
205 ret = pipe->end_query(pipe, stq->pq_begin);
325 assert(stq->pq_begin);
326 pipe->get_query_result(pipe, stq->pq_begin, TRUE, (void *)&Result0);
329 assert(!stq->pq_begin);
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.h43 struct pipe_query *pq_begin; member in struct:st_query_object
H A Dst_cb_queryobj.c74 if (stq->pq_begin) {
75 pipe->destroy_query(pipe, stq->pq_begin);
76 stq->pq_begin = NULL;
200 if (!stq->pq_begin) {
201 stq->pq_begin = pipe->create_query(pipe, type, 0);
204 if (stq->pq_begin)
205 ret = pipe->end_query(pipe, stq->pq_begin);
332 assert(stq->pq_begin);
333 pipe->get_query_result(pipe, stq->pq_begin, TRUE, (void *)&Result0);
336 assert(!stq->pq_begin);
[all...]

Completed in 4 milliseconds