X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=inline;f=src%2Fgallium%2Fdrivers%2Filo%2Filo_resource.h;h=fd36242d798f55b691792b01d7f0d4049095d14c;hb=855b684141ddbdbc8f10a80f185c47b3a813c975;hp=124603c352356a63b71ab96a1c00f9bfcd5d7770;hpb=176ad54c04f5b945e47b61a3cad4b6c87d883a41;p=mesa.git diff --git a/src/gallium/drivers/ilo/ilo_resource.h b/src/gallium/drivers/ilo/ilo_resource.h index 124603c3523..fd36242d798 100644 --- a/src/gallium/drivers/ilo/ilo_resource.h +++ b/src/gallium/drivers/ilo/ilo_resource.h @@ -78,6 +78,8 @@ struct ilo_texture { unsigned x; unsigned y; } *slice_offsets[PIPE_MAX_TEXTURE_LEVELS]; + + struct ilo_texture *separate_s8; }; static inline struct ilo_buffer * @@ -105,7 +107,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 */