HomeSort by: relevance | last modified time | path
    Searched refs:bpb (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /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_gfx12.c 81 /* Tile64 is not defined for format sizes that are 24, 48, and 96 bpb. */
82 if (isl_format_get_layout(info->format)->bpb % 3 == 0)
112 isl_tiling_get_info(tiling, info->dim, msaa_layout, fmtl->bpb,
150 } else if (!isl_is_pow2(fmtl->bpb)) {
174 *image_align_el = isl_extent3d(128 * 8 / fmtl->bpb, 4, 1);
isl_gfx4.c 79 if (isl_format_get_layout(info->format)->bpb >= 128)
isl_gfx8.c 177 fmtl->bpb == 32 && info->samples == 1) {
isl_storage_image.c 208 return isl_format_get_layout(fmt)->bpb <= 64;
210 return isl_format_get_layout(fmt)->bpb <= 32;
254 const int cpp = isl_format_get_layout(surf->format)->bpb / 8;
326 param->stride[0] = isl_format_get_layout(format)->bpb / 8;
isl.c 470 * 128bpb format. The tiling has the same physical dimensions as
1565 const uint32_t bs = fmtl->bpb / 8;
1609 const uint32_t bs = fmtl->bpb / 8;
1623 assert(fmtl->bpb % tile_info->format_bpb == 0);
1625 const uint32_t tile_el_scale = fmtl->bpb / tile_info->format_bpb;
1764 isl_tiling_get_info(tiling, info->dim, msaa_layout, fmtl->bpb,
1814 base_alignment_B = MAX(base_alignment_B, fmtl->bpb / 4);
1816 base_alignment_B = MAX(base_alignment_B, fmtl->bpb / 8);
1942 isl_tiling_get_info(surf->tiling, surf->dim, surf->msaa_layout, fmtl->bpb,
2140 if (!isl_is_pow2(isl_format_get_layout(surf->format)->bpb))
    [all...]
isl_surface_state.c 176 } else if (isl_format_get_layout(surf->format)->bpb % 3 == 0) {
178 * units of elements for 24, 48, and 96 bpb formats.
185 const uint32_t bs = isl_format_get_layout(surf->format)->bpb / 8;
314 * that they're at least the same bpb and block size.
320 assert(surf_fmtl->bpb == view_fmtl->bpb);
598 assert(isl_is_pow2(isl_format_get_layout(info->view->format)->bpb));
606 if (isl_format_get_layout(info->view->format)->bpb == 8)
608 if (isl_format_get_layout(info->view->format)->bpb == 16)
873 info->stride_B < isl_format_get_layout(info->format)->bpb / 8) &
    [all...]
gen_format_layout.py 76 .bpb = ${format.bpb},
173 self.bpb = int(line[1])
isl_gfx7.c 305 if (ISL_GFX_VER(dev) < 7 && isl_format_get_layout(info->format)->bpb >= 128)
  /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_gen4.c 94 if (isl_format_get_layout(info->format)->bpb >= 128)
isl_storage_image.c 208 return isl_format_get_layout(fmt)->bpb <= 64;
210 return isl_format_get_layout(fmt)->bpb <= 32;
250 const int cpp = isl_format_get_layout(surf->format)->bpb / 8;
322 param->stride[0] = isl_format_get_layout(format)->bpb / 8;
isl.c 282 * 128bpb format. The tiling has the same physical dimensions as
1291 const uint32_t bs = fmtl->bpb / 8;
1311 const uint32_t bs = fmtl->bpb / 8;
1325 assert(fmtl->bpb % tile_info->format_bpb == 0);
1327 const uint32_t tile_el_scale = fmtl->bpb / tile_info->format_bpb;
1456 isl_tiling_get_info(tiling, fmtl->bpb, &tile_info);
1509 base_alignment_B = MAX(base_alignment_B, fmtl->bpb / 4);
1511 base_alignment_B = MAX(base_alignment_B, fmtl->bpb / 8);
1592 isl_tiling_get_info(surf->tiling, fmtl->bpb, tile_info);
1770 switch (isl_format_get_layout(surf->format)->bpb) {
    [all...]
isl_surface_state.c 262 * that they're at least the same bpb and block size.
268 assert(surf_fmtl->bpb == view_fmtl->bpb);
498 assert(isl_is_pow2(isl_format_get_layout(info->view->format)->bpb));
506 if (isl_format_get_layout(info->view->format)->bpb == 8)
508 if (isl_format_get_layout(info->view->format)->bpb == 16)
696 info->stride_B < isl_format_get_layout(info->format)->bpb / 8) {
gen_format_layout.py 70 .bpb = ${format.bpb},
162 self.bpb = int(line[1])
  /xsrc/external/mit/MesaLib/src/intel/isl/
isl_format_layout.c 612 .bpb = 128,
632 .bpb = 128,
652 .bpb = 128,
672 .bpb = 128,
692 .bpb = 128,
712 .bpb = 128,
732 .bpb = 128,
752 .bpb = 128,
772 .bpb = 128,
792 .bpb = 128
    [all...]
  /xsrc/external/mit/MesaLib.old/src/intel/
isl_format_layout.c 33 .bpb = 128,
53 .bpb = 128,
73 .bpb = 128,
93 .bpb = 128,
113 .bpb = 128,
133 .bpb = 128,
153 .bpb = 128,
173 .bpb = 128,
193 .bpb = 128,
213 .bpb = 128
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_formats.c 200 supported &= fmtl->bpb != 24 && fmtl->bpb != 48 && fmtl->bpb != 96;
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir_lower_storage_image.c 404 assert(image_fmtl->bpb == 64 || image_fmtl->bpb == 128);
405 enum isl_format raw_fmt = (image_fmtl->bpb == 64) ?
431 nir_image_deref_load_raw_intel(b, image_fmtl->bpb / 32, 32,
556 assert(image_fmtl->bpb == 64 || image_fmtl->bpb == 128);
557 enum isl_format raw_fmt = (image_fmtl->bpb == 64) ?
591 store->num_components = image_fmtl->bpb / 32;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_nir_lower_image_load_store.c 454 assert(image_fmtl->bpb == 64 || image_fmtl->bpb == 128);
455 enum isl_format raw_fmt = (image_fmtl->bpb == 64) ?
485 load->num_components = image_fmtl->bpb / 32;
609 assert(image_fmtl->bpb == 64 || image_fmtl->bpb == 128);
610 enum isl_format raw_fmt = (image_fmtl->bpb == 64) ?
644 store->num_components = image_fmtl->bpb / 32;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_blt.c 52 unsigned cpp = fmtl->bpb / 8;
243 unsigned src_cpp = src_fmtl->bpb / 8;
245 const unsigned dst_cpp = dst_fmtl->bpb / 8;
crocus_formats.c 549 supported &= fmtl->bpb != 24 && fmtl->bpb != 48 && fmtl->bpb != 96;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_formats.c 479 supported &= fmtl->bpb != 24 && fmtl->bpb != 48 &&
480 (fmtl->bpb != 96 || target == PIPE_BUFFER);
  /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;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
blorp_blit.c 910 assert(src_fmtl->bpb == dst_fmtl->bpb);
922 if (src_fmtl->bpb <= 32) {
1997 if (isl_format_get_layout(params->dst.view.format)->bpb % 3 == 0) {
2345 get_copy_format_for_bpb(const struct isl_device *isl_dev, unsigned bpb)
2361 switch (bpb) {
2371 unreachable("Unknown format bpb");
2374 switch (bpb) {
2384 unreachable("Unknown format bpb");
2484 * ones with the same bpb) and divide x, y, width, and height by th
    [all...]

Completed in 24 milliseconds

1 2 3