HomeSort by relevance Sort by last modified time
    Searched full:pixels_per_macro_tile (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c 670 unsigned pixels_per_macro_tile = elements_per_macro_tile * cmask_tile_elements; local
671 unsigned sqrt_pixels_per_macro_tile = sqrt(pixels_per_macro_tile);
673 unsigned macro_tile_height = pixels_per_macro_tile / macro_tile_width;
    [all...]

Completed in 210 milliseconds