Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.h154 return util_format_get_blockheight(vk_format_to_pipe_format(format)); in vk_format_get_blockheight()
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.h882 util_format_get_blockheight(enum pipe_format format) in util_format_get_blockheight() function
919 unsigned blockheight = util_format_get_blockheight(format); in util_format_get_nblocksy()
Du_format.c65 int blockheight = util_format_get_blockheight(format); in util_copy_rect()