Searched refs:util_format_get_nblocks (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_resource.c67 blocks = util_format_get_nblocks(format, width, height);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_resource.c95 blocks = util_format_get_nblocks(format, slice->pitch, aligned_height);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_tile.c452 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
492 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
543 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
571 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
851 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
882 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
H A Du_format.h869 util_format_get_nblocks(enum pipe_format format, function in typeref:typename:unsigned
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_blit.c255 if ((uint64_t)util_format_get_nblocks(tsrc.format, tsrc.width0, tsrc.height0) *
257 (uint64_t)util_format_get_nblocks(tdst.format, tdst.width0, tdst.height0) *
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c127 blocks = util_format_get_nblocks(format, slice->pitch, aligned_height);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_tile.c394 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.h916 util_format_get_nblocks(enum pipe_format format, function in typeref:typename:unsigned
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c729 blocks = util_format_get_nblocks(format, width, height);

Completed in 14 milliseconds