Home
last modified time | relevance | path

Searched refs:ALIGN_UP (Results 1 - 21 of 21) sorted by relevance

/device/soc/rockchip/common/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c25 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
184 dst.wstride = ALIGN_UP(iSurface->width, 16); in rkFillRect()
185 dst.hstride = ALIGN_UP(iSurface->height, 16); in rkFillRect()
324 dstRgaBuffer.wstride = ALIGN_UP(dstSurface->width, 16); in doFlit()
325 dstRgaBuffer.hstride = ALIGN_UP(dstSurface->height, 16); in doFlit()
338 srcRgaBuffer.wstride = ALIGN_UP(srcSurface->width, 16); in doFlit()
339 srcRgaBuffer.hstride = ALIGN_UP(srcSurface->height, 16); in doFlit()
353 ALIGN_UP(srcSurface->width, 16), ALIGN_UP(srcSurface->height, 16), srcRgaBuffer.vir_addr); in doFlit()
356 ALIGN_UP(dstSurfac in doFlit()
[all...]
/device/soc/rockchip/rk3399/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c25 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
184 dst.wstride = ALIGN_UP(iSurface->width, 16); in rkFillRect()
185 dst.hstride = ALIGN_UP(iSurface->height, 16); in rkFillRect()
322 dstRgaBuffer.wstride = ALIGN_UP(dstSurface->width, 16); in doFlit()
323 dstRgaBuffer.hstride = ALIGN_UP(dstSurface->height, 16); in doFlit()
336 srcRgaBuffer.wstride = ALIGN_UP(srcSurface->width, 16); in doFlit()
337 srcRgaBuffer.hstride = ALIGN_UP(srcSurface->height, 16); in doFlit()
350 (int32_t)srcSurface->phyAddr, srcSurface->width, srcSurface->height, ALIGN_UP(srcSurface->width, 16), in doFlit()
351 ALIGN_UP(srcSurface->height, 16), srcRgaBuffer.vir_addr); in doFlit()
353 (int32_t)dstSurface->phyAddr, dstSurface->width, dstSurface->height, ALIGN_UP(dstSurfac in doFlit()
[all...]
/device/soc/rockchip/rk3566/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c24 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
182 dst.wstride = ALIGN_UP(iSurface->width, 16); in rkFillRect()
183 dst.hstride = ALIGN_UP(iSurface->height, 2); in rkFillRect()
314 dstRgaBuffer.wstride = ALIGN_UP(dstSurface->width, 16); in doFlit()
315 dstRgaBuffer.hstride = ALIGN_UP(dstSurface->height, 2); in doFlit()
328 srcRgaBuffer.wstride = ALIGN_UP(srcSurface->width, 16); in doFlit()
329 srcRgaBuffer.hstride = ALIGN_UP(srcSurface->height, 2); in doFlit()
342 (int32_t)srcSurface->phyAddr, srcSurface->width, srcSurface->height, ALIGN_UP(srcSurface->width, 16), in doFlit()
343 ALIGN_UP(srcSurface->height, 2)); in doFlit()
345 (int32_t)dstSurface->phyAddr, dstSurface->width, dstSurface->height, ALIGN_UP(dstSurfac in doFlit()
[all...]
/device/soc/rockchip/rk3568/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c24 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
182 dst.wstride = ALIGN_UP(iSurface->width, 16); in rkFillRect()
183 dst.hstride = ALIGN_UP(iSurface->height, 2); in rkFillRect()
314 dstRgaBuffer.wstride = ALIGN_UP(dstSurface->width, 16); in doFlit()
315 dstRgaBuffer.hstride = ALIGN_UP(dstSurface->height, 2); in doFlit()
328 srcRgaBuffer.wstride = ALIGN_UP(srcSurface->width, 16); in doFlit()
329 srcRgaBuffer.hstride = ALIGN_UP(srcSurface->height, 2); in doFlit()
342 (int32_t)srcSurface->phyAddr, srcSurface->width, srcSurface->height, ALIGN_UP(srcSurface->width, 16), in doFlit()
343 ALIGN_UP(srcSurface->height, 2)); in doFlit()
345 (int32_t)dstSurface->phyAddr, dstSurface->width, dstSurface->height, ALIGN_UP(dstSurfac in doFlit()
[all...]
/device/soc/rockchip/rk3588/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c24 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
182 dst.wstride = ALIGN_UP(iSurface->width, 16); in rkFillRect()
183 dst.hstride = ALIGN_UP(iSurface->height, 2); in rkFillRect()
314 dstRgaBuffer.wstride = ALIGN_UP(dstSurface->width, 16); in doFlit()
315 dstRgaBuffer.hstride = ALIGN_UP(dstSurface->height, 2); in doFlit()
328 srcRgaBuffer.wstride = ALIGN_UP(srcSurface->width, 16); in doFlit()
329 srcRgaBuffer.hstride = ALIGN_UP(srcSurface->height, 2); in doFlit()
342 (int32_t)srcSurface->phyAddr, srcSurface->width, srcSurface->height, ALIGN_UP(srcSurface->width, 16), in doFlit()
343 ALIGN_UP(srcSurface->height, 2)); in doFlit()
345 (int32_t)dstSurface->phyAddr, dstSurface->width, dstSurface->height, ALIGN_UP(dstSurfac in doFlit()
[all...]
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
H A Ddisplay_gralloc.c33 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
106 int32_t h = ALIGN_UP(info->height, HEIGHT_ALIGN); in InitBufferHandle()
113 stride = ALIGN_UP(AdjustStrideFromFormat(info->format, info->width), WIDTH_ALIGN) * in InitBufferHandle()
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h20 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
H A Dhi_gbm.c139 dumb.height = ALIGN_UP(height, HEIGHT_ALIGN); in hdi_gbm_bo_create()
140 dumb.width = ALIGN_UP(AdjustStrideFromFormat(format, width), WIDTH_ALIGN); in hdi_gbm_bo_create()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h20 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
H A Dhi_gbm.c129 dumb.height = ALIGN_UP(height, HEIGHT_ALIGN); in hdi_gbm_bo_create()
130 dumb.width = ALIGN_UP(AdjustStrideFromFormat(format, width), WIDTH_ALIGN); in hdi_gbm_bo_create()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h23 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
H A Dhi_gbm.cpp134 dumb.height = ALIGN_UP(AdjustStrideFromFormat(format, height), HEIGHT_ALIGN); in hdi_gbm_bo_create()
135 dumb.width = ALIGN_UP(width, WIDTH_ALIGN); in hdi_gbm_bo_create()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h23 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
H A Dhi_gbm.cpp134 dumb.height = ALIGN_UP(AdjustStrideFromFormat(format, height), HEIGHT_ALIGN); in hdi_gbm_bo_create()
135 dumb.width = ALIGN_UP(width, WIDTH_ALIGN); in hdi_gbm_bo_create()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h23 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
H A Dhi_gbm.cpp134 dumb.height = ALIGN_UP(AdjustStrideFromFormat(format, height), HEIGHT_ALIGN); in hdi_gbm_bo_create()
135 dumb.width = ALIGN_UP(width, WIDTH_ALIGN); in hdi_gbm_bo_create()
/device/qemu/hardware/display/
H A Ddisplay_gralloc.c36 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
109 int32_t h = ALIGN_UP(info->height, HEIGHT_ALIGN); in InitBufferHandle()
116 stride = ALIGN_UP(AdjustStrideFromFormat(info->format, info->width), WIDTH_ALIGN) * in InitBufferHandle()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h81 #define ALIGN_UP(x, a) ((((x) + ((a) - 1)) / (a)) * (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h78 #define ALIGN_UP(x, a) ((((x) + ((a) - 1)) / (a)) * (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h80 #define ALIGN_UP(x, a) ((((x) + ((a) - 1)) / (a)) * (a)) macro
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_VdecControl.c76 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro

Completed in 18 milliseconds