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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_texture.c 339 unsigned pixels_per_macro_tile = elements_per_macro_tile * cmask_tile_elements; local
340 unsigned sqrt_pixels_per_macro_tile = sqrt(pixels_per_macro_tile);
342 unsigned macro_tile_height = pixels_per_macro_tile / macro_tile_width;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 339 unsigned pixels_per_macro_tile = elements_per_macro_tile * cmask_tile_elements; local
340 unsigned sqrt_pixels_per_macro_tile = sqrt(pixels_per_macro_tile);
342 unsigned macro_tile_height = pixels_per_macro_tile / macro_tile_width;
    [all...]

Completed in 65 milliseconds