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

/external/mesa3d/src/mesa/vbo/
H A Dvbo_minmax_index.c128 if (bufferObj->MinMaxCacheMissIndices > optimism &&
129 bufferObj->MinMaxCacheHitIndices < bufferObj->MinMaxCacheMissIndices - optimism) {
164 bufferObj->MinMaxCacheMissIndices += count;
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1307 unsigned MinMaxCacheMissIndices; member in struct:gl_buffer_object

Completed in 62 milliseconds