Lines Matching refs:stretch_h
5257 MS_U16 stretch_w, stretch_h; in MDrv_GE_BitbltPerformance() local
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()
5514 GE_WriteReg(&pGECtxLocal->halLocalCtx,REG_GE_PRIM_V1_Y, stretch_h-1); in MDrv_GE_BitbltPerformance()
5623 Total_Byte = (stretch_w * stretch_h * 4); in MDrv_GE_BitbltPerformance()
5624 …GE_D_INFO("Rect: [%d x %d] Size:%llu (%llu MB)\n",stretch_w,stretch_h,Total_Byte,(MS_U64)(Total_By… in MDrv_GE_BitbltPerformance()
5735 Total_Byte = (stretch_w * stretch_h * 2); in MDrv_GE_BitbltPerformance()
5736 …GE_D_INFO("Rect: [%d x %d] Size:%llu (%llu MB)\n",stretch_w,stretch_h,Total_Byte,(MS_U64)(Total_By… 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 …_INFO(" Test Case :%d Rect [ %d x %d ] to [%d x %d]\n",test_idx,rect_w,rect_h,stretch_w,stretch_h); in MDrv_GE_BitbltPerformance()