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

  /external/chromium_org/third_party/angle_dx11/src/compiler/
DetectCallDepth.cpp 42 return kInfiniteCallDepth;
76 maxDepth(limitCallStackDepth ? maxCallStackDepth : FunctionNode::kInfiniteCallDepth)
146 if (maxCallDepth == FunctionNode::kInfiniteCallDepth)
157 if (maxDepth != FunctionNode::kInfiniteCallDepth) {
DetectCallDepth.h 40 static const int kInfiniteCallDepth = INT_MAX;

Completed in 1108 milliseconds