Home
last modified time | relevance | path

Searched refs:util_format_get_blockheight (Results 1 – 25 of 30) 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()
Di915_resource_texture.c786 box->y / util_format_get_blockheight(format) * transfer->b.stride + in i915_texture_transfer_map()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_surface.c82 int blockheight = util_format_get_blockheight(format); in util_copy_rect()
272 assert(util_format_get_blockheight(dst_format) == util_format_get_blockheight(src_format)); in util_resource_copy_region()
Du_format.h603 util_format_get_blockheight(enum pipe_format format) in util_format_get_blockheight() function
627 unsigned blockheight = util_format_get_blockheight(format); in util_format_get_nblocksy()
/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_transfer.c55 box->y / util_format_get_blockheight(format) * stride + in etna_compute_offset()
344 unsigned divSizeY = util_format_get_blockheight(format); in etna_transfer_map()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_resource.c243 ptrans->box.y /= util_format_get_blockheight(format); in vc5_resource_transfer_map()
247 util_format_get_blockheight(format)); in vc5_resource_transfer_map()
344 uint32_t block_height = util_format_get_blockheight(prsc->format); in vc5_setup_slices()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c82 int blockheight = util_format_get_blockheight(format); in util_copy_rect()
290 src_bh = util_format_get_blockheight(src_format); in util_resource_copy_region()
293 dst_bh = util_format_get_blockheight(dst_format); in util_resource_copy_region()
Du_format.h795 util_format_get_blockheight(enum pipe_format format) in util_format_get_blockheight() function
819 unsigned blockheight = util_format_get_blockheight(format); in util_format_get_nblocksy()
/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/state_trackers/nine/
Dvolumetexture9.c74 const unsigned h = util_format_get_blockheight(pf); in NineVolumeTexture9_ctor()
Dtexture9.c117 const unsigned h = util_format_get_blockheight(pf); in NineTexture9_ctor()
Dcubetexture9.c76 const unsigned h = util_format_get_blockheight(pf); in NineCubeTexture9_ctor()
Dsurface9.c132 const unsigned h = util_format_get_blockheight(This->base.info.format); in NineSurface9_ctor()
450 const unsigned h = util_format_get_blockheight(This->base.info.format); in NineSurface9_LockRect()
Dvolume9.c278 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/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/drivers/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/winsys/sw/xlib/
Dxlib_sw_winsys.c329 assert(util_format_get_blockheight(xlib_dt->format) == 1); in xlib_sw_display()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_texture.c183 offset += box->y / util_format_get_blockheight(format) * trans->base.stride + in virgl_texture_transfer_map()
/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/drivers/llvmpipe/
Dlp_texture.c615 box->y / util_format_get_blockheight(format) * pt->stride + in llvmpipe_transfer_map()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c88 * util_format_get_blockheight(texture->b.b.format))); in svga_transfer_dma_band()
138 util_format_get_blockheight(st->base.resource->format); in svga_transfer_dma()
/external/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.c590 offset = box.y / util_format_get_blockheight(res->format) * res->stride + in virgl_vtest_flush_frontbuffer()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp764 unsigned valign = res->swr.valign * util_format_get_blockheight(fmt); in swr_texture_layout()

12