OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Jul 30 00:24:59 UTC 2026