Searched refs:fd_acc_query (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query_acc.c | 37 is_active(struct fd_acc_query *aq, enum fd_render_stage stage) in is_active() 45 struct fd_acc_query *aq = fd_acc_query(q); in fd_acc_destroy_query() 56 realloc_query_bo(struct fd_context *ctx, struct fd_acc_query *aq) in realloc_query_bo() 80 struct fd_acc_query *aq = fd_acc_query(q); in fd_acc_begin_query() 103 struct fd_acc_query *aq = fd_acc_query(q); in fd_acc_end_query() 119 struct fd_acc_query *aq = fd_acc_query(q); in fd_acc_get_query_result() 176 struct fd_acc_query *aq; in fd_acc_create_query() 183 aq = CALLOC_STRUCT(fd_acc_query); in fd_acc_create_query() 204 struct fd_acc_query *aq; in fd_acc_query_set_stage()
|
D | freedreno_query_acc.h | 57 struct fd_acc_query; 67 void (*resume)(struct fd_acc_query *aq, struct fd_batch *batch); 68 void (*pause)(struct fd_acc_query *aq, struct fd_batch *batch); 74 struct fd_acc_query { struct 87 static inline struct fd_acc_query * argument 88 fd_acc_query(struct fd_query *q) in fd_acc_query() function 90 return (struct fd_acc_query *)q; in fd_acc_query()
|
D | freedreno_draw.c | 226 list_for_each_entry(struct fd_acc_query, aq, &ctx->acc_active_queries, node) in fd_draw_vbo() 405 list_for_each_entry(struct fd_acc_query, aq, &ctx->acc_active_queries, node) in fd_clear()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_query.c | 55 occlusion_resume(struct fd_acc_query *aq, struct fd_batch *batch) in occlusion_resume() 73 occlusion_pause(struct fd_acc_query *aq, struct fd_batch *batch) in occlusion_pause() 161 timestamp_resume(struct fd_acc_query *aq, struct fd_batch *batch) in timestamp_resume() 175 timestamp_pause(struct fd_acc_query *aq, struct fd_batch *batch) in timestamp_pause()
|