Home | History | Annotate | Download | only in libgralloc1

Lines Matching refs:alignedh

184   unsigned int alignedw, alignedh;
200 GetAlignedWidthAndHeight(descriptors[i], &alignedw, &alignedh);
201 unsigned int size = GetSize(descriptors[i], alignedw, alignedh);
246 unsigned int alignedh) {
255 return GetUBwcSize(width, height, format, alignedw, alignedh);
260 size = alignedw * alignedh * bpp;
265 size = alignedw * alignedh * ASTC_BLOCK_SIZE;
272 size = alignedw * alignedh * 2;
275 size = ALIGN(alignedw * alignedh, SIZE_4K);
280 size = ALIGN(alignedw * alignedh, SIZE_4K);
287 size = ALIGN(alignedw * alignedh, SIZE_8K);
295 size = alignedw * alignedh + (ALIGN(alignedw / 2, 16) * (alignedh / 2)) * 2;
300 size = ALIGN((alignedw * alignedh) + (alignedw * alignedh) / 2 + 1, SIZE_4K);
310 size = ALIGN(alignedw * alignedh * 2, SIZE_4K);
328 size = ALIGN((alignedw * alignedh) + (alignedw * alignedh) / 2, SIZE_4K);
339 unsigned int *alignedw, unsigned int *alignedh) {
341 GetAlignedWidthAndHeight(descriptor, alignedw, alignedh);
343 *size = GetSize(descriptor, *alignedw, *alignedh);
347 unsigned int *alignedw, unsigned int *alignedh) {
348 GetAlignedWidthAndHeight(descriptor, alignedw, alignedh);
350 *size = GetSize(descriptor, *alignedw, *alignedh);
354 unsigned int *alignedh, int *tiled, unsigned int *size) {
365 GetAlignedWidthAndHeight(descriptor, alignedw, alignedh);
366 *size = GetSize(descriptor, *alignedw, *alignedh);
729 unsigned int alignedh) {
739 size = alignedw * alignedh * bpp;
791 unsigned int *alignedh) {
803 adreno_helper_->AlignUnCompressedRGB(width, height, format, tile, alignedw, alignedh);
808 GetYuvUBwcWidthAndHeight(width, height, format, alignedw, alignedh);
813 adreno_helper_->AlignCompressedRGB(width, height, format, alignedw, alignedh);
868 *alignedh = (unsigned int)aligned_h;