Home
last modified time | relevance | path

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

/external/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.h2013 GLuint NumGroups; member
/external/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()
/external/llvm-project/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()
/external/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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp347 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u); in getOccupancyWithLocalMemSize() local
351 if (NumGroups == 0) in getOccupancyWithLocalMemSize()
354 NumGroups = std::min(MaxWorkGroupsPerCu, NumGroups); in getOccupancyWithLocalMemSize()
358 unsigned MaxWaves = NumGroups * MaxGroupNumWaves; in getOccupancyWithLocalMemSize()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp887 unsigned NumGroups; member
892 : RLAmt(UINT32_MAX), NumGroups(0), FirstGroupStartIdx(UINT32_MAX), in ValueRotInfo()
905 else if (NumGroups > Other.NumGroups) in operator <()
907 else if (NumGroups < Other.NumGroups) in operator <()
1103 VRI.NumGroups += 1; in collectValueRotInfo()
1314 " using rotates: " << VRI.NumGroups << "\n"); in SelectAndParts32()
1316 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()
1749 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
/external/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()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1135 unsigned NumGroups = 0; member
1151 else if (NumGroups > Other.NumGroups) in operator <()
1153 else if (NumGroups < Other.NumGroups) in operator <()
1502 VRI.NumGroups += 1; in collectValueRotInfo()
1756 << " using rotates: " << VRI.NumGroups << "\n"); in SelectAndParts32()
1758 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()
2214 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp5420 unsigned NumGroups = 0; in optimizeRules() local
5437 ++NumGroups; in optimizeRules()
5457 LLVM_DEBUG(dbgs() << "NumGroups: " << NumGroups << "\n"); in optimizeRules()