Home
last modified time | relevance | path

Searched defs:svga_query (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c47 struct svga_query { struct
48 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 * argument
76 svga_query(struct pipe_query *q) in svga_query() function