Searched refs:BLTCNT (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/graphic/drv/ge/ |
| H A D | drvGE.c | 5224 #define BLTCNT 1000UL macro 5529 GE_D_INFO("=== cnt:%d MIU_SEL_L_bit:0x%x MIU_SEL_H_bit:0x%x===\n\n",BLTCNT,GE_BASE,GE_BASE_H); in MDrv_GE_BitbltPerformance() 5559 for (i=0; i<BLTCNT; i++) in MDrv_GE_BitbltPerformance() 5614 GE_D_INFO("\nMHal_GOP_BLTTest ARGB8888 cnt:%u total time:%lu us\n",BLTCNT, u32Timer/12); in MDrv_GE_BitbltPerformance() 5619 GE_D_INFO("\n GE_RectFill ARGB8888 cnt:%u total time:%lu us\n",BLTCNT, u32Timer/12); in MDrv_GE_BitbltPerformance() 5624 …x %d] Size:%llu (%llu MB)\n",stretch_w,stretch_h,Total_Byte,(MS_U64)(Total_Byte*BLTCNT/1024/1024)); in MDrv_GE_BitbltPerformance() 5626 …avgtime = (((((MS_U64)(Total_Byte*BLTCNT)/(MS_U64)((u32Timer_ms)))*1000)/1024)/1024); //XTAL = 12… in MDrv_GE_BitbltPerformance() 5633 GE_D_INFO("cnt:%d\n",BLTCNT); in MDrv_GE_BitbltPerformance() 5673 for (i=0; i<BLTCNT; i++) in MDrv_GE_BitbltPerformance() 5726 GE_D_INFO("\nGE_BLTTest ARGB4444 cnt:%u total time:%lu us\n",BLTCNT, u32Timer/12); in MDrv_GE_BitbltPerformance() [all …]
|