HomeSort by relevance Sort by last modified time
    Searched refs:svga_query (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_query.c 45 struct svga_query { struct
57 static INLINE struct svga_query *
58 svga_query( struct pipe_query *q ) function
60 return (struct svga_query *)q;
74 struct svga_query *sq;
78 sq = CALLOC_STRUCT(svga_query);
123 struct svga_query *sq = svga_query( q );
137 struct svga_query *sq = svga_query( q )
    [all...]
svga_context.h 311 struct svga_query;
369 struct svga_query *sq;

Completed in 782 milliseconds