HomeSort by relevance Sort by last modified time
    Searched refs:MinMaxCacheHitIndices (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/vbo/
vbo_minmax_index.c 129 bufferObj->MinMaxCacheHitIndices < bufferObj->MinMaxCacheMissIndices - optimism) {
157 unsigned new_hit_count = bufferObj->MinMaxCacheHitIndices + count;
159 if (new_hit_count >= bufferObj->MinMaxCacheHitIndices)
160 bufferObj->MinMaxCacheHitIndices = new_hit_count;
162 bufferObj->MinMaxCacheHitIndices = ~(unsigned)0;
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 65 milliseconds