Home
last modified time | relevance | path

Searched refs:util_format_get_blockdepth (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/format/
Du_format.h879 util_format_get_blockdepth(enum pipe_format format) in util_format_get_blockdepth() function
911 unsigned blockdepth = util_format_get_blockdepth(format); in util_format_get_nblocksz()
920 assert(util_format_get_blockdepth(format) == 1); in util_format_get_nblocks()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp393 util_format_get_blockdepth(res->base.format)); in fill_buffer_location()