HomeSort by relevance Sort by last modified time
    Searched refs:NumDependencies (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkTTopoSort.h 46 for (int i = 0; i < Traits::NumDependencies(node); ++i) {
73 // static int NumDependencies(const T* t) { ... } // 't' will be output after all the other -
  /external/skia/src/gpu/
GrOpList.h 137 static int NumDependencies(const GrOpList* dt) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 60 unsigned int NumDependencies:5;
265 assert(sinst->NumDependencies > 0);
266 sinst->NumDependencies--;
267 if (!sinst->NumDependencies)
290 if (r->Reader->NumDependencies == 1) {
293 sinst->Score += r->Reader->NumDependencies;
    [all...]
  /external/skia/tools/
sk_tool_utils.h 182 static int NumDependencies(TopoTestNode* node) { return node->fDependencies.count(); }
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 661 milliseconds