Home
last modified time | relevance | path

Searched refs:pipe_query_result (Results 1 - 25 of 87) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.h135 union pipe_query_result *result);
177 void (*clear_result)(struct si_query_hw *, union pipe_query_result *);
179 union pipe_query_result *result);
228 union pipe_query_result *result);
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.h126 union pipe_query_result *result);
161 void (*clear_result)(struct r600_query_hw *, union pipe_query_result *);
164 union pipe_query_result *result);
208 union pipe_query_result *result);
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_query.c87 union pipe_query_result *result) in occlusion_counter_accumulate_result()
96 union pipe_query_result *result) in occlusion_predicate_accumulate_result()
220 const void *end, union pipe_query_result *result) in time_elapsed_accumulate_result()
229 const void *end, union pipe_query_result *result) in timestamp_accumulate_result()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c122 union pipe_query_result *result) in occlusion_counter_result()
130 union pipe_query_result *result) in occlusion_predicate_result()
230 union pipe_query_result *result) in time_elapsed_accumulate_result()
238 union pipe_query_result *result) in timestamp_accumulate_result()
381 union pipe_query_result *result) in primitives_generated_result()
436 union pipe_query_result *result) in primitives_emitted_result()
554 union pipe_query_result *result) in perfcntr_accumulate_result()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp204 union pipe_query_result *result, bool write, bool wait)
310 union pipe_query_result *result, bool write, bool wait)
312 union pipe_query_result local_result;
365 union pipe_query_result result;
404 union pipe_query_result result;
503 union pipe_query_result *result)
578 union pipe_query_result result;
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c118 union pipe_query_result *result) in occlusion_counter_result()
126 union pipe_query_result *result) in occlusion_predicate_result()
209 union pipe_query_result *result) in time_elapsed_accumulate_result()
217 union pipe_query_result *result) in timestamp_accumulate_result()
349 union pipe_query_result *result) in perfcntr_accumulate_result()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_query.c102 union pipe_query_result *result) in occlusion_counter_accumulate_result()
111 union pipe_query_result *result) in occlusion_predicate_accumulate_result()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw_metric.c124 union pipe_query_result *result) in nv50_hw_metric_get_query_result()
127 union pipe_query_result results[4] = {}; in nv50_hw_metric_get_query_result()
H A Dnv50_query.h16 bool, union pipe_query_result *);
H A Dnv50_query_hw.h23 bool, union pipe_query_result *);
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c236 union pipe_query_result *vresult) in softpipe_get_query_result()
287 union pipe_query_result *vresult) in is_result_nonzero()
318 union pipe_query_result result; in softpipe_check_render_cond()
319 memset(&result, 0, sizeof(union pipe_query_result)); in softpipe_check_render_cond()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_query.h36 bool wait, union pipe_query_result *result);
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query.h41 bool wait, union pipe_query_result *result);
H A Detnaviv_query_acc.h44 union pipe_query_result *result);
H A Detnaviv_query_acc_occlusion.c97 union pipe_query_result *result) in occlusion_result()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.h16 bool, union pipe_query_result *);
H A Dnvc0_query_hw.h23 bool, union pipe_query_result *);
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_query.c143 union pipe_query_result *vresult) in r300_get_query_result()
190 union pipe_query_result result; in r300_render_condition()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dtimestamp.cpp49 pipe_query_result result; in operator ()()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.h69 union pipe_query_result *result);
H A Dfreedreno_query.h44 bool wait, union pipe_query_result *result);
H A Dfreedreno_query_hw.h89 const void *end, union pipe_query_result *result);
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_query.c69 bool wait, union pipe_query_result *vresult) in i915_get_query_result()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_query.c71 bool wait, union pipe_query_result *vresult) in lima_get_query_result()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.h97 const union pipe_query_result *result);

Completed in 10 milliseconds

1234