Searched refs:util_format_get_blockwidth (Results 1 - 25 of 94) sorted by relevance

1234

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dvk_format_info.h85 return util_format_get_blockwidth(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_resource.c53 width = align(width, 32 * util_format_get_blockwidth(format));
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dvk_format.h55 return util_format_get_blockwidth(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_surface.c76 surf->blk_w = util_format_get_blockwidth(tex->format);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_surface.c76 surf->blk_w = util_format_get_blockwidth(tex->format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_surface.c236 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) );
238 assert( util_format_get_blockwidth(dpt->format) == 1 );
294 assert(util_format_get_blockwidth(pt->format) == 1);
324 assert(util_format_get_blockwidth(pt->format) == 1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c83 const unsigned bw = util_format_get_blockwidth(format);
H A Detnaviv_transfer.c57 box->x / util_format_get_blockwidth(format) *
412 unsigned divSizeX = util_format_get_blockwidth(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_resource.c90 util_align_npot(width, pitchalign * util_format_get_blockwidth(format));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c83 const unsigned bw = util_format_get_blockwidth(format);
H A Detnaviv_transfer.c57 box->x / util_format_get_blockwidth(format) *
444 unsigned divSizeX = util_format_get_blockwidth(format);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dvk_format.h62 return util_format_get_blockwidth(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_surface.c224 int block_width = util_format_get_blockwidth(dpt->format);
228 assert(util_format_get_blockwidth(spt->format) == block_width);
297 assert(util_format_get_blockwidth(pt->format) == 1);
321 assert(util_format_get_blockwidth(pt->format) == 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_box.h252 pixels->x / util_format_get_blockwidth(format),
255 DIV_ROUND_UP(pixels->width, util_format_get_blockwidth(format)),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blt.c268 int bw = util_format_get_blockwidth(src->base.b.format);
281 int bw = util_format_get_blockwidth(dst->base.b.format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_transfer.c242 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c122 util_align_npot(width, pitchalign * util_format_get_blockwidth(format));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.c184 util_format_get_blockwidth(prsc->format)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_transfer.c239 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h827 util_format_get_blockwidth(enum pipe_format format) function in typeref:typename:uint
856 unsigned blockwidth = util_format_get_blockwidth(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dcubetexture9.c75 const unsigned w = util_format_get_blockwidth(pf);
H A Dtexture9.c116 const unsigned w = util_format_get_blockwidth(pf);
H A Dvolumetexture9.c73 const unsigned w = util_format_get_blockwidth(pf);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c329 assert(util_format_get_blockwidth(xlib_dt->format) == 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_texture.c150 util_format_get_blockwidth(resource->format));

Completed in 31 milliseconds

1234