HomeSort by: relevance | last modified time | path
    Searched refs:MinMaxCacheMissIndices (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
vbo_minmax_index.c 129 if (bufferObj->MinMaxCacheMissIndices > optimism &&
130 bufferObj->MinMaxCacheHitIndices < bufferObj->MinMaxCacheMissIndices - optimism) {
165 bufferObj->MinMaxCacheMissIndices += count;
  /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
vbo_minmax_index.c 131 if (bufferObj->MinMaxCacheMissIndices > optimism &&
132 bufferObj->MinMaxCacheHitIndices < bufferObj->MinMaxCacheMissIndices - optimism) {
167 bufferObj->MinMaxCacheMissIndices += count;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 1419 unsigned MinMaxCacheMissIndices;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h 1377 unsigned MinMaxCacheMissIndices;

Completed in 14 milliseconds