OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumCounters
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
performance_monitor.c
89
BITSET_WORDS(g->
NumCounters
));
141
if (id >= group_obj->
NumCounters
)
170
_mesa_GetPerfMonitorCountersAMD(GLuint group, GLint *
numCounters
,
189
if (
numCounters
!= NULL)
190
*
numCounters
= group_obj->
NumCounters
;
194
unsigned n = MIN2(group_obj->
NumCounters
, (GLuint) countersSize);
417
GLuint group, GLint
numCounters
,
450
/* "INVALID_VALUE error will be generated if the <
numCounters
> parameter to
453
if (
numCounters
< 0)
[
all
...]
mtypes.h
2034
GLuint
NumCounters
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
performance_monitor.c
89
BITSET_WORDS(g->
NumCounters
));
141
if (id >= group_obj->
NumCounters
)
170
_mesa_GetPerfMonitorCountersAMD(GLuint group, GLint *
numCounters
,
189
if (
numCounters
!= NULL)
190
*
numCounters
= group_obj->
NumCounters
;
194
unsigned n = MIN2(group_obj->
NumCounters
, (GLuint) countersSize);
423
GLuint group, GLint
numCounters
,
456
/* "INVALID_VALUE error will be generated if the <
numCounters
> parameter to
459
if (
numCounters
< 0)
[
all
...]
mtypes.h
1956
GLuint
NumCounters
;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_perfmon.c
92
BITSET_FOREACH_SET(cid, m->ActiveCounters[gid], g->
NumCounters
) {
391
struct gl_perf_monitor_counter *c = &counters[g->
NumCounters
];
392
struct st_perf_monitor_counter *stc = &stcounters[g->
NumCounters
];
434
g->
NumCounters
++;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_perfmon.c
93
BITSET_FOREACH_SET(cid, tmp, m->ActiveCounters[gid], g->
NumCounters
) {
392
struct gl_perf_monitor_counter *c = &counters[g->
NumCounters
];
393
struct st_perf_monitor_counter *stc = &stcounters[g->
NumCounters
];
435
g->
NumCounters
++;
Completed in 14 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026