Searched refs:ymax_log2 (Results 1 – 1 of 1) sorted by relevance
181 int ymax_log2 = 1 + util_logbase2(ybits); in setup_viewport_scissor() local184 assert(ymax_log2 >= 0 && ymax_log2 <= 31); in setup_viewport_scissor()198 .height = ldexpf(1.0, ymax_log2), in setup_viewport_scissor()206 .extent = { 1u << xmax_log2, 1u << ymax_log2 }, in setup_viewport_scissor()212 *y_scale = ldexpf(2.0, -ymax_log2); in setup_viewport_scissor()