Searched defs:r300_query (Results 1 – 2 of 2) sorted by relevance
293 struct r300_query { struct295 unsigned type;297 unsigned num_pipes;300 unsigned num_results;302 boolean begin_emitted;305 struct pb_buffer *buf;306 struct radeon_winsys_cs_handle *cs_buf;634 static INLINE struct r300_query* r300_query(struct pipe_query* q) in r300_query() function