Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_surface.h323 uint8_t first_mip_tail_level : 4; member
Dac_surface.c669 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()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c1924 req->memoryRequirements.imageMipTailFirstLod = image->planes[0].surface.first_mip_tail_level; in radv_GetImageSparseMemoryRequirements2()