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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_texture.c685 unsigned pixels_per_macro_tile = elements_per_macro_tile * cmask_tile_elements; local in function:r600_texture_get_cmask_info
686 unsigned sqrt_pixels_per_macro_tile = sqrt(pixels_per_macro_tile);
688 unsigned macro_tile_height = pixels_per_macro_tile / macro_tile_width;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_texture.c680 unsigned pixels_per_macro_tile = elements_per_macro_tile * cmask_tile_elements; local in function:r600_texture_get_cmask_info
681 unsigned sqrt_pixels_per_macro_tile = sqrt(pixels_per_macro_tile);
683 unsigned macro_tile_height = pixels_per_macro_tile / macro_tile_width;

Completed in 11 milliseconds