Lines Matching refs:aligned_w

154 void AdrenoMemInfo::getAlignedWidthAndHeight(const private_handle_t *hnd, int& aligned_w,  in getAlignedWidthAndHeight()  argument
167 getAlignedWidthAndHeight(w, h, f, usage, aligned_w, aligned_h); in getAlignedWidthAndHeight()
169 aligned_w = hnd->width; in getAlignedWidthAndHeight()
223 int usage, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument
230 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h); in getAlignedWidthAndHeight()
232 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h); in getAlignedWidthAndHeight()
234 aligned_w = width; in getAlignedWidthAndHeight()
244 aligned_w = ALIGN(width, alignment); in getAlignedWidthAndHeight()
247 aligned_w = ALIGN(width, alignment); in getAlignedWidthAndHeight()
252 aligned_w = ALIGN(width, 16); in getAlignedWidthAndHeight()
255 aligned_w = ALIGN(width * 12 / 8, 8); in getAlignedWidthAndHeight()
258 aligned_w = ALIGN(width * 10 / 8, 8); in getAlignedWidthAndHeight()
261 aligned_w = ALIGN(width, 8); in getAlignedWidthAndHeight()
264 aligned_w = ALIGN(width, 128); in getAlignedWidthAndHeight()
273 aligned_w = ALIGN(width, 16); in getAlignedWidthAndHeight()
277 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12, width); in getAlignedWidthAndHeight()
281 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV21, width); in getAlignedWidthAndHeight()
288 aligned_w = ALIGN(width, 64); in getAlignedWidthAndHeight()
327 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
340 int tile_enabled, int& aligned_w, int& aligned_h) in getGpuAlignedWidthHeight() argument
342 aligned_w = ALIGN(width, 32); in getGpuAlignedWidthHeight()
378 &aligned_w, &aligned_h); in getGpuAlignedWidthHeight()
382 aligned_w = LINK_adreno_compute_padding(width, bpp, in getGpuAlignedWidthHeight()
985 int& aligned_w, int& aligned_h) in getYuvUBwcWidthHeight() argument
992 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12_UBWC, width); in getYuvUBwcWidthHeight()
997 aligned_w = (VENUS_Y_STRIDE(COLOR_FMT_NV12_BPP10_UBWC, width) * 3) / 4; in getYuvUBwcWidthHeight()
1002 aligned_w = (VENUS_Y_STRIDE(COLOR_FMT_P010_UBWC, width) / 2); in getYuvUBwcWidthHeight()
1007 aligned_w = 0; in getYuvUBwcWidthHeight()