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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_texture.c 341 unsigned macro_tile_width = util_next_power_of_two(sqrt_pixels_per_macro_tile); local
342 unsigned macro_tile_height = pixels_per_macro_tile / macro_tile_width;
344 unsigned pitch_elements = align(rtex->surface.npix_x, macro_tile_width);
351 assert(macro_tile_width % 128 == 0);
373 macro_tile_width, macro_tile_height, pitch_elements, height,
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 341 unsigned macro_tile_width = util_next_power_of_two(sqrt_pixels_per_macro_tile); local
342 unsigned macro_tile_height = pixels_per_macro_tile / macro_tile_width;
344 unsigned pitch_elements = align(rtex->surface.npix_x, macro_tile_width);
351 assert(macro_tile_width % 128 == 0);
373 macro_tile_width, macro_tile_height, pitch_elements, height,
    [all...]

Completed in 481 milliseconds