Searched refs:MinMaxCacheHitIndices (Results 1 – 2 of 2) sorted by relevance
131 bufferObj->MinMaxCacheHitIndices < bufferObj->MinMaxCacheMissIndices - optimism) { in vbo_get_minmax_cached()159 unsigned new_hit_count = bufferObj->MinMaxCacheHitIndices + count; in vbo_get_minmax_cached()161 if (new_hit_count >= bufferObj->MinMaxCacheHitIndices) in vbo_get_minmax_cached()162 bufferObj->MinMaxCacheHitIndices = new_hit_count; in vbo_get_minmax_cached()164 bufferObj->MinMaxCacheHitIndices = ~(unsigned)0; in vbo_get_minmax_cached()
1381 unsigned MinMaxCacheHitIndices; member