Home
last modified time | relevance | path

Searched refs:width_t (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c147 const unsigned width_t = align(width, TILE_SIZE) / TILE_SIZE; in llvmpipe_texture_layout() local
149 lpr->tiles_per_row[level] = width_t; in llvmpipe_texture_layout()
150 lpr->tiles_per_image[level] = width_t * height_t; in llvmpipe_texture_layout()
208 const unsigned width_t = width / TILE_SIZE; in llvmpipe_displaytarget_layout() local
211 lpr->tiles_per_row[0] = width_t; in llvmpipe_displaytarget_layout()
212 lpr->tiles_per_image[0] = width_t * height_t; in llvmpipe_displaytarget_layout()
475 unsigned width, height, width_t, height_t; in llvmpipe_resource_from_handle() local
490 width_t = width / TILE_SIZE; in llvmpipe_resource_from_handle()
502 lpr->tiles_per_row[0] = width_t; in llvmpipe_resource_from_handle()
503 lpr->tiles_per_image[0] = width_t * height_t; in llvmpipe_resource_from_handle()
[all …]