diff options
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_resource.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_resource.h b/src/gallium/drivers/ilo/ilo_resource.h index 124603c3523..e22bd7cc9c6 100644 --- a/src/gallium/drivers/ilo/ilo_resource.h +++ b/src/gallium/drivers/ilo/ilo_resource.h @@ -105,7 +105,7 @@ ilo_texture_alloc_bo(struct ilo_texture *tex); unsigned ilo_texture_get_slice_offset(const struct ilo_texture *tex, - int level, int slice, bool tile_aligned, + int level, int slice, unsigned *x_offset, unsigned *y_offset); #endif /* ILO_RESOURCE_H */ |