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

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.h754 util_format_get_blocksize(enum pipe_format format) function
822 return util_format_get_nblocksx(format, width) * util_format_get_blocksize(format);

Completed in 141 milliseconds