Home
last modified time | relevance | path

Searched refs:util_format_get_blockwidth (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.h148 return util_format_get_blockwidth(vk_format_to_pipe_format(format)); in vk_format_get_blockwidth()
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.h869 util_format_get_blockwidth(enum pipe_format format) in util_format_get_blockwidth() function
911 unsigned blockwidth = util_format_get_blockwidth(format); in util_format_get_nblocksx()
Du_format.c64 int blockwidth = util_format_get_blockwidth(format); in util_copy_rect()