u_blitter: add a msaa parameter to util_blitter_clear
[mesa.git] / src / gallium / auxiliary / util / u_tests.h
index 106b0a0a9386f8f15164b7182081aa6d6d42ca0f..5ac5d8371dfc8748b68b746fdf171972df9c9639 100644 (file)
@@ -35,7 +35,11 @@ extern "C" {
 #endif
 
 struct pipe_screen;
+struct pipe_context;
+struct pipe_resource;
 
+void util_test_constant_buffer(struct pipe_context *ctx,
+                               struct pipe_resource *constbuf);
 void util_run_tests(struct pipe_screen *screen);
 
 #ifdef __cplusplus