/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 237 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()
|
D | i915_resource_texture.c | 786 box->y / util_format_get_blockheight(format) * transfer->b.stride + in i915_texture_transfer_map()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_surface.c | 82 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()
|
D | u_format.h | 603 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/ |
D | amdgpu_surface.c | 77 surf->blk_h = util_format_get_blockheight(tex->format); in amdgpu_surface_init()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_transfer.c | 55 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/ |
D | vc5_resource.c | 243 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/ |
D | u_surface.c | 82 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()
|
D | u_format.h | 795 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/ |
D | r300_transfer.c | 241 box->y / util_format_get_blockheight(format) * trans->transfer.stride + in r300_texture_transfer_map()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | volumetexture9.c | 74 const unsigned h = util_format_get_blockheight(pf); in NineVolumeTexture9_ctor()
|
D | texture9.c | 117 const unsigned h = util_format_get_blockheight(pf); in NineTexture9_ctor()
|
D | cubetexture9.c | 76 const unsigned h = util_format_get_blockheight(pf); in NineCubeTexture9_ctor()
|
D | surface9.c | 132 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()
|
D | volume9.c | 278 const unsigned h = util_format_get_blockheight(This->info.format); in NineVolume9_LockBox()
|
D | nine_pipe.h | 84 const unsigned h = util_format_get_blockheight(format); in fit_rect_format_inclusive()
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_surface.c | 104 surf_drm->blk_h = util_format_get_blockheight(tex->format); in surf_winsys_to_drm()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_core.c | 232 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/ |
D | xlib_sw_winsys.c | 329 assert(util_format_get_blockheight(xlib_dt->format) == 1); in xlib_sw_display()
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_texture.c | 183 offset += box->y / util_format_get_blockheight(format) * trans->base.stride + in virgl_texture_transfer_map()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_texture.c | 430 box->y / util_format_get_blockheight(format) * spt->base.stride + in softpipe_transfer_map()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_texture.c | 615 box->y / util_format_get_blockheight(format) * pt->stride + in llvmpipe_transfer_map()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_texture.c | 88 * 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/ |
D | virgl_vtest_winsys.c | 590 offset = box.y / util_format_get_blockheight(res->format) * res->stride + in virgl_vtest_flush_frontbuffer()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_screen.cpp | 764 unsigned valign = res->swr.valign * util_format_get_blockheight(fmt); in swr_texture_layout()
|