Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/freedreno/fdl/
Dfd6_view.c182 if (util_format_get_blockheight(layout->format) > 1 && in fdl6_view_init()
183 util_format_get_blockheight(args->format) == 1) { in fdl6_view_init()
185 } else if (util_format_get_blockheight(layout->format) == 1 && in fdl6_view_init()
186 util_format_get_blockheight(args->format) > 1) { in fdl6_view_init()
187 height *= util_format_get_blockheight(args->format); in fdl6_view_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_image_copy_region.c101 …unsigned height = align(u_minify(tex1->height0, level), util_format_get_blockheight(tex1->format)); in set_random_pixels_for_2_textures()
286 util_format_get_blockheight(res_format) != util_format_get_blockheight(format)) in get_random_format()
595 srcy &= ~(util_format_get_blockheight(src->format) - 1); in si_test_image_copy_region()
598 dsty &= ~(util_format_get_blockheight(dst->format) - 1); in si_test_image_copy_region()
601 height = align(height, util_format_get_blockheight(src->format)); in si_test_image_copy_region()
834 srcy &= ~(util_format_get_blockheight(tsrc.format) - 1); in si_test_blit()
837 dsty &= ~(util_format_get_blockheight(tdst.format) - 1); in si_test_blit()
840 src_height = align(src_height, util_format_get_blockheight(tsrc.format)); in si_test_blit()
843 dst_height = align(dst_height, util_format_get_blockheight(tdst.format)); in si_test_blit()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_surface.c225 int block_height = util_format_get_blockheight(dpt->format); in i915_surface_copy_blitter()
229 assert(util_format_get_blockheight(spt->format) == block_height); in i915_surface_copy_blitter()
298 assert(util_format_get_blockheight(pt->format) == 1); in i915_clear_render_target_blitter()
322 assert(util_format_get_blockheight(pt->format) == 1); in i915_clear_depth_stencil_blitter()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_etc2.c84 const unsigned bh = util_format_get_blockheight(format); in etna_etc2_calculate_blocks()
Detnaviv_transfer.c56 box->y / util_format_get_blockheight(format) * stride + in etna_compute_offset()
432 unsigned divSizeY = util_format_get_blockheight(format); in etna_transfer_map()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_surface.c77 surf->blk_h = util_format_get_blockheight(tex->format); in amdgpu_surface_init()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_box.h253 pixels->y / util_format_get_blockheight(format), in u_box_pixels_to_blocks()
256 DIV_ROUND_UP(pixels->height, util_format_get_blockheight(format)), in u_box_pixels_to_blocks()
Du_surface.c241 src_bh = util_format_get_blockheight(src_format); in util_resource_copy_region()
244 dst_bh = util_format_get_blockheight(dst_format); in util_resource_copy_region()
/third_party/mesa3d/src/vulkan/util/
Dvk_format.h152 return util_format_get_blockheight(vk_format_to_pipe_format(format)); in vk_format_get_blockheight()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blt.c269 int bh = util_format_get_blockheight(src->base.b.format); in crocus_emit_blt()
282 int bh = util_format_get_blockheight(dst->base.b.format); in crocus_emit_blt()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_transfer.c238 box->y / util_format_get_blockheight(format) * trans->transfer.stride + in r300_texture_transfer_map()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_texture.c152 util_format_get_blockheight(resource->format)); in texture_transfer_map_resolve()
/third_party/mesa3d/src/gallium/frontends/nine/
Dvolumetexture9.c74 const unsigned h = util_format_get_blockheight(pf); in NineVolumeTexture9_ctor()
Dcubetexture9.c79 const unsigned h = util_format_get_blockheight(pf); in NineCubeTexture9_ctor()
Dtexture9.c120 const unsigned h = util_format_get_blockheight(pf); in NineTexture9_ctor()
Dsurface9.c137 const unsigned h = util_format_get_blockheight(This->base.info.format); in NineSurface9_ctor()
465 const unsigned h = util_format_get_blockheight(This->base.info.format); in NineSurface9_LockRect()
Dnine_pipe.h84 const unsigned h = util_format_get_blockheight(format); in fit_rect_format_inclusive()
Dvolume9.c283 const unsigned h = util_format_get_blockheight(This->info.format); in NineVolume9_LockBox()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_core.c220 util_format_get_blockheight(t->format), in rbug_texture_info()
267 util_format_get_blockheight(t->resource->format), in rbug_texture_read()
/third_party/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c338 assert(util_format_get_blockheight(xlib_dt->format) == 1); in xlib_sw_display()
/third_party/mesa3d/src/util/format/
Du_format.h868 util_format_get_blockheight(enum pipe_format format) in util_format_get_blockheight() function
905 unsigned blockheight = util_format_get_blockheight(format); in util_format_get_nblocksy()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c430 box->y / util_format_get_blockheight(format) * spt->base.stride + in softpipe_transfer_map()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c104 surf_drm->blk_h = util_format_get_blockheight(tex->format); in surf_winsys_to_drm()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c87 * util_format_get_blockheight(texture->b.format))); in svga_transfer_dma_band()
132 util_format_get_blockheight(st->base.resource->format); in svga_transfer_dma()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_sampler.c479 const uint32_t bh = util_format_get_blockheight(view->resource->format); in prepare_shader_images()

12