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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_bitmask.c 46 #define UTIL_BITMASK_INITIAL_WORDS 16
72 bm->words = (util_bitmask_word *)CALLOC(UTIL_BITMASK_INITIAL_WORDS, sizeof(util_bitmask_word));
78 bm->size = UTIL_BITMASK_INITIAL_WORDS * UTIL_BITMASK_BITS_PER_WORD;
  /external/mesa3d/src/gallium/auxiliary/util/
u_bitmask.c 46 #define UTIL_BITMASK_INITIAL_WORDS 16
72 bm->words = (util_bitmask_word *)CALLOC(UTIL_BITMASK_INITIAL_WORDS, sizeof(util_bitmask_word));
78 bm->size = UTIL_BITMASK_INITIAL_WORDS * UTIL_BITMASK_BITS_PER_WORD;

Completed in 181 milliseconds