Searched refs:new_depth (Results 1 – 4 of 4) sorted by relevance
32 int new_depth);
420 nir_ssa_def *new_depth = nir_fneg(b, old_depth); in invert_depth_impl() local422 new_depth = nir_fadd_imm(b, new_depth, 1.0); in invert_depth_impl()426 new_depth, in invert_depth_impl()
5605 _PyEval_SetCoroutineOriginTrackingDepth(PyThreadState *tstate, int new_depth) in _PyEval_SetCoroutineOriginTrackingDepth() argument5607 assert(new_depth >= 0); in _PyEval_SetCoroutineOriginTrackingDepth()5608 tstate->coroutine_origin_tracking_depth = new_depth; in _PyEval_SetCoroutineOriginTrackingDepth()
6522 int new_depth = depth + effect; in stackdepth() local6523 if (new_depth > maxdepth) { in stackdepth()6524 maxdepth = new_depth; in stackdepth()6537 depth = new_depth; in stackdepth()