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