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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp1842 const unsigned x_align = 8, y_align = dst.num_samples != 0 ? 8 : 4; local
1843 x0 = ROUND_DOWN_TO(x0, x_align) * 2;
1845 x1 = ALIGN(x1, x_align) * 2;
1847 dst.width = ALIGN(dst.width, x_align) * 2;
1864 const unsigned x_align = 8, y_align = src.num_samples != 0 ? 8 : 4; local
1865 src.width = ALIGN(src.width, x_align) * 2;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp1842 const unsigned x_align = 8, y_align = dst.num_samples != 0 ? 8 : 4; local
1843 x0 = ROUND_DOWN_TO(x0, x_align) * 2;
1845 x1 = ALIGN(x1, x_align) * 2;
1847 dst.width = ALIGN(dst.width, x_align) * 2;
1864 const unsigned x_align = 8, y_align = src.num_samples != 0 ? 8 : 4; local
1865 src.width = ALIGN(src.width, x_align) * 2;

Completed in 67 milliseconds