Lines Matching refs:rect_h
5256 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()
5767 stretch_h = rect_h; in MDrv_GE_BitbltPerformance()
5769 …GE_D_INFO(" Test Case :%d Rect [ %d x %d ] to [%d x %d]\n",test_idx,rect_w,rect_h,stretch_w,stretc… in MDrv_GE_BitbltPerformance()