Searched defs:nby (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_miptree.c | 277 unsigned nby = util_format_get_nblocksy(pt->format, h); in nvc0_miptree_init_layout_tiled() local 389 const unsigned nby = util_format_get_nblocksy(pt->format, pt->height0); in nvc0_miptree_select_best_modifier() local 565 unsigned nby = util_format_get_nblocksy(pt->format, in nvc0_mt_zslice_offset() local
|
D | nvc0_tex.c | 1114 unsigned nby = align(util_format_get_nblocksy(view->format, height), in nvc0_set_surface_info() local 1186 const unsigned nby = util_format_get_nblocksy(view->format, height); in nvc0_validate_suf() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_miptree.c | 303 unsigned nby = util_format_get_nblocksy(pt->format, h); in nv50_miptree_init_layout_tiled() local 454 unsigned nby = util_format_get_nblocksy(pt->format, in nv50_mt_zslice_offset() local
|
D | nv50_compute.c | 356 unsigned nby = align(util_format_get_nblocksy(view->format, height), in nv50_set_surface_info() local 447 const unsigned nby = util_format_get_nblocksy(view->format, height); in nv50_compute_validate_surfaces() local
|
/third_party/ffmpeg/libavcodec/ |
D | scpr.h | 56 uint32_t nbx, nby; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_miptree.c | 474 unsigned nby = util_format_get_nblocksy(pt->format, h); in nv30_miptree_create() local
|