HomeSort by: relevance | last modified time | path
    Searched refs:dp_cntl (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_exa.c 120 OUTREG(R128_DP_CNTL, info->state_2d.dp_cntl);
144 OUT_RING_REG( R128_DP_CNTL, info->state_2d.dp_cntl );
189 info->state_2d.dp_cntl = (R128_DST_X_LEFT_TO_RIGHT | R128_DST_Y_TOP_TO_BOTTOM);
236 info->state_2d.dp_cntl = ((info->xdir >= 0 ? R128_DST_X_LEFT_TO_RIGHT : 0) |
458 info->state_2d.dp_cntl = R128_DST_X_LEFT_TO_RIGHT |
r128.h 278 uint32_t dp_cntl; member in struct:r128_2d_state
r128_exa_render.c 526 info->state_2d.dp_cntl = (R128_DST_X_LEFT_TO_RIGHT | R128_DST_Y_TOP_TO_BOTTOM);
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_exa_funcs.c 114 OUT_ACCEL_REG(RADEON_DP_CNTL, info->state_2d.dp_cntl);
207 info->state_2d.dp_cntl = (RADEON_DST_X_LEFT_TO_RIGHT | RADEON_DST_Y_TOP_TO_BOTTOM);
263 info->state_2d.dp_cntl = ((info->accel_state->xdir >= 0 ? RADEON_DST_X_LEFT_TO_RIGHT : 0) |
radeon.h 465 uint32_t dp_cntl; member in struct:radeon_2d_state
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_exa_funcs.c 80 OUT_RING_REG(RADEON_DP_CNTL, info->state_2d.dp_cntl);
166 info->state_2d.dp_cntl = (RADEON_DST_X_LEFT_TO_RIGHT | RADEON_DST_Y_TOP_TO_BOTTOM);
219 info->state_2d.dp_cntl = ((info->accel_state->xdir >= 0 ? RADEON_DST_X_LEFT_TO_RIGHT : 0) |
radeon.h 357 uint32_t dp_cntl; member in struct:radeon_2d_state

Completed in 18 milliseconds