Lines Matching defs:vresult
236 union pipe_query_result *vresult)
239 uint64_t *result = (uint64_t*)vresult;
244 (struct pipe_query_data_so_statistics *)vresult;
250 memcpy(vresult, &sq->stats,
254 vresult->b = true;
258 vresult->b = sq->end != 0;
262 (struct pipe_query_data_timestamp_disjoint *)vresult;
276 vresult->b = sq->end - sq->start != 0;
287 union pipe_query_result *vresult)
302 return vresult->b;
304 return !!vresult->u64;