freedreno: Move the resource_read early out to an inline.
[mesa.git] / src / gallium / drivers / freedreno / freedreno_batch.h
index 8ec3700b7adb9109542b048a0c605d7b7e71ffe4..6a48c3435acd608331d6a2453d6d8734922fea72 100644 (file)
@@ -257,7 +257,7 @@ void fd_batch_reset(struct fd_batch *batch);
 void fd_batch_flush(struct fd_batch *batch);
 void fd_batch_add_dep(struct fd_batch *batch, struct fd_batch *dep);
 void fd_batch_resource_write(struct fd_batch *batch, struct fd_resource *rsc);
-void fd_batch_resource_read(struct fd_batch *batch, struct fd_resource *rsc);
+void fd_batch_resource_read_slowpath(struct fd_batch *batch, struct fd_resource *rsc);
 void fd_batch_check_size(struct fd_batch *batch);
 
 /* not called directly: */