Home
last modified time | relevance | path

Searched refs:util_format_get_blockwidth (Results 1 – 25 of 43) 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/mesa3d/src/freedreno/vulkan/
Dvk_format.h55 return util_format_get_blockwidth(vk_format_to_pipe_format(format)); in vk_format_get_blockwidth()
/external/mesa3d/src/broadcom/vulkan/
Dvk_format_info.h146 return util_format_get_blockwidth(vk_format_to_pipe_format(format)); in vk_format_get_blockwidth()
/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_etc2.c83 const unsigned bw = util_format_get_blockwidth(format); in etna_etc2_calculate_blocks()
Detnaviv_transfer.c57 box->x / util_format_get_blockwidth(format) * in etna_compute_offset()
444 unsigned divSizeX = util_format_get_blockwidth(format); in etna_transfer_map()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h530 util_format_get_blockwidth(enum pipe_format format) in util_format_get_blockwidth() function
559 unsigned blockwidth = util_format_get_blockwidth(format); in util_format_get_nblocksx()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_texture.c190 util_format_get_blockwidth(prsc->format)) | in fd2_sampler_view_create()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c287 ptrans->box.x /= util_format_get_blockwidth(format); in v3d_resource_transfer_map()
290 util_format_get_blockwidth(format)); in v3d_resource_transfer_map()
518 uint32_t block_width = util_format_get_blockwidth(prsc->format); in v3d_setup_slices()
/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()
Dr300_texture_desc.c209 util_format_get_blockwidth(format); in r300_stride_to_width()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c234 src_bw = util_format_get_blockwidth(src_format); in util_resource_copy_region()
237 dst_bw = util_format_get_blockwidth(dst_format); in util_resource_copy_region()
/external/mesa3d/src/gallium/frontends/nine/
Dvolumetexture9.c73 const unsigned w = util_format_get_blockwidth(pf); in NineVolumeTexture9_ctor()
Dcubetexture9.c75 const unsigned w = util_format_get_blockwidth(pf); in NineCubeTexture9_ctor()
Dtexture9.c116 const unsigned w = util_format_get_blockwidth(pf); in NineTexture9_ctor()
Dsurface9.c134 const unsigned w = util_format_get_blockwidth(This->base.info.format); in NineSurface9_ctor()
456 const unsigned w = util_format_get_blockwidth(This->base.info.format); in NineSurface9_LockRect()
Dvolume9.c283 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/drivers/virgl/
Dvirgl_texture.c150 util_format_get_blockwidth(resource->format)); in texture_transfer_map_resolve()
Dvirgl_resource.c644 const unsigned blocksx = box->x / util_format_get_blockwidth(format); in virgl_resource_create_transfer()
/external/mesa3d/src/util/format/
Du_format.h797 util_format_get_blockwidth(enum pipe_format format) in util_format_get_blockwidth() function
839 unsigned blockwidth = util_format_get_blockwidth(format); in util_format_get_nblocksx()
/external/mesa3d/src/gallium/auxiliary/driver_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.c329 assert(util_format_get_blockwidth(xlib_dt->format) == 1); in xlib_sw_display()
/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/winsys/radeon/drm/
Dradeon_drm_surface.c103 surf_drm->blk_w = util_format_get_blockwidth(tex->format); in surf_winsys_to_drm()

12