Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c101 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/
Dnv30_miptree.c99 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/
Du_resource.c57 size += (util_format_get_nblocksy(res->format, height) * in util_resource_size()
Du_debug_image.c127 util_format_get_nblocksy(texture->format, surface->height), in debug_dump_surface()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_resource.c34 uint32_t height0 = util_format_get_nblocksy(format, prsc->height0); in fd2_setup_slices()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_resource.c60 uint32_t nblocksy = util_format_get_nblocksy(format, height); in fd4_setup_slices()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h624 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/
Dfd5_layout.c67 uint32_t nblocksy = util_format_get_nblocksy(format, u_minify(height0, level)); in fdl5_layout()
Dfd6_layout.c202 uint32_t nblocksy = util_format_get_nblocksy(format, height); in fdl6_layout()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c728 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/
Dfd3_resource.c51 uint32_t nblocksy = util_format_get_nblocksy(format, height); in setup_slices()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_transfer.c37 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()
Dnv50_miptree.c307 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/
Dnvc0_miptree.c262 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/
Dsi_blit.c908 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/
Dhgl_sw_winsys.c124 unsigned blockSize = util_format_get_nblocksy(format, height); in hgl_winsys_displaytarget_create()
/external/mesa3d/src/util/format/
Du_format.h844 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/
Dnine_pipe.h797 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/
Dtr_dump.c458 + (util_format_get_nblocksy(format, box->height) - 1) * stride in trace_dump_box_bytes()
/external/mesa3d/src/gallium/winsys/sw/dri/
Ddri_sw_winsys.c142 nblocksy = util_format_get_nblocksy(format, height); in dri_sw_displaytarget_create()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.c181 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/
Dxlib_sw_winsys.c411 nblocksy = util_format_get_nblocksy(format, height); in xlib_displaytarget_create()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c311 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/
Dsp_texture.c69 nblocksy = util_format_get_nblocksy(pt->format, height); in softpipe_resource_layout()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c199 util_format_get_nblocksy(format, h)); in init_tex()
240 util_format_get_nblocksy(tex->format, tex->height0)); in check_tex()

12