Searched refs:width_in_tiles (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c1060 * (width_in_tiles + height_in_tiles - 1) tiles.
1064 * width_in_tiles and height_in_tiles by dividing the width and height
1067 unsigned width_in_tiles = ALIGN(fb->Width, 16) / 16; local
1069 unsigned size_needed = (width_in_tiles + height_in_tiles - 1) * 4096;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c1060 * (width_in_tiles + height_in_tiles - 1) tiles.
1064 * width_in_tiles and height_in_tiles by dividing the width and height
1067 unsigned width_in_tiles = ALIGN(fb->Width, 16) / 16; local
1069 unsigned size_needed = (width_in_tiles + height_in_tiles - 1) * 4096;

Completed in 227 milliseconds