Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_bitmask.c46 #define UTIL_BITMASK_INITIAL_WORDS 16 macro
73 CALLOC(UTIL_BITMASK_INITIAL_WORDS, sizeof(util_bitmask_word)); in util_bitmask_create()
79 bm->size = UTIL_BITMASK_INITIAL_WORDS * UTIL_BITMASK_BITS_PER_WORD; in util_bitmask_create()