Lines Matching refs:layer
412 for (int layer = 0; layer < depth; ++layer) { in _gather_enumeration_information() local
413 int id = hw_thread.ids[layer]; in _gather_enumeration_information()
414 if (id != previous_id[layer]) { in _gather_enumeration_information()
416 for (int l = layer; l < depth; ++l) in _gather_enumeration_information()
419 max[layer]++; in _gather_enumeration_information()
420 for (int l = layer + 1; l < depth; ++l) { in _gather_enumeration_information()
427 if (__kmp_is_hybrid_cpu() && core_level >= 0 && layer <= core_level) { in _gather_enumeration_information()
451 for (int layer = 0; layer < depth; ++layer) { in _gather_enumeration_information() local
452 previous_id[layer] = hw_thread.ids[layer]; in _gather_enumeration_information()
455 for (int layer = 0; layer < depth; ++layer) { in _gather_enumeration_information() local
456 if (max[layer] > ratio[layer]) in _gather_enumeration_information()
457 ratio[layer] = max[layer]; in _gather_enumeration_information()