Lines Matching refs:rect_w
5256 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()
5766 stretch_w = rect_w; 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()