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

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c332 unsigned cmask_tile_elements = cmask_tile_width * cmask_tile_height; local
339 unsigned pixels_per_macro_tile = elements_per_macro_tile * cmask_tile_elements;
349 ((pitch_elements * height * element_bits + 7) / 8) / cmask_tile_elements;

Completed in 55 milliseconds