Searched refs:SBWC_10B_Y_SIZE (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | mfc_macros_local.h | 42 #define SBWC_10B_Y_SIZE(w, h) ((SBWC_10B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) macro 43 … __ALIGN_UP((((__ALIGN_UP((w), 32) * __ALIGN_UP((h), 16) * 2) + 256) - SBWC_10B_Y_SIZE(w, h)), 32)
|
D | exynos_format_allocation.h | 38 SBWC_8B_Y_SIZE(w, h) : SBWC_10B_Y_SIZE(w, h); in sbwc_sizes()
|
/hardware/google/gchips/gralloc3/src/ |
D | local_mfc_macros.h | 40 #define SBWC_10B_Y_SIZE(w, h) ((SBWC_10B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) macro 41 … __ALIGN_UP((((__ALIGN_UP((w), 32) * __ALIGN_UP((h), 16) * 2) + 256) - SBWC_10B_Y_SIZE(w, h)), 32)
|
D | mali_gralloc_bufferallocation.cpp | 874 SBWC_8B_Y_SIZE(w, h) : SBWC_10B_Y_SIZE(w, h); in sbwc_sizes()
|
D | mali_gralloc_bufferaccess.cpp | 744 …uOffset = (SBWC_10B_Y_SIZE(hnd->width, hnd->height) + SBWC_10B_Y_HEADER_SIZE(hnd->width, hnd->heig… in get_flexlayout_exynos_formats_only()
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.cpp | 673 return SBWC_10B_Y_SIZE(width, height) + in getExynosBufferYLength()
|