aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/blorp/blorp_priv.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-08-10 10:43:46 -0700
committerJason Ekstrand <[email protected]>2017-09-20 17:21:06 -0700
commitf395d0abc835c16e4fcea97086183660910af000 (patch)
treee8c236ad916e02ef87265e99bd1eb3e97ce77404 /src/intel/blorp/blorp_priv.h
parent1e5fd2f839187c647b7cbb7256d6c950b219eba3 (diff)
intel/blorp: Internally expose surf_convert_to_uncompressed
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/blorp/blorp_priv.h')
-rw-r--r--src/intel/blorp/blorp_priv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/intel/blorp/blorp_priv.h b/src/intel/blorp/blorp_priv.h
index 81bf8c66c66..7bbf0f04c20 100644
--- a/src/intel/blorp/blorp_priv.h
+++ b/src/intel/blorp/blorp_priv.h
@@ -74,6 +74,11 @@ brw_blorp_surface_info_init(struct blorp_context *blorp,
void
blorp_surf_convert_to_single_slice(const struct isl_device *isl_dev,
struct brw_blorp_surface_info *info);
+void
+blorp_surf_convert_to_uncompressed(const struct isl_device *isl_dev,
+ struct brw_blorp_surface_info *info,
+ uint32_t *x, uint32_t *y,
+ uint32_t *width, uint32_t *height);
struct brw_blorp_coord_transform