Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_minmax_index.c157 unsigned new_hit_count = bufferObj->MinMaxCacheHitIndices + count; in vbo_get_minmax_cached() local
159 if (new_hit_count >= bufferObj->MinMaxCacheHitIndices) in vbo_get_minmax_cached()
160 bufferObj->MinMaxCacheHitIndices = new_hit_count; in vbo_get_minmax_cached()