HomeSort by relevance Sort by last modified time
    Searched defs:UTIL_FORMAT_TYPE_VOID (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.h 98 UTIL_FORMAT_TYPE_VOID = 0,
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/
u_format.h 98 UTIL_FORMAT_TYPE_VOID = 0,
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 29 milliseconds