Home
last modified time | relevance | path

Searched refs:util_format_get_blockheight (Results 1 – 25 of 38) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c237 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) ); in i915_surface_copy_blitter()
239 assert( util_format_get_blockheight(dpt->format) == 1 ); in i915_surface_copy_blitter()
295 assert(util_format_get_blockheight(pt->format) == 1); in i915_clear_render_target_blitter()
325 assert(util_format_get_blockheight(pt->format) == 1); in i915_clear_depth_stencil_blitter()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_surface.c82 int blockheight = util_format_get_blockheight(format); in util_copy_rect()
273 assert(util_format_get_blockheight(dst_format) == util_format_get_blockheight(src_format)); in util_resource_copy_region()
Du_format.h615 util_format_get_blockheight(enum pipe_format format) in util_format_get_blockheight() function
639 unsigned blockheight = util_format_get_blockheight(format); in util_format_get_nblocksy()
/external/mesa3d/src/freedreno/vulkan/
Dvk_format.h61 return util_format_get_blockheight(vk_format_to_pipe_format(format)); in vk_format_get_blockheight()
/external/mesa3d/src/broadcom/vulkan/
Dvk_format_info.h152 return util_format_get_blockheight(vk_format_to_pipe_format(format)); in vk_format_get_blockheight()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_surface.c77 surf->blk_h = util_format_get_blockheight(tex->format); in amdgpu_surface_init()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_etc2.c84 const unsigned bh = util_format_get_blockheight(format); in etna_etc2_calculate_blocks()
Detnaviv_transfer.c56 box->y / util_format_get_blockheight(format) * stride + in etna_compute_offset()
445 unsigned divSizeY = util_format_get_blockheight(format); in etna_transfer_map()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_transfer.c241 box->y / util_format_get_blockheight(format) * trans->transfer.stride + in r300_texture_transfer_map()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c288 ptrans->box.y /= util_format_get_blockheight(format); in v3d_resource_transfer_map()
292 util_format_get_blockheight(format)); in v3d_resource_transfer_map()
519 uint32_t block_height = util_format_get_blockheight(prsc->format); in v3d_setup_slices()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_texture.c152 util_format_get_blockheight(resource->format)); in texture_transfer_map_resolve()
Dvirgl_resource.c643 const unsigned blocksy = box->y / util_format_get_blockheight(format); in virgl_resource_create_transfer()
/external/mesa3d/src/gallium/frontends/nine/
Dvolumetexture9.c74 const unsigned h = util_format_get_blockheight(pf); in NineVolumeTexture9_ctor()
Dcubetexture9.c76 const unsigned h = util_format_get_blockheight(pf); in NineCubeTexture9_ctor()
Dtexture9.c117 const unsigned h = util_format_get_blockheight(pf); in NineTexture9_ctor()
Dsurface9.c135 const unsigned h = util_format_get_blockheight(This->base.info.format); in NineSurface9_ctor()
457 const unsigned h = util_format_get_blockheight(This->base.info.format); in NineSurface9_LockRect()
Dvolume9.c284 const unsigned h = util_format_get_blockheight(This->info.format); in NineVolume9_LockBox()
Dnine_pipe.h84 const unsigned h = util_format_get_blockheight(format); in fit_rect_format_inclusive()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c235 src_bh = util_format_get_blockheight(src_format); in util_resource_copy_region()
238 dst_bh = util_format_get_blockheight(dst_format); in util_resource_copy_region()
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c330 assert(util_format_get_blockheight(xlib_dt->format) == 1); in xlib_sw_display()
/external/mesa3d/src/util/format/
Du_format.h810 util_format_get_blockheight(enum pipe_format format) in util_format_get_blockheight() function
847 unsigned blockheight = util_format_get_blockheight(format); in util_format_get_nblocksy()
/external/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_core.c232 util_format_get_blockheight(t->format), in rbug_texture_info()
281 util_format_get_blockheight(t->resource->format), in rbug_texture_read()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c430 box->y / util_format_get_blockheight(format) * spt->base.stride + in softpipe_transfer_map()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c104 surf_drm->blk_h = util_format_get_blockheight(tex->format); in surf_winsys_to_drm()
/external/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.c605 offset = box.y / util_format_get_blockheight(res->format) * res->stride + in virgl_vtest_flush_frontbuffer()

12