Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c98 u64 first_set, first_set_prev; in kbase_gpuprops_construct_coherent_groups() local
119 * group_mask[n] = (first_set[n] - 1) & ~(first_set[n-1] - 1) in kbase_gpuprops_construct_coherent_groups()
120 * where first_set is group_present with only its nth set-bit kept in kbase_gpuprops_construct_coherent_groups()
125 * group_mask[1] = (first_set[1] - 1) & ~(first_set[0] - 1) in kbase_gpuprops_construct_coherent_groups()
129 * group_mask[2] = (first_set[2] - 1) & ~(first_set[1] - 1) in kbase_gpuprops_construct_coherent_groups()
137 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()
140 group_present -= first_set; /* Clea in kbase_gpuprops_construct_coherent_groups()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c99 u64 first_set, first_set_prev; in kbase_gpuprops_construct_coherent_groups() local
120 * group_mask[n] = (first_set[n] - 1) & ~(first_set[n-1] - 1) in kbase_gpuprops_construct_coherent_groups()
121 * where first_set is group_present with only its nth set-bit kept in kbase_gpuprops_construct_coherent_groups()
126 * group_mask[1] = (first_set[1] - 1) & ~(first_set[0] - 1) in kbase_gpuprops_construct_coherent_groups()
130 * group_mask[2] = (first_set[2] - 1) & ~(first_set[1] - 1) in kbase_gpuprops_construct_coherent_groups()
138 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()
141 group_present -= first_set; /* Clea in kbase_gpuprops_construct_coherent_groups()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c44 u64 first_set, first_set_prev; in kbase_gpuprops_construct_coherent_groups() local
65 * group_mask[n] = (first_set[n] - 1) & ~(first_set[n-1] - 1) in kbase_gpuprops_construct_coherent_groups()
66 * where first_set is group_present with only its nth set-bit kept in kbase_gpuprops_construct_coherent_groups()
71 * group_mask[1] = (first_set[1] - 1) & ~(first_set[0] - 1) in kbase_gpuprops_construct_coherent_groups()
75 * group_mask[2] = (first_set[2] - 1) & ~(first_set[1] - 1) in kbase_gpuprops_construct_coherent_groups()
83 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()
86 group_present -= first_set; /* Clea in kbase_gpuprops_construct_coherent_groups()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c44 u64 first_set, first_set_prev; in kbase_gpuprops_construct_coherent_groups() local
65 * group_mask[n] = (first_set[n] - 1) & ~(first_set[n-1] - 1) in kbase_gpuprops_construct_coherent_groups()
66 * where first_set is group_present with only its nth set-bit kept in kbase_gpuprops_construct_coherent_groups()
71 * group_mask[1] = (first_set[1] - 1) & ~(first_set[0] - 1) in kbase_gpuprops_construct_coherent_groups()
75 * group_mask[2] = (first_set[2] - 1) & ~(first_set[1] - 1) in kbase_gpuprops_construct_coherent_groups()
83 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()
86 group_present -= first_set; /* Clea in kbase_gpuprops_construct_coherent_groups()
[all...]

Completed in 2 milliseconds