Searched refs:maxDepth (Results 1 – 4 of 4) sorted by relevance
659 maxDepth = 0679 if depth > maxDepth:680 maxDepth = depth682 print depth, maxDepth683 return maxDepth
793 void MR_pred_depth(Predicate *p,int *maxDepth) in MR_pred_depth() argument795 void MR_pred_depth(p,maxDepth) in MR_pred_depth()797 int *maxDepth;803 if (p->k > *maxDepth) *maxDepth=p->k;805 MR_pred_depth(p->down,maxDepth);806 MR_pred_depth(p->right,maxDepth);
1842 int maxDepth; local1891 maxDepth=MR_AmbAidDepth;1893 maxDepth=LL_k;1896 for (depth=1 ; depth <= maxDepth; depth++) {
2092 vkStream->write((float*)&forMarshaling->maxDepth, sizeof(float)); in marshal_VkViewport()2104 vkStream->read((float*)&forUnmarshaling->maxDepth, sizeof(float)); in unmarshal_VkViewport()