/hardware/samsung_slsi/exynos5/libion_exynos/ |
D | libion.cpp | 27 size_t align; member 77 ion_buffer ion_alloc(ion_client client, size_t len, size_t align, in ion_alloc() argument 86 arg_alloc.align = align; in ion_alloc()
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | gr.h | 45 inline size_t ALIGN(size_t x, size_t align) { in ALIGN() argument 46 return (x + align-1) & ~(align-1); in ALIGN()
|
D | gpu.cpp | 66 data.align = 8192; in gralloc_alloc_buffer() 68 data.align = getpagesize(); in gralloc_alloc_buffer() 73 data.align = ALIGN(data.align, SZ_1M); in gralloc_alloc_buffer() 74 size = ALIGN(size, data.align); in gralloc_alloc_buffer() 90 eData.align = getpagesize(); in gralloc_alloc_buffer()
|
D | memalloc.h | 48 size_t align; member
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gr.h | 45 inline size_t ALIGN(size_t x, size_t align) { in ALIGN() argument 46 return (x + align-1) & ~(align-1); in ALIGN()
|
D | gpu.cpp | 67 data.align = 8192; in gralloc_alloc_buffer() 69 data.align = getpagesize(); in gralloc_alloc_buffer() 74 data.align = ALIGN(data.align, SZ_1M); in gralloc_alloc_buffer() 75 size = ALIGN(size, data.align); in gralloc_alloc_buffer() 89 eData.align = getpagesize(); in gralloc_alloc_buffer()
|
D | memalloc.h | 48 size_t align; member
|
D | ionalloc.cpp | 75 ionAllocData.align = data.align; in alloc_buffer()
|
/hardware/qcom/display/msm8x26/libgralloc/ |
D | gr.h | 45 inline size_t ALIGN(size_t x, size_t align) { in ALIGN() argument 46 return (x + align-1) & ~(align-1); in ALIGN()
|
D | gpu.cpp | 67 data.align = 8192; in gralloc_alloc_buffer() 69 data.align = getpagesize(); in gralloc_alloc_buffer() 74 data.align = ALIGN(data.align, SZ_1M); in gralloc_alloc_buffer() 75 size = ALIGN(size, data.align); in gralloc_alloc_buffer() 89 eData.align = getpagesize(); in gralloc_alloc_buffer()
|
D | memalloc.h | 48 size_t align; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | ion.h | 186 size_t align, unsigned int heap_mask, 300 int domain_num, int partition_num, unsigned long align, 404 size_t len, size_t align, in ion_alloc() argument 454 int partition_num, unsigned long align, in ion_map_iommu() argument 514 size_t align; member
|
D | msm_ion.h | 142 unsigned int align; member 176 unsigned int align; member
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
D | msm_ion.h | 153 unsigned int align; member 182 unsigned int align; member 237 int domain_num, int partition_num, unsigned long align, 392 int partition_num, unsigned long align, in ion_map_iommu() argument
|
/hardware/ti/omap4xxx/ion/ |
D | ion.c | 58 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags, in ion_alloc() argument 64 .align = align, in ion_alloc()
|
D | ion.h | 26 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags,
|
D | linux_ion.h | 39 size_t align; member
|
/hardware/libhardware/modules/gralloc/ |
D | gralloc.cpp | 208 int align = 4; in gralloc_alloc() local 226 size_t bpr = (w*bpp + (align-1)) & ~(align-1); in gralloc_alloc()
|
/hardware/qcom/display/msm8974/liboverlay/ |
D | overlayMdssRot.cpp | 265 opBufSize = utils::align(opBufSize, SIZE_1M); in calcOutputBufSize() 278 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize() 279 int aHeight = ovutils::align(destWhf.h, 4); in calcCompressedBufSize()
|
/hardware/samsung_slsi/exynos5/include/ |
D | ion.h | 115 ion_buffer ion_alloc(ion_client client, size_t len, size_t align,
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.h | 35 #define ALIGN_TO(x, align) (((x) + ((align)-1)) & ~((align)-1)) argument
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
D | hwc_utils.h | 35 #define ALIGN_TO(x, align) (((x) + ((align)-1)) & ~((align)-1)) argument
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | ion.h | 44 size_t align; member
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | rms_sh.h | 96 RMS_WORD align; /* Alignment for allocated buffers */ member
|
/hardware/ti/omap3/dspbridge/inc/ |
D | rms_sh.h | 96 RMS_WORD align; /* Alignment for allocated buffers */ member
|