Home
last modified time | relevance | path

Searched refs:nby (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c277 unsigned nby = util_format_get_nblocksy(pt->format, h); in nvc0_miptree_init_layout_tiled() local
290 lvl->tile_mode = nvc0_tex_choose_tile_dims(nbx, nby, d, mt->layout_3d); in nvc0_miptree_init_layout_tiled()
298 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz); in nvc0_miptree_init_layout_tiled()
389 const unsigned nby = util_format_get_nblocksy(pt->format, pt->height0); in nvc0_miptree_select_best_modifier() local
391 NVC0_TILE_MODE_Y(nvc0_tex_choose_tile_dims(nbx, nby, 1u, false)); in nvc0_miptree_select_best_modifier()
565 unsigned nby = util_format_get_nblocksy(pt->format, in nvc0_mt_zslice_offset() local
572 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds; in nvc0_mt_zslice_offset()
H A Dnvc0_tex.c1114 unsigned nby = align(util_format_get_nblocksy(view->format, height), in nvc0_set_surface_info() local
1122 info[4] = NVC0_TILE_SHIFT_Y(lvl->tile_mode) << 24 | nby; in nvc0_set_surface_info()
1186 const unsigned nby = util_format_get_nblocksy(view->format, height); in nvc0_validate_suf() local
1192 adjusted_height = align(nby, tsy) * align(depth, tsz) >> NVC0_TILE_SHIFT_Z(lvl->tile_mode); in nvc0_validate_suf()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c303 unsigned nby = util_format_get_nblocksy(pt->format, h); in nv50_miptree_init_layout_tiled() local
307 lvl->tile_mode = nv50_tex_choose_tile_dims(nbx, nby, d, mt->layout_3d); in nv50_miptree_init_layout_tiled()
315 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz); in nv50_miptree_init_layout_tiled()
454 unsigned nby = util_format_get_nblocksy(pt->format, in nv50_mt_zslice_offset() local
461 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds; in nv50_mt_zslice_offset()
H A Dnv50_compute.c356 unsigned nby = align(util_format_get_nblocksy(view->format, height), in nv50_set_surface_info() local
360 info[4] = nby; in nv50_set_surface_info()
447 const unsigned nby = util_format_get_nblocksy(view->format, height); in nv50_compute_validate_surfaces() local
451 const unsigned maxy = align(nby, tsy) * align(depth, tsz) >> NV50_TILE_SHIFT_Z(lvl->tile_mode); in nv50_compute_validate_surfaces()
/third_party/ffmpeg/libavcodec/
H A Dscpr.c420 for (y = 0; y < s->nby; y++) { in decompress_p()
648 s->nby = (avctx->height + 15) / 16; in decode_init()
649 s->nbcount = s->nbx * s->nby; in decode_init()
H A Dscpr.h56 uint32_t nbx, nby; member
H A Dscpr3.c1086 for (y = 0; y < s->nby; y++) { in decompress_p3()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c474 unsigned nby = util_format_get_nblocksy(pt->format, h); in nv30_miptree_create() local
481 lvl->zslice_size = lvl->pitch * nby; in nv30_miptree_create()

Completed in 10 milliseconds