Searched refs:first_mip_tail_level (Results 1 – 3 of 3) sorted by relevance
323 uint8_t first_mip_tail_level : 4; member
669 surf->first_mip_tail_level = level + 1; in gfx6_compute_level()1645 for (surf->first_mip_tail_level = 0; surf->first_mip_tail_level < in->numMipLevels; in gfx9_compute_miptree()1646 ++surf->first_mip_tail_level) { in gfx9_compute_miptree()1647 if(mip_info[surf->first_mip_tail_level].pitch < out.blockWidth || in gfx9_compute_miptree()1648 mip_info[surf->first_mip_tail_level].height < out.blockHeight) in gfx9_compute_miptree()
1924 req->memoryRequirements.imageMipTailFirstLod = image->planes[0].surface.first_mip_tail_level; in radv_GetImageSparseMemoryRequirements2()