Lines Matching defs:format_bpb
359 * @param[in] format_bpb The number of bits per surface element (block) for
368 uint32_t format_bpb,
372 const uint32_t bs = format_bpb / 8;
376 if (tiling != ISL_TILING_LINEAR && !isl_is_pow2(format_bpb)) {
384 assert(bs % 3 == 0 && isl_is_pow2(format_bpb / 3));
385 isl_tiling_get_info(tiling, dim, msaa_layout, format_bpb / 3, samples,
464 switch (format_bpb) {
473 switch (format_bpb) {
482 switch (format_bpb) {
526 assert(format_bpb == 1 || format_bpb == 2);
527 logical_el = isl_extent4d(128, 256 / format_bpb, 1, 1);
549 assert(format_bpb == 4);
560 .format_bpb = format_bpb,
1685 assert(fmtl->bpb % tile_info->format_bpb == 0);
1687 const uint32_t tile_el_scale = fmtl->bpb / tile_info->format_bpb;
3142 * integer number of tile_info.format_bpb size elements. To scale the
3146 const uint32_t tile_el_scale = bpb / tile_info.format_bpb;