Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_allocator.c121 ilog2_round_up(uint32_t value) in ilog2_round_up() function
130 return 1 << ilog2_round_up(value); in round_to_power_of_two()
679 unsigned size_log2 = ilog2_round_up(size); in anv_state_pool_get_bucket()
992 const unsigned size_log2 = size < 4096 ? 12 : ilog2_round_up(size); in anv_bo_pool_alloc()
1045 const unsigned size_log2 = ilog2_round_up(bo.size); in anv_bo_pool_free()