/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 236 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) ); in i915_surface_copy_blitter() 238 assert( util_format_get_blockwidth(dpt->format) == 1 ); in i915_surface_copy_blitter() 294 assert(util_format_get_blockwidth(pt->format) == 1); in i915_clear_render_target_blitter() 324 assert(util_format_get_blockwidth(pt->format) == 1); in i915_clear_depth_stencil_blitter()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_surface.c | 81 int blockwidth = util_format_get_blockwidth(format); in util_copy_rect() 271 assert(util_format_get_blockwidth(dst_format) == util_format_get_blockwidth(src_format)); in util_resource_copy_region()
|
D | u_format.h | 590 util_format_get_blockwidth(enum pipe_format format) in util_format_get_blockwidth() function 619 unsigned blockwidth = util_format_get_blockwidth(format); in util_format_get_nblocksx()
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_surface.c | 76 surf->blk_w = util_format_get_blockwidth(tex->format); in amdgpu_surface_init()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_transfer.c | 56 box->x / util_format_get_blockwidth(format) * in etna_compute_offset() 343 unsigned divSizeX = util_format_get_blockwidth(format); in etna_transfer_map()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_resource.c | 90 util_align_npot(width, pitchalign * util_format_get_blockwidth(format)); in setup_slices()
|
D | fd5_format.c | 387 switch (util_format_get_blocksizebits(format) / util_format_get_blockwidth(format)) { in fd5_pipe2fetchsize()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_resource.c | 242 ptrans->box.x /= util_format_get_blockwidth(format); in vc5_resource_transfer_map() 245 util_format_get_blockwidth(format)); in vc5_resource_transfer_map() 343 uint32_t block_width = util_format_get_blockwidth(prsc->format); in vc5_setup_slices()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.c | 81 int blockwidth = util_format_get_blockwidth(format); in util_copy_rect() 289 src_bw = util_format_get_blockwidth(src_format); in util_resource_copy_region() 292 dst_bw = util_format_get_blockwidth(dst_format); in util_resource_copy_region()
|
D | u_format.h | 782 util_format_get_blockwidth(enum pipe_format format) in util_format_get_blockwidth() function 811 unsigned blockwidth = util_format_get_blockwidth(format); in util_format_get_nblocksx()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_transfer.c | 242 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in r300_texture_transfer_map()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | volumetexture9.c | 73 const unsigned w = util_format_get_blockwidth(pf); in NineVolumeTexture9_ctor()
|
D | texture9.c | 116 const unsigned w = util_format_get_blockwidth(pf); in NineTexture9_ctor()
|
D | cubetexture9.c | 75 const unsigned w = util_format_get_blockwidth(pf); in NineCubeTexture9_ctor()
|
D | surface9.c | 131 const unsigned w = util_format_get_blockwidth(This->base.info.format); in NineSurface9_ctor() 449 const unsigned w = util_format_get_blockwidth(This->base.info.format); in NineSurface9_LockRect()
|
D | volume9.c | 277 const unsigned w = util_format_get_blockwidth(This->info.format); in NineVolume9_LockBox()
|
D | nine_pipe.h | 83 const unsigned w = util_format_get_blockwidth(format); in fit_rect_format_inclusive()
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_surface.c | 103 surf_drm->blk_w = util_format_get_blockwidth(tex->format); in surf_winsys_to_drm()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_core.c | 231 util_format_get_blockwidth(t->format), in rbug_texture_info() 280 util_format_get_blockwidth(t->resource->format), in rbug_texture_read()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 328 assert(util_format_get_blockwidth(xlib_dt->format) == 1); in xlib_sw_display()
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_texture.c | 184 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in virgl_texture_transfer_map()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_texture.c | 431 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in softpipe_transfer_map()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 624 box->x / util_format_get_blockwidth(format) * rsc->cpp + in fd_resource_transfer_map() 686 util_align_npot(width, pitchalign * util_format_get_blockwidth(format)); in setup_slices()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_format.c | 329 switch (util_format_get_blocksizebits(format) / util_format_get_blockwidth(format)) { in fd3_pipe2fetchsize()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_texture.c | 616 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in llvmpipe_transfer_map()
|