Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_minmax_index.c131 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()
/external/mesa3d/src/mesa/main/
Dmtypes.h1381 unsigned MinMaxCacheHitIndices; member