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 | 171 struct si_query_hw_ops { struct 172 bool (*prepare_buffer)(struct si_context *, struct si_query_buffer *); 173 void (*emit_start)(struct si_context *, struct si_query_hw *, struct si_resource *buffer, 175 void (*emit_stop)(struct si_context *, struct si_query_hw *, struct si_resource *buffer, 177 void (*clear_result)(struct si_query_hw *, union pipe_query_result *); 178 void (*add_result)(struct si_screen *screen, struct si_query_hw *, void *buffer,
|