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

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

Completed in 296 milliseconds