Searched defs:util_format_get_nblocksx (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.h701 util_format_get_nblocksx(enum pipe_format format, function
721 return util_format_get_nblocksx(format, width) * util_format_get_nblocksy(format, height);
728 return util_format_get_nblocksx(format, width) * util_format_get_blocksize(format);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.h701 util_format_get_nblocksx(enum pipe_format format, function
721 return util_format_get_nblocksx(format, width) * util_format_get_nblocksy(format, height);
728 return util_format_get_nblocksx(format, width) * util_format_get_blocksize(format);

Completed in 118 milliseconds