Searched refs:util_format_get_blockheight (Results 1 - 25 of 76) sorted by relevance

1234

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dvk_format_info.h91 return util_format_get_blockheight(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_resource.c50 height = align(height, 32 * util_format_get_blockheight(format));
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dvk_format.h61 return util_format_get_blockheight(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_surface.c77 surf->blk_h = util_format_get_blockheight(tex->format);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_surface.c77 surf->blk_h = util_format_get_blockheight(tex->format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_surface.c237 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) );
239 assert( util_format_get_blockheight(dpt->format) == 1 );
295 assert(util_format_get_blockheight(pt->format) == 1);
325 assert(util_format_get_blockheight(pt->format) == 1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c84 const unsigned bh = util_format_get_blockheight(format);
H A Detnaviv_transfer.c56 box->y / util_format_get_blockheight(format) * stride +
413 unsigned divSizeY = util_format_get_blockheight(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c84 const unsigned bh = util_format_get_blockheight(format);
H A Detnaviv_transfer.c56 box->y / util_format_get_blockheight(format) * stride +
445 unsigned divSizeY = util_format_get_blockheight(format);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dvk_format.h68 return util_format_get_blockheight(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_surface.c225 int block_height = util_format_get_blockheight(dpt->format);
229 assert(util_format_get_blockheight(spt->format) == block_height);
298 assert(util_format_get_blockheight(pt->format) == 1);
322 assert(util_format_get_blockheight(pt->format) == 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_box.h253 pixels->y / util_format_get_blockheight(format),
256 DIV_ROUND_UP(pixels->height, util_format_get_blockheight(format)),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blt.c269 int bh = util_format_get_blockheight(src->base.b.format);
282 int bh = util_format_get_blockheight(dst->base.b.format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_transfer.c241 box->y / util_format_get_blockheight(format) * trans->transfer.stride +
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_transfer.c238 box->y / util_format_get_blockheight(format) * trans->transfer.stride +
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h840 util_format_get_blockheight(enum pipe_format format) function in typeref:typename:uint
864 unsigned blockheight = util_format_get_blockheight(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dcubetexture9.c76 const unsigned h = util_format_get_blockheight(pf);
H A Dtexture9.c117 const unsigned h = util_format_get_blockheight(pf);
H A Dvolumetexture9.c74 const unsigned h = util_format_get_blockheight(pf);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c330 assert(util_format_get_blockheight(xlib_dt->format) == 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_texture.c152 util_format_get_blockheight(resource->format));
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dcubetexture9.c79 const unsigned h = util_format_get_blockheight(pf);
H A Dvolumetexture9.c74 const unsigned h = util_format_get_blockheight(pf);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c338 assert(util_format_get_blockheight(xlib_dt->format) == 1);

Completed in 22 milliseconds

1234