Searched defs:si_query_hw_ops (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_query.h | 166 struct si_query_hw_ops { struct 167 bool (*prepare_buffer)(struct si_context *, struct si_query_buffer *); 168 void (*emit_start)(struct si_context *, struct si_query_hw *, struct si_resource *buffer, 170 void (*emit_stop)(struct si_context *, struct si_query_hw *, struct si_resource *buffer, 172 void (*clear_result)(struct si_query_hw *, union pipe_query_result *); 173 void (*add_result)(struct si_screen *screen, struct si_query_hw *, void *buffer,
|