/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 291 new_height = util_format_get_nblocksy(tex->format, orig->height0); in r600_compressed_to_blittable() 297 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y); in r600_compressed_to_blittable() 299 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y); in r600_compressed_to_blittable() 350 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y); in r600_resource_copy_region() 353 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height); in r600_resource_copy_region() 364 dsty = util_format_get_nblocksy(orig_info[1].format, dsty); in r600_resource_copy_region()
|
/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() 338 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->width0); in i915_texture_layout_2d() 368 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->height0); in i915_texture_layout_3d() 384 nblocksy = util_format_get_nblocksy(pt->format, height); in i915_texture_layout_3d() 445 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->height0); in i945_texture_layout_2d() 504 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->width0); in i945_texture_layout_3d() 548 nblocksy = util_format_get_nblocksy(pt->format, height); in i945_texture_layout_3d() 608 util_format_get_nblocksy(pt->format, y)); in i945_texture_layout_cube() 872 unsigned nby = util_format_get_nblocksy(format, transfer->box.y); in i915_transfer_inline_write() 883 unsigned nby = util_format_get_nblocksy(format, transfer->box.y); in i915_transfer_inline_write()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_miptree.c | 193 unsigned nby = util_format_get_nblocksy(pt->format, pt->height0); in nvc0_miptree_init_layout_video() 232 unsigned nby = util_format_get_nblocksy(pt->format, h); in nvc0_miptree_init_layout_tiled() 335 unsigned nby = util_format_get_nblocksy(pt->format, in nvc0_mt_zslice_offset()
|
D | nvc0_transfer.c | 361 tx->nblocksy = util_format_get_nblocksy(res->format, box->height); in nvc0_miptree_transfer_new()
|
D | nvc0_surface.c | 231 unsigned ny = util_format_get_nblocksy(src->format, src_box->height); in nvc0_resource_copy_region()
|
/external/mesa3d/src/gallium/winsys/sw/wayland/ |
D | wayland_sw_winsys.c | 180 nblocksy = util_format_get_nblocksy(format, height); in wayland_displaytarget_create() 225 nblocksy = util_format_get_nblocksy(wldt->format, wldt->height); in wayland_displaytarget_from_handle()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_texture.c | 78 buffer_size += (util_format_get_nblocksy(pt->format, height) * in softpipe_resource_layout() 234 const unsigned nblocksy = util_format_get_nblocksy(spr->base.format, hgt); in sp_get_tex_image_offset() 368 const unsigned nblocksy = util_format_get_nblocksy(format, hgt); in softpipe_get_transfer()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_miptree.c | 98 rect->h = util_format_get_nblocksy(pt->format, rect->h); in define_rect() 117 rect->y0 = util_format_get_nblocksy(pt->format, y) << mt->ms_y; in define_rect() 180 tx->base.layer_stride = util_format_get_nblocksy(pt->format, box->height) * in nv30_miptree_transfer_new() 184 tx->nblocksy = util_format_get_nblocksy(pt->format, box->height); in nv30_miptree_transfer_new()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format.h | 709 util_format_get_nblocksy(enum pipe_format format, in util_format_get_nblocksy() function 721 return util_format_get_nblocksx(format, width) * util_format_get_nblocksy(format, height); in util_format_get_nblocks() 736 return util_format_get_nblocksy(format, height) * stride; in util_format_get_2d_size()
|
D | u_debug.c | 532 util_format_get_nblocksy(texture->format, surface->height), in debug_dump_surface()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 593 new_height = util_format_get_nblocksy(tex->format, orig->height0); in r600_compressed_to_blittable() 599 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y); in r600_compressed_to_blittable() 601 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y); in r600_compressed_to_blittable() 716 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y); in r600_resource_copy_region() 719 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height); in r600_resource_copy_region() 727 dsty = util_format_get_nblocksy(orig_info[1].format, dsty); in r600_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_transfer.c | 35 rect->height = util_format_get_nblocksy(res->format, h); in nv50_m2mf_rect_setup() 37 rect->y = util_format_get_nblocksy(res->format, y); in nv50_m2mf_rect_setup() 281 tx->nblocksy = util_format_get_nblocksy(res->format, box->height); in nv50_miptree_transfer_new()
|
D | nv50_miptree.c | 227 unsigned nby = util_format_get_nblocksy(pt->format, h); in nv50_miptree_init_layout_tiled() 354 unsigned nby = util_format_get_nblocksy(pt->format, in nv50_mt_zslice_offset()
|
D | nv50_surface.c | 224 unsigned ny = util_format_get_nblocksy(src->format, src_box->height); in nv50_resource_copy_region()
|
/external/mesa3d/src/gallium/winsys/sw/dri/ |
D | dri_sw_winsys.c | 102 nblocksy = util_format_get_nblocksy(format, height); in dri_sw_displaytarget_create()
|
/external/mesa3d/src/gallium/winsys/sw/fbdev/ |
D | fbdev_sw_winsys.c | 179 nblocksy = util_format_get_nblocksy(format, height); in fbdev_displaytarget_create()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_dump.c | 471 size = util_format_get_nblocksy(format, box->height) * stride; in trace_dump_box_bytes()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 400 nblocksy = util_format_get_nblocksy(format, height); in xlib_displaytarget_create()
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 196 util_format_get_nblocksy(format, h)); in init_tex() 240 util_format_get_nblocksy(tex->format, tex->height0)); in check_tex()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_texture.c | 136 nblocksy = util_format_get_nblocksy(pt->format, in llvmpipe_texture_layout() 805 util_format_get_nblocksy(format, align(height, TILE_SIZE)); in tex_image_face_size()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_texture.c | 251 unsigned nblocksy = util_format_get_nblocksy(texture->format, box->height); in svga_texture_get_transfer()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_texture_desc.c | 205 return util_format_get_nblocksy(tex->b.b.format, height); in r300_texture_get_nblocksy()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_core.c | 282 t->stride * util_format_get_nblocksy(t->resource->format, in rbug_texture_read()
|