Home
last modified time | relevance | path

Searched refs:optimism (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_minmax_index.c126 * However, some initial optimism allows applications that interleave in vbo_get_minmax_cached()
129 unsigned optimism = bufferObj->Size; in vbo_get_minmax_cached() local
130 if (bufferObj->MinMaxCacheMissIndices > optimism && in vbo_get_minmax_cached()
131 bufferObj->MinMaxCacheHitIndices < bufferObj->MinMaxCacheMissIndices - optimism) { in vbo_get_minmax_cached()

Completed in 2 milliseconds