HomeSort by: relevance | last modified time | path
    Searched defs:bpb (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl_gfx9.c 43 const uint32_t bpb = fmtl->bpb; local
52 .w = 1 << (12 - (ffs(bpb) - 4) + (4 * is_Ys)),
63 .w = 1 << (6 - ((ffs(bpb) - 4) / 2) + (4 * is_Ys)),
64 .h = 1 << (6 - ((ffs(bpb) - 3) / 2) + (4 * is_Ys)),
89 .w = 1 << (4 - ((ffs(bpb) - 2) / 3) + (4 * is_Ys)),
90 .h = 1 << (4 - ((ffs(bpb) - 4) / 3) + (2 * is_Ys)),
91 .d = 1 << (4 - ((ffs(bpb) - 3) / 3) + (2 * is_Ys)),
isl.h 1317 uint16_t bpb; /**< Bits per block */ member in struct:isl_format_layout
1350 * isl_format_layout::bpb. For non-power-of-two formats it may be smaller.
1354 * isl_format_layout::bpb is 96 (a non-power-of-two). In this case, none
2490 assert(surf->row_pitch_B % (fmtl->bpb / 8) == 0);
2491 return surf->row_pitch_B / (fmtl->bpb / 8);
2658 * is an umcompressed format with the same bpb as the surface format. The
2691 * @param[in] bpb The size of the surface format in bits per
2709 uint32_t bpb,
2732 * @param[in] bpb The size of the surface format in bits per
2777 isl_tiling_get_intratile_offset_el(tiling, dim, msaa_layout, fmtl->bpb,
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
isl_gen9.c 43 const uint32_t bpb = fmtl->bpb; local
52 .w = 1 << (12 - (ffs(bpb) - 4) + (4 * is_Ys)),
63 .w = 1 << (6 - ((ffs(bpb) - 4) / 2) + (4 * is_Ys)),
64 .h = 1 << (6 - ((ffs(bpb) - 3) / 2) + (4 * is_Ys)),
89 .w = 1 << (4 - ((ffs(bpb) - 2) / 3) + (4 * is_Ys)),
90 .h = 1 << (4 - ((ffs(bpb) - 4) / 3) + (2 * is_Ys)),
91 .d = 1 << (4 - ((ffs(bpb) - 3) / 3) + (2 * is_Ys)),
isl.h 1032 uint16_t bpb; /**< Bits per block */ member in struct:isl_format_layout
1060 * isl_format_layout::bpb. For non-power-of-two formats it may be smaller.
1064 * isl_format_layout::bpb is 96 (a non-power-of-two). In this case, none
1933 assert(surf->row_pitch_B % (fmtl->bpb / 8) == 0);
1934 return surf->row_pitch_B / (fmtl->bpb / 8);
2063 uint32_t bpb,
2092 isl_tiling_get_intratile_offset_el(tiling, fmtl->bpb, row_pitch_B,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_screen_cache.c 47 unsigned bw, bh, bpb, total_size, i; local
60 svga_format_size(key->format, &bw, &bh, &bpb);
68 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_screen_cache.c 47 unsigned bw, bh, bpb, total_size, i; local
60 svga_format_size(key->format, &bw, &bh, &bpb);
68 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb;

Completed in 56 milliseconds