HomeSort by: relevance | last modified time | path
    Searched defs:util_format_has_depth (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_format.h 535 util_format_has_depth(const struct util_format_description *desc) function
558 return util_format_has_depth(desc) ||
572 return util_format_has_depth(desc) &&
649 if (util_format_has_depth(desc)) {
  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format.h 545 util_format_has_depth(const struct util_format_description *desc) function
568 return util_format_has_depth(desc) ||
582 return util_format_has_depth(desc) &&
659 if (util_format_has_depth(desc)) {

Completed in 6 milliseconds