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

/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c348 uint8 p1_step_by, p23_step_by; // > 0: log(source pixel increment)+1, 2-tap filter member in struct:__anon8
506 && (factors->p1_step_by > 0 || p1_4tap_allowed)
518 SHOW_FLOW( 3, "group_size=%d, p1_step_by=%d, p23_step_by=%d",
519 factors->group_size, factors->p1_step_by, factors->p23_step_by );
664 p1_h_inc = factors->p1_step_by > 0 ?
665 h_inc >> (factors->p1_step_by - 1) : h_inc;
683 p1_step_size = factors->p1_step_by > 0 ? (1 << (factors->p1_step_by - 1)) : 1;
795 extra_full_line = factors->p1_step_by == 0 ? 1 : 0;
859 OUTREG( regs, RADEON_OV0_STEP_BY, factors->p1_step_by | (factor
[all...]

Completed in 32 milliseconds