HomeSort by relevance Sort by last modified time
    Searched defs:bpb (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/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.c 203 * 128bpb format. The tiling has the same physical dimensions as
1802 const uint32_t bpb = bs * 8; local
    [all...]
isl.h 721 uint16_t bpb; /**< Bits per block */ member in struct:isl_format_layout
746 * isl_format_layout::bpb. For non-power-of-two formats it may be smaller.
750 * isl_format_layout::bpb is 96 (a non-power-of-two). In this case, none
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 46 unsigned bw, bh, bpb, total_size, i; local
58 svga_format_size(key->format, &bw, &bh, &bpb);
66 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb;
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 53 UChar32 bmg, bpb; member in struct:UniProps
  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 129 BracketPair *bpb = (BracketPair *)b; local
130 return bpa->from - bpb->from;
  /system/core/toolbox/
newfs_msdos.c 155 struct bpb { struct
178 struct bpb bpb; member in struct:__anon2968
225 static void getstdfmt(const char *, struct bpb *);
226 static void getdiskinfo(int, const char *, const char *, int, struct bpb *);
227 static void print_bpb(struct bpb *);
252 struct bpb bpb; local
396 memset(&bpb, 0, sizeof(bpb));
    [all...]

Completed in 660 milliseconds