Lines Matching refs:bpe
1289 metadata->u.legacy.stride = surface->u.legacy.level[0].nblk_x * surface->bpe; in radv_init_metadata()
1307 if (!surf->cmask_size || surf->cmask_offset || surf->bpe > 8 || image->info.levels > 1 || in radv_image_alloc_single_sample_cmask()
1504 image->planes[i].surface.bpe = vk_format_get_blocksize(format); in radv_image_reset_layout()
1507 if (image->planes[i].surface.bpe == 3) { in radv_image_reset_layout()
1508 image->planes[i].surface.bpe = 4; in radv_image_reset_layout()
1563 if (mod_info->pPlaneLayouts[plane].rowPitch % image->planes[plane].surface.bpe || in radv_image_create_layout()
1568 stride = mod_info->pPlaneLayouts[plane].rowPitch / image->planes[plane].surface.bpe; in radv_image_create_layout()
2282 pLayout->rowPitch = surface->u.gfx9.surf_pitch * surface->bpe / 3; in radv_GetImageSubresourceLayout()
2287 assert(util_is_power_of_two_nonzero(surface->bpe)); in radv_GetImageSubresourceLayout()
2288 pLayout->rowPitch = pitch * surface->bpe; in radv_GetImageSubresourceLayout()
2299 pLayout->rowPitch = surface->u.legacy.level[level].nblk_x * surface->bpe; in radv_GetImageSubresourceLayout()