Searched refs:StepNo (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNMinRegStrategy.cpp | 240 int StepNo = 0; in schedule() local 243 RQ.push_back(*new (Alloc.Allocate()) Candidate(SU, StepNo)); in schedule() 245 releaseSuccessors(&DAG.EntrySU, StepNo); in schedule() 248 LLVM_DEBUG(dbgs() << "\n=== Picking candidate, Step = " << StepNo in schedule() 262 releaseSuccessors(SU, StepNo); in schedule() 267 bumpPredsPriority(SU, StepNo); in schedule() 269 ++StepNo; in schedule()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 2207 StepNo = 0; in Begin() 2214 StepNo = 2; in Begin() 2226 StepNo = 3; in End() 2236 …if (StepNo == 0) // Step 0: the clipper let you process the first element, regardless of it being … in Step() 2241 StepNo = 1; in Step() 2244 …if (StepNo == 1) // Step 1: the clipper infer height from first element, calculate the actual rang… in Step() 2252 StepNo = 3; in Step() 2255 …if (StepNo == 2) // Step 2: dummy step only required if an explicit items_height was passed to con… in Step() 2258 StepNo = 3; in Step() 2261 …if (StepNo == 3) // Step 3: the clipper validate that we have reached the expected Y position (cor… in Step()
|
D | imgui.h | 1665 int ItemsCount, StepNo, DisplayStart, DisplayEnd; member
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.cpp | 2339 StepNo = 0; in Begin() 2353 StepNo = 3; in End() 2373 if (StepNo == 0) in Step() 2391 StepNo = 1; in Step() 2397 StepNo = 2; in Step() 2401 if (StepNo == 1) in Step() 2416 StepNo = 2; in Step() 2427 if (StepNo == 2) in Step() 2440 StepNo = 3; in Step() 2446 if (StepNo == 3) in Step()
|
D | imgui.h | 2196 int StepNo; member
|