Home
last modified time | relevance | path

Searched refs:rect_h (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c5256 MS_U16 rect_w,rect_h; in MDrv_GE_BitbltPerformance() local
5385 rect_h = test_rect_h[test_idx]; in MDrv_GE_BitbltPerformance()
5392 stretch_h = rect_h * STRETCH_RATIO; in MDrv_GE_BitbltPerformance()
5399 GE_WriteReg(&pGECtxLocal->halLocalCtx,REG_GE_BLT_SRC_DY, (rect_h * 4096)/stretch_h); in MDrv_GE_BitbltPerformance()
5408 stretch_h = rect_h; in MDrv_GE_BitbltPerformance()
5415 stretch_h = rect_h; in MDrv_GE_BitbltPerformance()
5483 GE_WriteReg(&pGECtxLocal->halLocalCtx,REG_GE_BLT_SRC_H, rect_h); in MDrv_GE_BitbltPerformance()
5520 GE_WriteReg(&pGECtxLocal->halLocalCtx,REG_GE_CLIP_B, rect_h-1); in MDrv_GE_BitbltPerformance()
5755 rect_h = test_rect_h[test_idx]; in MDrv_GE_BitbltPerformance()
5762 stretch_h = rect_h * STRETCH_RATIO; in MDrv_GE_BitbltPerformance()
[all …]