Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c196 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) ); in i915_surface_copy_blitter()
198 assert( util_format_get_blockheight(dpt->format) == 1 ); in i915_surface_copy_blitter()
221 assert(util_format_get_blockheight(pt->format) == 1); in i915_clear_render_target_blitter()
250 assert(util_format_get_blockheight(pt->format) == 1); in i915_clear_depth_stencil_blitter()
Di915_resource_texture.c818 box->y / util_format_get_blockheight(format) * itransfer->b.stride + in i915_texture_transfer_map()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c188 assert(util_format_get_blockheight(dst_format) == util_format_get_blockheight(src_format)); in util_resource_copy_region()
Du_rect.c60 int blockheight = util_format_get_blockheight(format); in util_copy_rect()
Du_format.h688 util_format_get_blockheight(enum pipe_format format) in util_format_get_blockheight() function
712 unsigned blockheight = util_format_get_blockheight(format); in util_format_get_nblocksy()
Du_gen_mipmap.c1148 assert(util_format_get_blockheight(pt->format) == 1); in make_2d_mipmap()
1193 assert(util_format_get_blockheight(pt->format) == 1); in make_3d_mipmap()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c91 …(util_format_get_blockwidth(texture->b.b.format)*util_format_get_blockheight(texture->b.b.format))… in svga_transfer_dma_band()
137 unsigned blockheight = util_format_get_blockheight(st->base.resource->format); in svga_transfer_dma()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_transfer.c249 transfer->box.y / util_format_get_blockheight(format) * transfer->stride + in r300_texture_transfer_map()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_texture.c84 surface->blk_h = util_format_get_blockheight(ptex->format); in r600_init_surface()
420 transfer->box.y / util_format_get_blockheight(format) * transfer->stride + in si_texture_transfer_map()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c228 util_format_get_blockheight(t->format), in rbug_texture_info()
279 util_format_get_blockheight(t->resource->format), in rbug_texture_read()
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c322 assert(util_format_get_blockheight(xlib_dt->format) == 1); in xlib_sw_display()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c380 box->y / util_format_get_blockheight(format) * spt->base.stride + in softpipe_get_transfer()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c85 surface->blk_h = util_format_get_blockheight(ptex->format); in r600_init_surface()
760 transfer->box.y / util_format_get_blockheight(format) * transfer->stride + in r600_texture_transfer_map()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c278 const uint w = templat->width0 / util_format_get_blockheight(format); in llvmpipe_resource_create()
721 transfer->box.y / util_format_get_blockheight(format) * transfer->stride + in llvmpipe_transfer_map()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1261 assert(util_format_get_blockheight(ptDraw->resource->format) == 1); in copy_stencil_pixels()