Lines Matching refs:bpe
1401 metadata->u.legacy.stride = surface->u.legacy.level[0].nblk_x * surface->bpe;
1419 if (!surf->cmask_size || surf->cmask_offset || surf->bpe > 8 || image->info.levels > 1 ||
1625 image->planes[i].surface.bpe = vk_format_get_blocksize(format);
1628 if (image->planes[i].surface.bpe == 3) {
1629 image->planes[i].surface.bpe = 4;
1685 if (mod_info->pPlaneLayouts[plane].rowPitch % image->planes[plane].surface.bpe ||
1690 stride = mod_info->pPlaneLayouts[plane].rowPitch / image->planes[plane].surface.bpe;
2439 pLayout->rowPitch = surface->u.gfx9.surf_pitch * surface->bpe / 3;
2444 assert(util_is_power_of_two_nonzero(surface->bpe));
2445 pLayout->rowPitch = pitch * surface->bpe;
2456 pLayout->rowPitch = surface->u.legacy.level[level].nblk_x * surface->bpe;