Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.h561 util_format_has_depth(const struct util_format_description *desc) in util_format_has_depth() function
584 return util_format_has_depth(desc) || in util_format_is_depth_or_stencil()
598 return util_format_has_depth(desc) && in util_format_is_depth_and_stencil()
675 if (util_format_has_depth(desc)) { in util_format_get_mask()
Du_format.c180 if (util_format_has_depth(desc)) in util_format_is_pure_integer()