HomeSort by relevance Sort by last modified time
    Searched refs:sqrt_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 340 unsigned sqrt_pixels_per_macro_tile = sqrt(pixels_per_macro_tile); local
341 unsigned macro_tile_width = util_next_power_of_two(sqrt_pixels_per_macro_tile);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 340 unsigned sqrt_pixels_per_macro_tile = sqrt(pixels_per_macro_tile); local
341 unsigned macro_tile_width = util_next_power_of_two(sqrt_pixels_per_macro_tile);
    [all...]

Completed in 604 milliseconds