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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_texture.c678 unsigned cmask_tile_elements = cmask_tile_width * cmask_tile_height; local in function:r600_texture_get_cmask_info
685 unsigned pixels_per_macro_tile = elements_per_macro_tile * cmask_tile_elements;
695 ((pitch_elements * height * element_bits + 7) / 8) / cmask_tile_elements;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_texture.c673 unsigned cmask_tile_elements = cmask_tile_width * cmask_tile_height; local in function:r600_texture_get_cmask_info
680 unsigned pixels_per_macro_tile = elements_per_macro_tile * cmask_tile_elements;
690 ((pitch_elements * height * element_bits + 7) / 8) / cmask_tile_elements;

Completed in 6 milliseconds