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