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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.c 148 const unsigned height_t = align(height, TILE_SIZE) / TILE_SIZE; local
150 lpr->tiles_per_image[level] = width_t * height_t;
209 const unsigned height_t = height / TILE_SIZE; local
212 lpr->tiles_per_image[0] = width_t * height_t;
475 unsigned width, height, width_t, height_t; local
491 height_t = height / TILE_SIZE;
503 lpr->tiles_per_image[0] = width_t * height_t;
954 unsigned width_t, unsigned height_t,
960 for (i = 0; i < width_t * height_t; i++) {
1040 const unsigned height_t = align(height, TILE_SIZE) / TILE_SIZE local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 148 const unsigned height_t = align(height, TILE_SIZE) / TILE_SIZE; local
150 lpr->tiles_per_image[level] = width_t * height_t;
209 const unsigned height_t = height / TILE_SIZE; local
212 lpr->tiles_per_image[0] = width_t * height_t;
475 unsigned width, height, width_t, height_t; local
491 height_t = height / TILE_SIZE;
503 lpr->tiles_per_image[0] = width_t * height_t;
954 unsigned width_t, unsigned height_t,
960 for (i = 0; i < width_t * height_t; i++) {
1040 const unsigned height_t = align(height, TILE_SIZE) / TILE_SIZE local
    [all...]

Completed in 4695 milliseconds