Lines Matching defs:bpe
143 *stride = pitch * tex->surface.bpe;
154 tex->surface.bpe;
156 *stride = tex->surface.u.legacy.level[level].nblk_x * tex->surface.bpe;
169 tex->surface.bpe;
181 unsigned bpe;
188 bpe = 4; /* stencil is allocated separately */
190 bpe = util_format_get_blocksize(ptex->format);
191 assert(util_is_power_of_two_or_zero(bpe));
208 bpe = 4;
242 if (sscreen->info.family == CHIP_STONEY && bpe == 16 && ptex->nr_samples >= 2)
256 if (sscreen->info.family == CHIP_RAVEN && ptex->nr_storage_samples >= 2 && bpe < 4)
316 r = sscreen->ws->surface_init(sscreen->ws, ptex, flags, bpe, array_mode, surface);
985 offset, pitch_in_bytes / tex->surface.bpe))