Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_vector.h61 initial_element_count = util_next_power_of_two(initial_element_count); in u_vector_init()
62 element_size = util_next_power_of_two(element_size); in u_vector_init()
Du_cpu_detect.c570 core_count = util_next_power_of_two(core_count); in get_cpu_topology()
582 unsigned local_l3_cache_index = local_core_id / util_next_power_of_two(cores_per_L3); in get_cpu_topology()
Du_math.h444 util_next_power_of_two(unsigned x) in util_next_power_of_two() function
/hardware/google/gfxstream/guest/mesa/src/util/tools/
Dfind_hash_func.c25 util_next_power_of_two(unsigned x) in util_next_power_of_two() function
99 unsigned mask = util_next_power_of_two(max_result + 1) - 1; in find_translate_func()
212 uppercase_name, util_next_power_of_two(max + 1)); in print_hash_code()