Home
last modified time | relevance | path

Searched refs:NumGroups (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dperformance_monitor.c52 ctx->PerfMonitor.NumGroups = 0; in _mesa_init_performance_monitors()
77 rzalloc_array(NULL, unsigned, ctx->PerfMonitor.NumGroups); in new_performance_monitor()
80 ralloc_array(NULL, BITSET_WORD *, ctx->PerfMonitor.NumGroups); in new_performance_monitor()
85 for (i = 0; i < ctx->PerfMonitor.NumGroups; i++) { in new_performance_monitor()
132 if (id >= ctx->PerfMonitor.NumGroups) in get_group()
157 *numGroups = ctx->PerfMonitor.NumGroups; in _mesa_GetPerfMonitorGroupsAMD()
161 unsigned n = MIN2((GLuint) groupsSize, ctx->PerfMonitor.NumGroups); in _mesa_GetPerfMonitorGroupsAMD()
563 for (group = 0; group < ctx->PerfMonitor.NumGroups; group++) { in perf_monitor_result_size()
Dmtypes.h2062 GLuint NumGroups; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c55 for (gid = 0; gid < ctx->PerfMonitor.NumGroups; gid++) { in init_perf_monitor()
88 for (gid = 0; gid < ctx->PerfMonitor.NumGroups; gid++) { in init_perf_monitor()
367 struct gl_perf_monitor_group *g = &groups[perfmon->NumGroups]; in st_InitPerfMonitorGroups()
368 struct st_perf_monitor_group *stg = &stgroups[perfmon->NumGroups]; in st_InitPerfMonitorGroups()
436 perfmon->NumGroups++; in st_InitPerfMonitorGroups()
459 for (gid = 0; gid < perfmon->NumGroups; gid++) { in st_destroy_perfmon()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp141 int NumGroups = ((CurrGroupSize > 3) ? (CurrGroupSize / 3) : 1); in nextGroup() local
149 GrpCount += ((unsigned) NumGroups); in nextGroup()
153 ProcResourceCounters[i] = ((ProcResourceCounters[i] > NumGroups) in nextGroup()
154 ? (ProcResourceCounters[i] - NumGroups) in nextGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1177 unsigned NumGroups = 0; member
1193 else if (NumGroups > Other.NumGroups) in operator <()
1195 else if (NumGroups < Other.NumGroups) in operator <()
1542 VRI.NumGroups += 1; in collectValueRotInfo()
1796 << " using rotates: " << VRI.NumGroups << "\n"); in SelectAndParts32()
1798 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()
2254 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()