Searched refs:pq_begin (Results 1 – 2 of 2) sorted by relevance
72 if (stq->pq_begin) { in free_queries()73 pipe->destroy_query(pipe, stq->pq_begin); in free_queries()74 stq->pq_begin = NULL; in free_queries()150 if (!stq->pq_begin) { in st_BeginQuery()151 stq->pq_begin = pipe->create_query(pipe, type, 0); in st_BeginQuery()154 if (stq->pq_begin) in st_BeginQuery()155 ret = pipe->end_query(pipe, stq->pq_begin); in st_BeginQuery()270 assert(stq->pq_begin); in get_query_result()271 pipe->get_query_result(pipe, stq->pq_begin, TRUE, (void *)&Result0); in get_query_result()274 assert(!stq->pq_begin); in get_query_result()
43 struct pipe_query *pq_begin; member