nvc0: move firmware loading functions to nouveau
[mesa.git] / src / gallium / drivers / radeonsi / radeonsi_pipe.h
index 90d67e28d21047110e3cc6ec8a3e86efc0c4009b..6fbe6539d8765b856a641359bb66c57f5f4c6e38 100644 (file)
@@ -212,8 +212,8 @@ struct r600_context {
 /* r600_blit.c */
 void si_init_blit_functions(struct r600_context *rctx);
 void si_blit_uncompress_depth(struct pipe_context *ctx,
-               struct r600_resource_texture *texture,
-               struct r600_resource_texture *staging,
+               struct r600_texture *texture,
+               struct r600_texture *staging,
                unsigned first_level, unsigned last_level,
                unsigned first_layer, unsigned last_layer);
 void si_flush_depth_textures(struct r600_context *rctx,