/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_texture.c | 101 return align(util_format_get_nblocksy(format, width), align_to); in align_nblocksy() 339 unsigned nblocksy = util_format_get_nblocksy(pt->format, width); in i915_texture_layout_2d() 369 unsigned nblocksy = util_format_get_nblocksy(pt->format, height); in i915_texture_layout_3d() 385 nblocksy = util_format_get_nblocksy(pt->format, height); in i915_texture_layout_3d() 446 unsigned nblocksy = util_format_get_nblocksy(pt->format, height); in i945_texture_layout_2d() 505 unsigned nblocksy = util_format_get_nblocksy(pt->format, width); in i945_texture_layout_3d() 549 nblocksy = util_format_get_nblocksy(pt->format, height); in i945_texture_layout_3d() 609 util_format_get_nblocksy(pt->format, y)); in i945_texture_layout_cube() 857 unsigned nby = util_format_get_nblocksy(format, transfer->box.y); 868 unsigned nby = util_format_get_nblocksy(format, transfer->box.y);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_miptree.c | 99 rect->h = util_format_get_nblocksy(pt->format, rect->h); in define_rect() 118 rect->y0 = util_format_get_nblocksy(pt->format, y) << mt->ms_y; in define_rect() 120 rect->y1 = rect->y0 + (util_format_get_nblocksy(pt->format, h) << mt->ms_y); in define_rect() 296 tx->base.layer_stride = util_format_get_nblocksy(pt->format, box->height) * in nv30_miptree_transfer_map() 300 tx->nblocksy = util_format_get_nblocksy(pt->format, box->height); in nv30_miptree_transfer_map() 478 unsigned nby = util_format_get_nblocksy(pt->format, h); in nv30_miptree_create()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_resource.c | 57 size += (util_format_get_nblocksy(res->format, height) * in util_resource_size()
|
D | u_debug_image.c | 127 util_format_get_nblocksy(texture->format, surface->height), in debug_dump_surface()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_resource.c | 34 uint32_t height0 = util_format_get_nblocksy(format, prsc->height0); in fd2_setup_slices()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_resource.c | 60 uint32_t nblocksy = util_format_get_nblocksy(format, height); in fd4_setup_slices()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format.h | 624 util_format_get_nblocksy(enum pipe_format format, in util_format_get_nblocksy() function 636 return util_format_get_nblocksx(format, width) * util_format_get_nblocksy(format, height); in util_format_get_nblocks() 651 return util_format_get_nblocksy(format, height) * stride; in util_format_get_2d_size()
|
/external/mesa3d/src/freedreno/fdl/ |
D | fd5_layout.c | 67 uint32_t nblocksy = util_format_get_nblocksy(format, u_minify(height0, level)); in fdl5_layout()
|
D | fd6_layout.c | 202 uint32_t nblocksy = util_format_get_nblocksy(format, height); in fdl6_layout()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 728 dst_height = util_format_get_nblocksy(dst->format, dst_height); in r600_resource_copy_region() 730 src_height0 = util_format_get_nblocksy(src->format, src_height0); in r600_resource_copy_region() 732 src_heightFL = util_format_get_nblocksy(src->format, src_heightFL); in r600_resource_copy_region() 735 dsty = util_format_get_nblocksy(dst->format, dsty); in r600_resource_copy_region() 738 sbox.y = util_format_get_nblocksy(src->format, src_box->y); in r600_resource_copy_region() 741 sbox.height = util_format_get_nblocksy(src->format, src_box->height); in r600_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_resource.c | 51 uint32_t nblocksy = util_format_get_nblocksy(format, height); in setup_slices()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_transfer.c | 37 rect->height = util_format_get_nblocksy(res->format, h); in nv50_m2mf_rect_setup() 39 rect->y = util_format_get_nblocksy(res->format, y); in nv50_m2mf_rect_setup() 279 tx->nblocksy = util_format_get_nblocksy(res->format, box->height); in nv50_miptree_transfer_map()
|
D | nv50_miptree.c | 307 unsigned nby = util_format_get_nblocksy(pt->format, h); in nv50_miptree_init_layout_tiled() 452 unsigned nby = util_format_get_nblocksy(pt->format, in nv50_mt_zslice_offset()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_miptree.c | 262 unsigned nby = util_format_get_nblocksy(pt->format, h); in nvc0_miptree_init_layout_tiled() 465 unsigned nby = util_format_get_nblocksy(pt->format, in nvc0_mt_zslice_offset()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_blit.c | 908 dst_height = util_format_get_nblocksy(dst->format, dst_height); in si_resource_copy_region() 910 dst_height0 = util_format_get_nblocksy(dst->format, dst_height0); in si_resource_copy_region() 912 src_height0 = util_format_get_nblocksy(src->format, src_height0); in si_resource_copy_region() 915 dsty = util_format_get_nblocksy(dst->format, dsty); in si_resource_copy_region() 918 sbox.y = util_format_get_nblocksy(src->format, src_box->y); in si_resource_copy_region() 921 sbox.height = util_format_get_nblocksy(src->format, src_box->height); in si_resource_copy_region()
|
/external/mesa3d/src/gallium/winsys/sw/hgl/ |
D | hgl_sw_winsys.c | 124 unsigned blockSize = util_format_get_nblocksy(format, height); in hgl_winsys_displaytarget_create()
|
/external/mesa3d/src/util/format/ |
D | u_format.h | 844 util_format_get_nblocksy(enum pipe_format format, in util_format_get_nblocksy() function 865 return util_format_get_nblocksx(format, width) * util_format_get_nblocksy(format, height); in util_format_get_nblocks() 880 return util_format_get_nblocksy(format, height) * stride; in util_format_get_2d_size()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.h | 797 util_format_get_nblocksy(format, h); in nine_format_get_level_alloc_size() 820 util_format_get_nblocksy(format, h); in nine_format_get_size_and_offsets()
|
/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump.c | 458 + (util_format_get_nblocksy(format, box->height) - 1) * stride in trace_dump_box_bytes()
|
/external/mesa3d/src/gallium/winsys/sw/dri/ |
D | dri_sw_winsys.c | 142 nblocksy = util_format_get_nblocksy(format, height); in dri_sw_displaytarget_create()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_resource.c | 181 mip->layer_stride = mip->stride * util_format_get_nblocksy(prsc->format, mip->padded_height); in setup_miptree() 539 level->layer_stride = level->stride * util_format_get_nblocksy(prsc->format, in etna_resource_from_handle()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 411 nblocksy = util_format_get_nblocksy(format, height); in xlib_displaytarget_create()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_texture.c | 311 nblocksy = util_format_get_nblocksy(texture->format, st->box.h); in svga_texture_transfer_map_dma() 426 nblocksy = util_format_get_nblocksy(texture->format, h); in svga_texture_transfer_map_direct() 1406 nblocksy = util_format_get_nblocksy(texture->format, st->base.box.height); in svga_texture_transfer_map_upload()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_texture.c | 69 nblocksy = util_format_get_nblocksy(pt->format, height); in softpipe_resource_layout()
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 199 util_format_get_nblocksy(format, h)); in init_tex() 240 util_format_get_nblocksy(tex->format, tex->height0)); in check_tex()
|