Searched refs:p1_step_size (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/accelerants/radeon/
H A Doverlay.c676 uint32 p1_step_size, p23_step_size; local
684 p1_step_size = factors->p1_step_by > 0 ? (1 << (factors->p1_step_by - 1)) : 1;
686 p1_x_end = ((p1_x_start + p1_width - 1) / p1_step_size) * p1_step_size;

Completed in 83 milliseconds