Home
last modified time | relevance | path

Searched refs:vresult (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c236 union pipe_query_result *vresult) in softpipe_get_query_result()
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()
302 return vresult in is_result_nonzero()
233 softpipe_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) softpipe_get_query_result() argument
286 is_result_nonzero(struct pipe_query *q, union pipe_query_result *vresult) is_result_nonzero() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c97 union pipe_query_result *vresult) in llvmpipe_get_query_result()
102 uint64_t *result = (uint64_t *)vresult; in llvmpipe_get_query_result()
132 vresult->b = vresult->b || pq->end[i]; in llvmpipe_get_query_result()
155 (struct pipe_query_data_timestamp_disjoint *)vresult; in llvmpipe_get_query_result()
162 vresult->b = true; in llvmpipe_get_query_result()
171 vresult->b = false; in llvmpipe_get_query_result()
173 vresult->b |= pq->num_primitives_generated[s] > pq->num_primitives_written[s]; in llvmpipe_get_query_result()
176 vresult->b = pq->num_primitives_generated[0] > pq->num_primitives_written[0]; in llvmpipe_get_query_result()
180 (struct pipe_query_data_so_statistics *)vresult; in llvmpipe_get_query_result()
94 llvmpipe_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) llvmpipe_get_query_result() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_query.c143 union pipe_query_result *vresult) in r300_get_query_result()
154 vresult->b = TRUE; in r300_get_query_result()
156 vresult->b = r300->rws->buffer_wait(r300->rws, q->buf, 0, RADEON_USAGE_READWRITE); in r300_get_query_result()
158 return vresult->b; in r300_get_query_result()
177 vresult->b = temp != 0; in r300_get_query_result()
179 vresult->u64 = temp; in r300_get_query_result()
140 r300_get_query_result(struct pipe_context* pipe, struct pipe_query* query, bool wait, union pipe_query_result *vresult) r300_get_query_result() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_query_pipe.c140 bool wait, union pipe_query_result *vresult) in v3d_get_query_result_pipe()
165 vresult->u64 = result; in v3d_get_query_result_pipe()
169 vresult->b = result != 0; in v3d_get_query_result_pipe()
173 vresult->u64 = pquery->end - pquery->start; in v3d_get_query_result_pipe()
139 v3d_get_query_result_pipe(struct v3d_context *v3d, struct v3d_query *query, bool wait, union pipe_query_result *vresult) v3d_get_query_result_pipe() argument
H A Dv3d_query.c90 bool wait, union pipe_query_result *vresult) in v3d_get_query_result()
95 return q->funcs->get_query_result(v3d, q, wait, vresult); in v3d_get_query_result()
89 v3d_get_query_result(struct pipe_context *pctx, struct pipe_query *query, bool wait, union pipe_query_result *vresult) v3d_get_query_result() argument
H A Dv3d_query_perfcnt.c276 bool wait, union pipe_query_result *vresult) in v3d_get_query_result_perfcnt()
300 vresult->batch[i].u64 = pquery->perfmon->values[i]; in v3d_get_query_result_perfcnt()
275 v3d_get_query_result_perfcnt(struct v3d_context *v3d, struct v3d_query *query, bool wait, union pipe_query_result *vresult) v3d_get_query_result_perfcnt() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c1087 union pipe_query_result *vresult) in svga_get_query_result()
1092 uint64_t *result = (uint64_t *)vresult; in svga_get_query_result()
1117 vresult->b = occResult.anySamplesRendered != 0; in svga_get_query_result()
1121 vresult->b = count != 0; in svga_get_query_result()
1128 (struct pipe_query_data_so_statistics *)vresult; in svga_get_query_result()
1184 vresult->u64 = sq->end_count - sq->begin_count; in svga_get_query_result()
1188 vresult->u64 = svgascreen->hud.total_resource_bytes; in svga_get_query_result()
1191 vresult->u64 = svga->hud.num_shaders; in svga_get_query_result()
1194 vresult->u64 = svgascreen->hud.num_resources; in svga_get_query_result()
1197 vresult in svga_get_query_result()
1084 svga_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) svga_get_query_result() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_query.c69 bool wait, union pipe_query_result *vresult) in i915_get_query_result()
71 uint64_t *result = (uint64_t *)vresult; in i915_get_query_result()
68 i915_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *vresult) i915_get_query_result() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_query.c71 bool wait, union pipe_query_result *vresult) in lima_get_query_result()
73 uint64_t *result = &vresult->u64; in lima_get_query_result()
70 lima_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *vresult) lima_get_query_result() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_query.c251 bool wait, union pipe_query_result *vresult) in vc4_get_query_result()
260 vresult->u64 = 0; in vc4_get_query_result()
275 vresult->batch[i].u64 = query->hwperfmon->counters[i]; in vc4_get_query_result()
250 vc4_get_query_result(struct pipe_context *pctx, struct pipe_query *pquery, bool wait, union pipe_query_result *vresult) vc4_get_query_result() argument
/third_party/googletest/googlemock/test/
H A Dgmock-actions_test.cc1781 std::vector<std::unique_ptr<int>> vresult = mock.MakeVectorUnique(); in TEST() local
1782 EXPECT_EQ(1u, vresult.size()); in TEST()
1783 EXPECT_NE(nullptr, vresult[0]); in TEST()
1784 EXPECT_EQ(7, *vresult[0]); in TEST()
1821 std::vector<std::unique_ptr<int>> vresult = mock.MakeVectorUnique(); in TEST() local
1822 EXPECT_EQ(1u, vresult.size()); in TEST()
1823 EXPECT_NE(nullptr, vresult[0]); in TEST()
1824 EXPECT_EQ(7, *vresult[0]); in TEST()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c947 union pipe_query_result *vresult) in panfrost_get_query_result()
972 vresult->u64 = passed; in panfrost_get_query_result()
974 vresult->b = !!result[0]; in panfrost_get_query_result()
982 vresult->u64 = query->end - query->start; in panfrost_get_query_result()
944 panfrost_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) panfrost_get_query_result() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c79 union pipe_query_result *vresult) in noop_get_query_result()
81 uint64_t *result = (uint64_t*)vresult; in noop_get_query_result()
76 noop_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *vresult) noop_get_query_result() argument
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c91 union pipe_query_result *vresult) in agx_get_query_result()
93 uint64_t *result = (uint64_t*)vresult; in agx_get_query_result()
88 agx_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *vresult) agx_get_query_result() argument

Completed in 14 milliseconds