Searched refs:height_t (Results 1 – 1 of 1) sorted by relevance
148 const unsigned height_t = align(height, TILE_SIZE) / TILE_SIZE; in llvmpipe_texture_layout() local150 lpr->tiles_per_image[level] = width_t * height_t; in llvmpipe_texture_layout()209 const unsigned height_t = height / TILE_SIZE; in llvmpipe_displaytarget_layout() local212 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() local491 height_t = height / TILE_SIZE; in llvmpipe_resource_from_handle()503 lpr->tiles_per_image[0] = width_t * height_t; in llvmpipe_resource_from_handle()954 unsigned width_t, unsigned height_t, in llvmpipe_set_texture_image_layout() argument960 for (i = 0; i < width_t * height_t; i++) { in llvmpipe_set_texture_image_layout()1040 const unsigned height_t = align(height, TILE_SIZE) / TILE_SIZE; in llvmpipe_get_texture_image() local[all …]