Searched defs:pot_width (Results 1 – 4 of 4) sorted by relevance
89 uint32_t pot_width = 2 * util_next_power_of_two(u_minify(width, 1)); in v3d_setup_slices() local
510 uint32_t pot_width = 2 * util_next_power_of_two(u_minify(width, 1)); in v3d_setup_slices() local
349 uint32_t pot_width = util_next_power_of_two(width); in vc4_setup_slices() local
173 unsigned pot_width:1; /**< is the width a power of two? */ member