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.c130 bufferObj->MinMaxCacheHitIndices < bufferObj->MinMaxCacheMissIndices - optimism) { in vbo_get_minmax_cached()
158 unsigned new_hit_count = bufferObj->MinMaxCacheHitIndices + count; in vbo_get_minmax_cached()
160 if (new_hit_count >= bufferObj->MinMaxCacheHitIndices) in vbo_get_minmax_cached()
161 bufferObj->MinMaxCacheHitIndices = new_hit_count; in vbo_get_minmax_cached()
163 bufferObj->MinMaxCacheHitIndices = ~(unsigned)0; in vbo_get_minmax_cached()
/external/mesa3d/src/mesa/main/
Dmtypes.h1426 unsigned MinMaxCacheHitIndices; member