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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c324 GLuint64EXT Result0 = 0; local in function:get_query_result
326 pipe->get_query_result(pipe, stq->pq_begin, TRUE, (void *)&Result0);
327 stq->base.Result -= Result0;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c331 GLuint64EXT Result0 = 0; local in function:get_query_result
333 pipe->get_query_result(pipe, stq->pq_begin, TRUE, (void *)&Result0);
334 stq->base.Result -= Result0;

Completed in 3 milliseconds