OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MinMaxCacheHitIndices
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
vbo_minmax_index.c
130
bufferObj->
MinMaxCacheHitIndices
< bufferObj->MinMaxCacheMissIndices - optimism) {
158
unsigned new_hit_count = bufferObj->
MinMaxCacheHitIndices
+ count;
160
if (new_hit_count >= bufferObj->
MinMaxCacheHitIndices
)
161
bufferObj->
MinMaxCacheHitIndices
= new_hit_count;
163
bufferObj->
MinMaxCacheHitIndices
= ~(unsigned)0;
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
vbo_minmax_index.c
132
bufferObj->
MinMaxCacheHitIndices
< bufferObj->MinMaxCacheMissIndices - optimism) {
160
unsigned new_hit_count = bufferObj->
MinMaxCacheHitIndices
+ count;
162
if (new_hit_count >= bufferObj->
MinMaxCacheHitIndices
)
163
bufferObj->
MinMaxCacheHitIndices
= new_hit_count;
165
bufferObj->
MinMaxCacheHitIndices
= ~(unsigned)0;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h
1418
unsigned
MinMaxCacheHitIndices
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h
1376
unsigned
MinMaxCacheHitIndices
;
Completed in 14 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026