Lines Matching refs:bpb
499 /* HiZ buffers are required to have a 128bpb HiZ format. The tiling has
1627 const uint32_t bs = fmtl->bpb / 8;
1671 const uint32_t bs = fmtl->bpb / 8;
1685 assert(fmtl->bpb % tile_info->format_bpb == 0);
1687 const uint32_t tile_el_scale = fmtl->bpb / tile_info->format_bpb;
1834 isl_tiling_get_info(tiling, info->dim, msaa_layout, fmtl->bpb,
1884 base_alignment_B = MAX(base_alignment_B, fmtl->bpb / 4);
1886 base_alignment_B = MAX(base_alignment_B, fmtl->bpb / 8);
2012 isl_tiling_get_info(surf->tiling, surf->dim, surf->msaa_layout, fmtl->bpb,
2304 switch (isl_format_get_layout(surf->format)->bpb) {
2335 switch (isl_format_get_layout(surf->format)->bpb) {
2343 switch (isl_format_get_layout(surf->format)->bpb) {
2350 switch (isl_format_get_layout(surf->format)->bpb) {
2838 surf->msaa_layout, fmtl->bpb,
2889 surf->msaa_layout, fmtl->bpb,
2904 surf->msaa_layout, fmtl->bpb,
2984 assert(isl_format_get_layout(view->format)->bpb == fmtl->bpb);
3102 uint32_t bpb,
3117 assert(bpb % 8 == 0);
3121 (uint64_t)total_x_offset_el * (bpb / 8);
3130 isl_tiling_get_info(tiling, dim, msaa_layout, bpb, samples, &tile_info);
3144 * size as if it has bpb size elements.
3146 const uint32_t tile_el_scale = bpb / tile_info.format_bpb;