Searched refs:width_t (Results 1 – 1 of 1) sorted by relevance
147 const unsigned width_t = align(width, TILE_SIZE) / TILE_SIZE; in llvmpipe_texture_layout() local149 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() local211 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() local490 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 …]