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 D | fd2_resource.c | 67 blocks = util_format_get_nblocks(format, width, height);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_resource.c | 95 blocks = util_format_get_nblocks(format, slice->pitch, aligned_height);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_tile.c | 452 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 D | u_format.h | 869 util_format_get_nblocks(enum pipe_format format, function in typeref:typename:unsigned
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_blit.c | 255 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 D | fd6_resource.c | 127 blocks = util_format_get_nblocks(format, slice->pitch, aligned_height);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_tile.c | 394 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format.h | 916 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 D | freedreno_resource.c | 729 blocks = util_format_get_nblocks(format, width, height);
|
Completed in 14 milliseconds