Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_query.c31 struct virgl_query { struct
32 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