/third_party/mesa3d/src/freedreno/fdl/ |
D | fd6_view.c | 182 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/ |
D | si_test_image_copy_region.c | 101 …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/ |
D | i915_surface.c | 225 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/ |
D | etnaviv_etc2.c | 84 const unsigned bh = util_format_get_blockheight(format); in etna_etc2_calculate_blocks()
|
D | etnaviv_transfer.c | 56 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/ |
D | amdgpu_surface.c | 77 surf->blk_h = util_format_get_blockheight(tex->format); in amdgpu_surface_init()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_box.h | 253 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()
|
D | u_surface.c | 241 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/ |
D | vk_format.h | 152 return util_format_get_blockheight(vk_format_to_pipe_format(format)); in vk_format_get_blockheight()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blt.c | 269 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/ |
D | r300_transfer.c | 238 box->y / util_format_get_blockheight(format) * trans->transfer.stride + in r300_texture_transfer_map()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_texture.c | 152 util_format_get_blockheight(resource->format)); in texture_transfer_map_resolve()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | volumetexture9.c | 74 const unsigned h = util_format_get_blockheight(pf); in NineVolumeTexture9_ctor()
|
D | cubetexture9.c | 79 const unsigned h = util_format_get_blockheight(pf); in NineCubeTexture9_ctor()
|
D | texture9.c | 120 const unsigned h = util_format_get_blockheight(pf); in NineTexture9_ctor()
|
D | surface9.c | 137 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()
|
D | nine_pipe.h | 84 const unsigned h = util_format_get_blockheight(format); in fit_rect_format_inclusive()
|
D | volume9.c | 283 const unsigned h = util_format_get_blockheight(This->info.format); in NineVolume9_LockBox()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_core.c | 220 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/ |
D | xlib_sw_winsys.c | 338 assert(util_format_get_blockheight(xlib_dt->format) == 1); in xlib_sw_display()
|
/third_party/mesa3d/src/util/format/ |
D | u_format.h | 868 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/ |
D | sp_texture.c | 430 box->y / util_format_get_blockheight(format) * spt->base.stride + in softpipe_transfer_map()
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_surface.c | 104 surf_drm->blk_h = util_format_get_blockheight(tex->format); in surf_winsys_to_drm()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_texture.c | 87 * 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/ |
D | lp_state_sampler.c | 479 const uint32_t bh = util_format_get_blockheight(view->resource->format); in prepare_shader_images()
|