Searched refs:fd_acc_query (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query_acc.h | 55 struct fd_acc_query; 65 void (*resume)(struct fd_acc_query *aq, struct fd_batch *batch) dt; 66 void (*pause)(struct fd_acc_query *aq, struct fd_batch *batch) dt; 68 void (*result)(struct fd_acc_query *aq, void *buf, 72 struct fd_acc_query { struct 95 static inline struct fd_acc_query * argument 96 fd_acc_query(struct fd_query *q) in fd_acc_query() function 98 return (struct fd_acc_query *)q; in fd_acc_query()
|
D | freedreno_query_acc.c | 38 struct fd_acc_query *aq = fd_acc_query(q); in fd_acc_destroy_query() 50 realloc_query_bo(struct fd_context *ctx, struct fd_acc_query *aq) in realloc_query_bo() 71 fd_acc_query_pause(struct fd_acc_query *aq) assert_dt in fd_acc_query_pause() 84 fd_acc_query_resume(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt in fd_acc_query_resume() 100 struct fd_acc_query *aq = fd_acc_query(q); in fd_acc_begin_query() 128 struct fd_acc_query *aq = fd_acc_query(q); in fd_acc_end_query() 142 struct fd_acc_query *aq = fd_acc_query(q); in fd_acc_get_query_result() 193 struct fd_acc_query *aq; in fd_acc_create_query2() 196 aq = CALLOC_STRUCT(fd_acc_query); in fd_acc_create_query2() 237 struct fd_acc_query *aq; in fd_acc_query_update_batch()
|
D | freedreno_draw.c | 231 list_for_each_entry (struct fd_acc_query, aq, &ctx->acc_active_queries, node) in batch_draw_tracking() 426 list_for_each_entry (struct fd_acc_query, aq, &ctx->acc_active_queries, node) in batch_clear_tracking()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_query.c | 61 occlusion_resume(struct fd_acc_query *aq, struct fd_batch *batch) in occlusion_resume() 77 occlusion_pause(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt in occlusion_pause() 121 occlusion_counter_result(struct fd_acc_query *aq, void *buf, in occlusion_counter_result() 129 occlusion_predicate_result(struct fd_acc_query *aq, void *buf, in occlusion_predicate_result() 165 timestamp_resume(struct fd_acc_query *aq, struct fd_batch *batch) in timestamp_resume() 179 time_elapsed_pause(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt in time_elapsed_pause() 202 timestamp_pause(struct fd_acc_query *aq, struct fd_batch *batch) in timestamp_pause() 229 time_elapsed_accumulate_result(struct fd_acc_query *aq, void *buf, in time_elapsed_accumulate_result() 237 timestamp_accumulate_result(struct fd_acc_query *aq, void *buf, in timestamp_accumulate_result() 337 primitives_generated_resume(struct fd_acc_query *aq, in primitives_generated_resume() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_query.c | 61 occlusion_resume(struct fd_acc_query *aq, struct fd_batch *batch) in occlusion_resume() 78 occlusion_pause(struct fd_acc_query *aq, struct fd_batch *batch) in occlusion_pause() 117 occlusion_counter_result(struct fd_acc_query *aq, void *buf, in occlusion_counter_result() 125 occlusion_predicate_result(struct fd_acc_query *aq, void *buf, in occlusion_predicate_result() 161 timestamp_resume(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt in timestamp_resume() 175 timestamp_pause(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt in timestamp_pause() 208 time_elapsed_accumulate_result(struct fd_acc_query *aq, void *buf, in time_elapsed_accumulate_result() 216 timestamp_accumulate_result(struct fd_acc_query *aq, void *buf, in timestamp_accumulate_result() 269 perfcntr_resume(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt in perfcntr_resume() 309 perfcntr_pause(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt in perfcntr_pause() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_query.c | 75 perfcntr_resume(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt in perfcntr_resume() 114 perfcntr_pause(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt in perfcntr_pause() 141 perfcntr_accumulate_result(struct fd_acc_query *aq, void *buf, in perfcntr_accumulate_result() 166 struct fd_acc_query *aq; in fd2_create_batch_query() 221 aq = fd_acc_query(q); in fd2_create_batch_query()
|