Searched defs:virgl_query (Results 1 – 1 of 1) sorted by relevance
31 struct virgl_query { struct32 uint32_t handle;33 struct virgl_resource *buf;35 unsigned index;36 unsigned type;37 unsigned result_size;38 unsigned result_gotten_sent;74 static inline struct virgl_query *virgl_query(struct pipe_query *q) in virgl_query() function