Lines Matching refs:bpb
128 const uint32_t plane_bpb = isl_format_get_layout(lowered_format)->bpb;
141 /* drm_fourcc.h defines the chroma plane of NV12 as 16-bpb */
149 /* drm_fourcc.h defines the chroma plane of P01X as 32-bpb */
185 * that they're at least the same bpb and block size.
191 assert(surf_fmtl->bpb == view_fmtl->bpb);
494 assert(isl_is_pow2(isl_format_get_layout(info->view->format)->bpb));
502 if (isl_format_get_layout(info->view->format)->bpb == 8)
504 if (isl_format_get_layout(info->view->format)->bpb == 16)
810 info->stride_B < isl_format_get_layout(info->format)->bpb / 8) &&
885 info->stride_B == isl_format_get_layout(info->format)->bpb / 8 &&