Searched refs:nbx (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_miptree.c | 276 unsigned nbx = util_format_get_nblocksx(pt->format, w); 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() 296 lvl->pitch = align(nbx * blocksize, tsx); in nvc0_miptree_init_layout_tiled() 388 const unsigned nbx = util_format_get_nblocksx(pt->format, pt->width0); 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()
|
H A D | nvc0_tex.c | 1185 const unsigned nbx = util_format_get_nblocksx(view->format, width); in nvc0_validate_suf() local 1191 adjusted_width = align(nbx, tsx / util_format_get_blocksize(view->format)) * tsz; in nvc0_validate_suf()
|
/third_party/ffmpeg/libavcodec/ |
H A D | scpr.c | 421 for (x = 0; x < s->nbx; x++) { in decompress_p() 424 if (s->blocks[y * s->nbx + x] == 0) in decompress_p() 427 if (((s->blocks[y * s->nbx + x] - 1) & 1) > 0) { in decompress_p() 438 if (((s->blocks[y * s->nbx + x] - 1) & 2) > 0) { in decompress_p() 647 s->nbx = (avctx->width + 15) / 16; in decode_init() 649 s->nbcount = s->nbx * s->nby; in decode_init()
|
H A D | scpr.h | 56 uint32_t nbx, nby; member
|
H A D | scpr3.c | 1087 for (x = 0; x < s->nbx; x++) { in decompress_p3() 1090 if (s->blocks[y * s->nbx + x] == 0) in decompress_p3() 1093 if (((s->blocks[y * s->nbx + x] + 1) & 1) > 0) { in decompress_p3() 1120 if (((s->blocks[y * s->nbx + x] + 3) & 2) > 0) { in decompress_p3()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_miptree.c | 302 unsigned nbx = util_format_get_nblocksx(pt->format, w); 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() 313 lvl->pitch = align(nbx * blocksize, tsx); in nv50_miptree_init_layout_tiled()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_miptree.c | 473 unsigned nbx = util_format_get_nblocksx(pt->format, w); in nv30_miptree_create() local 479 lvl->pitch = nbx * blocksz; in nv30_miptree_create()
|
Completed in 9 milliseconds