Searched refs:depthLess64 (Results 1 – 2 of 2) sorted by relevance
532 uint depthOnionEnd = trltDsc.depthLess64; in refit_treelet_by_single_group()1390 uint depthLess64 = (numLeft < 64 ) ? (uint)sgid : (uint)treeletDesc.maxDepth; in finalize_treelets_in_groups()1395 treeletDesc.depthLess64 = sub_group_reduce_min(depthLess64); in finalize_treelets_in_groups()1409 treeletDesc.depthLess64, in finalize_treelets_in_groups()1418 treeletDesc.depthLess64 = 0; in finalize_treelets_in_groups()1427 if (numLeft > 64) { treeletDesc.depthLess64 = d + 1; } in finalize_treelets_in_groups()1445 treeletDesc.depthLess64, in finalize_treelets_in_groups()
158 uint8_t depthLess64; // depth from bottom at which there are less 64 paths member