svga: emit sampler declarations in the helper function for non vgpu10
[mesa.git] / src / gallium / drivers / svga / svga_pipe_query.c
index 4e4086021a6e44bf0b0845a73810cfe3ff107dbd..88f41eadc1d272c00e145920382398d21345cc04 100644 (file)
@@ -72,11 +72,14 @@ struct svga_query {
 
 /** cast wrapper */
 static inline struct svga_query *
-svga_query( struct pipe_query *q )
+svga_query(struct pipe_query *q)
 {
    return (struct svga_query *)q;
 }
 
+/**
+ * VGPU9
+ */
 
 static boolean
 svga_get_query_result(struct pipe_context *pipe,