Searched defs:virgl_query (Results 1 – 1 of 1) sorted by relevance
32 struct virgl_query { struct33 enum pipe_query_type type;35 union {40 uint32_t handle;41 uint32_t result_size;42 uint32_t pipeline_stats;44 bool ready;45 uint64_t result;104 static inline struct virgl_query *virgl_query(struct pipe_query *q) in virgl_query() function