Home
last modified time | relevance | path

Searched refs:p1_x_start (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c552 uint32 p1_x_start, p1_x_end; in Radeon_ShowOverlay() local
684 p1_x_start = p1_left % (16 >> params->bpp_shift); in Radeon_ShowOverlay()
685 p1_x_end = ((p1_x_start + p1_width - 1) / p1_step_size) * p1_step_size; in Radeon_ShowOverlay()
687 SHOW_FLOW( 3, "p1_x_start=%d, p1_x_end=%d", p1_x_start, p1_x_end ); in Radeon_ShowOverlay()
761 I2FF( p1_x_start % factors->group_size, 12 ) + in Radeon_ShowOverlay()
871 OUTREG( regs, RADEON_OV0_P1_X_START_END, p1_x_end | (p1_x_start << 16) ); in Radeon_ShowOverlay()