Home
last modified time | relevance | path

Searched refs:util_format_get_blockwidth (Results 1 – 25 of 39) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c236 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/
Du_surface.c81 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()
Du_format.h590 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/
Damdgpu_surface.c76 surf->blk_w = util_format_get_blockwidth(tex->format); in amdgpu_surface_init()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_transfer.c56 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/
Dfd5_resource.c90 util_align_npot(width, pitchalign * util_format_get_blockwidth(format)); in setup_slices()
Dfd5_format.c387 switch (util_format_get_blocksizebits(format) / util_format_get_blockwidth(format)) { in fd5_pipe2fetchsize()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_resource.c242 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/
Du_surface.c81 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()
Du_format.h782 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/
Dr300_transfer.c242 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in r300_texture_transfer_map()
/external/mesa3d/src/gallium/state_trackers/nine/
Dvolumetexture9.c73 const unsigned w = util_format_get_blockwidth(pf); in NineVolumeTexture9_ctor()
Dtexture9.c116 const unsigned w = util_format_get_blockwidth(pf); in NineTexture9_ctor()
Dcubetexture9.c75 const unsigned w = util_format_get_blockwidth(pf); in NineCubeTexture9_ctor()
Dsurface9.c131 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()
Dvolume9.c277 const unsigned w = util_format_get_blockwidth(This->info.format); in NineVolume9_LockBox()
Dnine_pipe.h83 const unsigned w = util_format_get_blockwidth(format); in fit_rect_format_inclusive()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c103 surf_drm->blk_w = util_format_get_blockwidth(tex->format); in surf_winsys_to_drm()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c231 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/
Dxlib_sw_winsys.c328 assert(util_format_get_blockwidth(xlib_dt->format) == 1); in xlib_sw_display()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_texture.c184 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in virgl_texture_transfer_map()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c431 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in softpipe_transfer_map()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c624 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/
Dfd3_format.c329 switch (util_format_get_blocksizebits(format) / util_format_get_blockwidth(format)) { in fd3_pipe2fetchsize()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c616 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in llvmpipe_transfer_map()

12