Home
last modified time | relevance | path

Searched refs:util_format_get_nblocksy (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_blit.c291 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/
Di915_resource_texture.c101 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/
Dnvc0_miptree.c193 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()
Dnvc0_transfer.c361 tx->nblocksy = util_format_get_nblocksy(res->format, box->height); in nvc0_miptree_transfer_new()
Dnvc0_surface.c231 unsigned ny = util_format_get_nblocksy(src->format, src_box->height); in nvc0_resource_copy_region()
/external/mesa3d/src/gallium/winsys/sw/wayland/
Dwayland_sw_winsys.c180 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/
Dsp_texture.c78 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/
Dnv30_miptree.c98 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/
Du_format.h709 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()
Du_debug.c532 util_format_get_nblocksy(texture->format, surface->height), in debug_dump_surface()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c593 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/
Dnv50_transfer.c35 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()
Dnv50_miptree.c227 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()
Dnv50_surface.c224 unsigned ny = util_format_get_nblocksy(src->format, src_box->height); in nv50_resource_copy_region()
/external/mesa3d/src/gallium/winsys/sw/dri/
Ddri_sw_winsys.c102 nblocksy = util_format_get_nblocksy(format, height); in dri_sw_displaytarget_create()
/external/mesa3d/src/gallium/winsys/sw/fbdev/
Dfbdev_sw_winsys.c179 nblocksy = util_format_get_nblocksy(format, height); in fbdev_displaytarget_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump.c471 size = util_format_get_nblocksy(format, box->height) * stride; in trace_dump_box_bytes()
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c400 nblocksy = util_format_get_nblocksy(format, height); in xlib_displaytarget_create()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c196 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/
Dlp_texture.c136 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/
Dsvga_resource_texture.c251 unsigned nblocksy = util_format_get_nblocksy(texture->format, box->height); in svga_texture_get_transfer()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c205 return util_format_get_nblocksy(tex->b.b.format, height); in r300_texture_get_nblocksy()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c282 t->stride * util_format_get_nblocksy(t->resource->format, in rbug_texture_read()