Home
last modified time | relevance | path

Searched refs:pkr0_mask (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.c1786 unsigned pkr0_mask = ((1 << rb_per_pkr) - 1) << (se * rb_per_se); in ac_get_harvested_configs() local
1787 unsigned pkr1_mask = pkr0_mask << rb_per_pkr; in ac_get_harvested_configs()
1801 pkr0_mask &= rb_mask; in ac_get_harvested_configs()
1803 if (rb_per_se > 2 && (!pkr0_mask || !pkr1_mask)) { in ac_get_harvested_configs()
1806 if (!pkr0_mask) { in ac_get_harvested_configs()

Completed in 3 milliseconds