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