Home
last modified time | relevance | path

Searched refs:vresult (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
Dr300_query.c138 union pipe_query_result *vresult) in r300_get_query_result() argument
148 vresult->b = TRUE; in r300_get_query_result()
150 vresult->b = !r300->rws->buffer_is_busy(q->buf, RADEON_USAGE_READWRITE); in r300_get_query_result()
152 return vresult->b; in r300_get_query_result()
172 vresult->b = temp != 0; in r300_get_query_result()
174 vresult->u64 = temp; in r300_get_query_result()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c138 union pipe_query_result *vresult) in r300_get_query_result() argument
148 vresult->b = TRUE; in r300_get_query_result()
150 vresult->b = !r300->rws->buffer_is_busy(q->buf, RADEON_USAGE_READWRITE); in r300_get_query_result()
152 return vresult->b; in r300_get_query_result()
172 vresult->b = temp != 0; in r300_get_query_result()
174 vresult->u64 = temp; in r300_get_query_result()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_query.c160 union pipe_query_result *vresult) in softpipe_get_query_result() argument
163 uint64_t *result = (uint64_t*)vresult; in softpipe_get_query_result()
167 memcpy(vresult, &sq->so, in softpipe_get_query_result()
178 memcpy(vresult, &td, in softpipe_get_query_result()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c160 union pipe_query_result *vresult) in softpipe_get_query_result() argument
163 uint64_t *result = (uint64_t*)vresult; in softpipe_get_query_result()
167 memcpy(vresult, &sq->so, in softpipe_get_query_result()
178 memcpy(vresult, &td, in softpipe_get_query_result()
/external/mesa3d/src/gallium/drivers/i915/
Di915_query.c68 union pipe_query_result *vresult) in i915_get_query_result() argument
70 uint64_t *result = (uint64_t*)vresult; in i915_get_query_result()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Di915_query.c68 union pipe_query_result *vresult) in i915_get_query_result() argument
70 uint64_t *result = (uint64_t*)vresult; in i915_get_query_result()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
Dr600_query.c62 boolean wait, union pipe_query_result *vresult) in r600_get_query_result() argument
67 return r600_context_query_result(rctx, rquery, wait, vresult); in r600_get_query_result()
Dr600.h108 boolean wait, void *vresult);
Dr600_hw_context.c594 boolean wait, void *vresult) in r600_context_query_result() argument
596 boolean *result_b = (boolean*)vresult; in r600_context_query_result()
597 uint64_t *result_u64 = (uint64_t*)vresult; in r600_context_query_result()
599 (struct pipe_query_data_so_statistics*)vresult; in r600_context_query_result()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_query.c62 boolean wait, union pipe_query_result *vresult) in r600_get_query_result() argument
67 return r600_context_query_result(rctx, rquery, wait, vresult); in r600_get_query_result()
Dr600.h108 boolean wait, void *vresult);
Dr600_hw_context.c594 boolean wait, void *vresult) in r600_context_query_result() argument
596 boolean *result_b = (boolean*)vresult; in r600_context_query_result()
597 uint64_t *result_u64 = (uint64_t*)vresult; in r600_context_query_result()
599 (struct pipe_query_data_so_statistics*)vresult; in r600_context_query_result()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_query.c88 union pipe_query_result *vresult) in llvmpipe_get_query_result() argument
91 uint64_t *result = (uint64_t *)vresult; in llvmpipe_get_query_result()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c88 union pipe_query_result *vresult) in llvmpipe_get_query_result() argument
91 uint64_t *result = (uint64_t *)vresult; in llvmpipe_get_query_result()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c210 union pipe_query_result *vresult) in svga_get_query_result() argument
217 uint64_t *result = (uint64_t*)vresult; in svga_get_query_result()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_pipe_query.c210 union pipe_query_result *vresult) in svga_get_query_result() argument
217 uint64_t *result = (uint64_t*)vresult; in svga_get_query_result()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c72 union pipe_query_result *vresult) in noop_get_query_result() argument
74 uint64_t *result = (uint64_t*)vresult; in noop_get_query_result()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
Dnoop_pipe.c72 union pipe_query_result *vresult) in noop_get_query_result() argument
74 uint64_t *result = (uint64_t*)vresult; in noop_get_query_result()