/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_query.h | 135 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 D | r600_query.h | 126 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 D | fd4_query.c | 87 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 D | fd6_query.c | 122 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 D | d3d12_query.cpp | 204 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 D | fd5_query.c | 118 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 D | fd3_query.c | 102 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 D | nv50_query_hw_metric.c | 124 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 D | nv50_query.h | 16 bool, union pipe_query_result *);
|
H A D | nv50_query_hw.h | 23 bool, union pipe_query_result *);
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_query.c | 236 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 D | v3d_query.h | 36 bool wait, union pipe_query_result *result);
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_query.h | 41 bool wait, union pipe_query_result *result);
|
H A D | etnaviv_query_acc.h | 44 union pipe_query_result *result);
|
H A D | etnaviv_query_acc_occlusion.c | 97 union pipe_query_result *result) in occlusion_result()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_query.h | 16 bool, union pipe_query_result *);
|
H A D | nvc0_query_hw.h | 23 bool, union pipe_query_result *);
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_query.c | 143 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 D | timestamp.cpp | 49 pipe_query_result result; in operator ()()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_acc.h | 69 union pipe_query_result *result);
|
H A D | freedreno_query.h | 44 bool wait, union pipe_query_result *result);
|
H A D | freedreno_query_hw.h | 89 const void *end, union pipe_query_result *result);
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_query.c | 69 bool wait, union pipe_query_result *vresult) in i915_get_query_result()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_query.c | 71 bool wait, union pipe_query_result *vresult) in lima_get_query_result()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump_state.h | 97 const union pipe_query_result *result);
|