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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_image.c 41 #define BYTES_PER_TILE (TILE_SIZE * TILE_SIZE * 4)
195 const uint bytes_per_tile = tile_w * tile_h * bpp; local
202 uint byte_offset = tile_offset * bytes_per_tile;
284 const uint bytes_per_tile = tile_w * tile_h * bpp; local
291 uint byte_offset = tile_offset * bytes_per_tile;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c 41 #define BYTES_PER_TILE (TILE_SIZE * TILE_SIZE * 4)
195 const uint bytes_per_tile = tile_w * tile_h * bpp; local
202 uint byte_offset = tile_offset * bytes_per_tile;
284 const uint bytes_per_tile = tile_w * tile_h * bpp; local
291 uint byte_offset = tile_offset * bytes_per_tile;

Completed in 154 milliseconds