Searched defs:vresult (Results 1 - 16 of 16) sorted by relevance

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

Completed in 260 milliseconds