Searched refs:UTIL_BITMASK_INITIAL_WORDS (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_bitmask.c46 #define UTIL_BITMASK_INITIAL_WORDS 16 macro
73 CALLOC(UTIL_BITMASK_INITIAL_WORDS, sizeof(util_bitmask_word));
79 bm->size = UTIL_BITMASK_INITIAL_WORDS * UTIL_BITMASK_BITS_PER_WORD;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_bitmask.c46 #define UTIL_BITMASK_INITIAL_WORDS 16 macro
73 CALLOC(UTIL_BITMASK_INITIAL_WORDS, sizeof(util_bitmask_word));
79 bm->size = UTIL_BITMASK_INITIAL_WORDS * UTIL_BITMASK_BITS_PER_WORD;

Completed in 3 milliseconds