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

  /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...]
  /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_storage_image.c 197 return isl_format_get_layout(fmt)->bpb <= 64;
199 return isl_format_get_layout(fmt)->bpb <= 32;
232 const int cpp = isl_format_get_layout(surf->format)->bpb / 8;
304 param->stride[0] = isl_format_layouts[format].bpb / 8;
isl.c 203 * 128bpb format. The tiling has the same physical dimensions as
1802 const uint32_t bpb = bs * 8; local
    [all...]
gen_format_layout.py 70 .bpb = ${format.bpb},
140 self.bpb = int(line[1])
isl_gen7.c 288 if (ISL_DEV_GEN(dev) < 7 && isl_format_get_layout(info->format)->bpb >= 128)
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...]
isl_surface_state.c 476 assert(isl_is_pow2(isl_format_get_layout(info->view->format)->bpb));
484 if (isl_format_get_layout(info->view->format)->bpb == 8)
486 if (isl_format_get_layout(info->view->format)->bpb == 16)
isl_format.c 474 } else if (devinfo->gen < 8 && isl_format_get_layout(format)->bpb > 64) {
  /external/syslinux/com32/chain/
utility.h 39 /* most (all ?) bpb "types" known to humankind as of 2012 */
53 int bpb_detect(const uint8_t *bpb, const char *tag);
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 53 UChar32 bmg, bpb; member in struct:UniProps
ppucd.cpp 44 bmg(U_SENTINEL), bpb(U_SENTINEL),
399 props.bpb=U_SENTINEL;
456 props.bpb=parseCodePoint(v, errorCode);
  /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/harfbuzz_ng/src/hb-ucdn/
ucdn.c 129 BracketPair *bpb = (BracketPair *)b; local
130 return bpa->from - bpb->from;
  /external/mesa3d/src/intel/blorp/
blorp_blit.c     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_formats.c 282 !util_is_power_of_two(isl_layout->bpb)) {
421 !util_is_power_of_two(isl_format_layouts[linear_fmt.isl_format].bpb) &&
anv_image.c 679 const uint32_t format_bs = isl_format_get_layout(view->format)->bpb / 8;
709 isl_format_get_layout(storage_format)->bpb / 8));
anv_blorp.c 138 assert(fmtl->bpb == isl_format_get_layout(format)->bpb);
332 (buffer_fmtl->bpb / 8);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_surface_builder.cpp     [all...]

Completed in 432 milliseconds