Searched defs:svga_query (Results 1 – 1 of 1) sorted by relevance
47 struct svga_query { struct48 struct pipe_query base;49 unsigned type; /**< PIPE_QUERY_x or SVGA_QUERY_x */50 SVGA3dQueryType svga_type; /**< SVGA3D_QUERYTYPE_x or unused */75 static inline struct svga_query * argument76 svga_query(struct pipe_query *q) in svga_query() function