Searched defs:UTIL_FORMAT_TYPE_VOID (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.h98 UTIL_FORMAT_TYPE_VOID = 0, enumerator in enum:util_format_type
173 * Whether channels have mixed types (ignoring UTIL_FORMAT_TYPE_VOID).
635 desc->channel[chan].type != UTIL_FORMAT_TYPE_VOID)
935 if (desc->channel[i].type != UTIL_FORMAT_TYPE_VOID)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.h98 UTIL_FORMAT_TYPE_VOID = 0, enumerator in enum:util_format_type
173 * Whether channels have mixed types (ignoring UTIL_FORMAT_TYPE_VOID).
635 desc->channel[chan].type != UTIL_FORMAT_TYPE_VOID)
935 if (desc->channel[i].type != UTIL_FORMAT_TYPE_VOID)

Completed in 87 milliseconds