radeonsi: Rename the commonly occurring rctx/r600 variables.
[mesa.git] / src / gallium / drivers / radeonsi / si_resource.h
index 9f97c866b0af7896cb7320b1c029cd83b7f848b2..67da8faead8bc3cb1a797e1f610301b090f466d8 100644 (file)
@@ -48,7 +48,7 @@ void si_init_screen_resource_functions(struct pipe_screen *screen);
 
 struct si_context;
 
-void si_upload_const_buffer(struct si_context *rctx, struct r600_resource **rbuffer,
+void si_upload_const_buffer(struct si_context *sctx, struct r600_resource **rbuffer,
                            const uint8_t *ptr, unsigned size,
                            uint32_t *const_offset);