Home
last modified time | relevance | path

Searched refs:rect_w (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
5384 rect_w = test_rect_w[test_idx]; in MDrv_GE_BitbltPerformance()
5391 stretch_w = rect_w * STRETCH_RATIO; in MDrv_GE_BitbltPerformance()
5398 GE_WriteReg(&pGECtxLocal->halLocalCtx,REG_GE_BLT_SRC_DX, (rect_w * 4096)/stretch_w); in MDrv_GE_BitbltPerformance()
5407 stretch_w = rect_w; in MDrv_GE_BitbltPerformance()
5414 stretch_w = rect_w; in MDrv_GE_BitbltPerformance()
5482 GE_WriteReg(&pGECtxLocal->halLocalCtx,REG_GE_BLT_SRC_W, rect_w); in MDrv_GE_BitbltPerformance()
5518 GE_WriteReg(&pGECtxLocal->halLocalCtx,REG_GE_CLIP_R, rect_w-1); in MDrv_GE_BitbltPerformance()
5754 rect_w = test_rect_w[test_idx]; in MDrv_GE_BitbltPerformance()
5761 stretch_w = rect_w * STRETCH_RATIO; in MDrv_GE_BitbltPerformance()
[all …]