/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
D | r300_query.c | 138 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/ |
D | r300_query.c | 138 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/ |
D | sp_query.c | 160 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/ |
D | sp_query.c | 160 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/ |
D | i915_query.c | 68 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/ |
D | i915_query.c | 68 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/ |
D | r600_query.c | 62 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()
|
D | r600.h | 108 boolean wait, void *vresult);
|
D | r600_hw_context.c | 594 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/ |
D | r600_query.c | 62 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()
|
D | r600.h | 108 boolean wait, void *vresult);
|
D | r600_hw_context.c | 594 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/ |
D | lp_query.c | 88 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/ |
D | lp_query.c | 88 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/ |
D | svga_pipe_query.c | 210 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/ |
D | svga_pipe_query.c | 210 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/ |
D | noop_pipe.c | 72 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/ |
D | noop_pipe.c | 72 union pipe_query_result *vresult) in noop_get_query_result() argument 74 uint64_t *result = (uint64_t*)vresult; in noop_get_query_result()
|