Home
last modified time | relevance | path

Searched refs:tlevel (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp2340 int tlevel = master_th->th.th_teams_level; in __kmp_join_call() local
2341 if (level == tlevel) { in __kmp_join_call()
2345 } else if (level == tlevel + 1) { in __kmp_join_call()
2882 int tlevel = thr->th.th_teams_level; // the level of the teams construct in __kmp_get_ancestor_thread_num() local
2884 tlevel) { // otherwise usual algorithm works (will not touch the teams) in __kmp_get_ancestor_thread_num()
2885 KMP_DEBUG_ASSERT(ii >= tlevel); in __kmp_get_ancestor_thread_num()
2888 if (ii == tlevel) { in __kmp_get_ancestor_thread_num()
2940 int tlevel = thr->th.th_teams_level; // the level of the teams construct in __kmp_get_team_size() local
2942 tlevel) { // otherwise usual algorithm works (will not touch the teams) in __kmp_get_team_size()
2943 KMP_DEBUG_ASSERT(ii >= tlevel); in __kmp_get_team_size()
[all …]
/external/libaom/libaom/av1/encoder/
Dmotion_search_facade.c93 int tlevel = x->pred_mv_sad[ref] >> (bwl + bhl + 4); in av1_single_motion_search() local
95 if (tlevel < 5) { in av1_single_motion_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2550 int tlevel = x->pred_mv_sad[ref] >> (bwl + bhl + 4); in single_motion_search() local
2552 if (tlevel < 5) step_param += 2; in single_motion_search()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl5724 s << "\tlevel = " << value.level << '\n';