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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.c 147 const unsigned width_t = align(width, TILE_SIZE) / TILE_SIZE; local
149 lpr->tiles_per_row[level] = width_t;
150 lpr->tiles_per_image[level] = width_t * height_t;
208 const unsigned width_t = width / TILE_SIZE; local
211 lpr->tiles_per_row[0] = width_t;
212 lpr->tiles_per_image[0] = width_t * height_t;
475 unsigned width, height, width_t, height_t; local
490 width_t = width / TILE_SIZE;
502 lpr->tiles_per_row[0] = width_t;
503 lpr->tiles_per_image[0] = width_t * height_t
1039 const unsigned width_t = align(width, TILE_SIZE) \/ TILE_SIZE; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 147 const unsigned width_t = align(width, TILE_SIZE) / TILE_SIZE; local
149 lpr->tiles_per_row[level] = width_t;
150 lpr->tiles_per_image[level] = width_t * height_t;
208 const unsigned width_t = width / TILE_SIZE; local
211 lpr->tiles_per_row[0] = width_t;
212 lpr->tiles_per_image[0] = width_t * height_t;
475 unsigned width, height, width_t, height_t; local
490 width_t = width / TILE_SIZE;
502 lpr->tiles_per_row[0] = width_t;
503 lpr->tiles_per_image[0] = width_t * height_t
1039 const unsigned width_t = align(width, TILE_SIZE) \/ TILE_SIZE; local
    [all...]

Completed in 227 milliseconds