Searched refs:TILE_Height (Results 1 – 2 of 2) sorted by relevance
65 #define TILE_Height 32 macro222 for( y = Y_START ; y < Y_END ; y += TILE_Height ) { in copyFrameBuffer()224 …_VA2PA((MS_VIRT)(src+base_pos)), MsOS_VA2PA((MS_VIRT)(dst+base_pos)), (TILE_Height * (X_END - X_ST… in copyFrameBuffer()226 base_pos += (TILE_Height * g_pitch); in copyFrameBuffer()249 if (g_tile_height != TILE_Height) { in setHeight_Width()251 g_tile_height = TILE_Height; in setHeight_Width()273 int base_y = g_tile_width*(Y_START & H_Mod) + (Y_START >> H_shift) * (TILE_Height * g_pitch); in setHeight_Width()274 int base_x = (X_START >> g_tile_w_shift) * (g_tile_width * TILE_Height); in setHeight_Width()429 base_yu = stride*(yu & H_Mod) + (yu >> H_shift) * (TILE_Height * g_pitch); in detFieldOrderBot()430 base_y = stride*(y & H_Mod) + (y >> H_shift) * (TILE_Height * g_pitch); in detFieldOrderBot()[all …]