Home | History | Annotate | Download | only in common

Lines Matching refs:tableSize

117     uint32_t size = 1 << cache->tableSize, mask = size - 1;
125 hash = (hash >> (16-cache->tableSize/2)) & mask;
703 info->tableSize = 6;
704 info->info = calloc(1 << info->tableSize, sizeof (driOptionInfo));
705 info->values = calloc(1 << info->tableSize, sizeof (driOptionValue));
886 GLuint i, size = 1 << info->tableSize;
888 cache->tableSize = info->tableSize;
889 cache->values = malloc((1<<info->tableSize) * sizeof (driOptionValue));
895 (1<<info->tableSize) * sizeof (driOptionValue));
997 uint32_t i, size = 1 << info->tableSize;
1010 GLuint i, size = 1 << cache->tableSize;