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

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_exa_shared.c 61 accel_state->vline_y1 = -1;
71 if (accel_state->vline_y1 == -1)
72 accel_state->vline_y1 = y1;
73 if (y1 < accel_state->vline_y1)
74 accel_state->vline_y1 = y1;
evergreen_exa.c 224 accel_state->vline_y1,
411 accel_state->vline_y1,
1387 accel_state->vline_y1,
r600_exa.c 334 accel_state->vline_y1,
530 accel_state->vline_y1,
1529 accel_state->vline_y1,
radeon.h 763 int vline_y1; member in struct:radeon_accel_state
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_exa_shared.c 57 accel_state->vline_y1 = -1;
68 if (accel_state->vline_y1 == -1)
69 accel_state->vline_y1 = y1;
70 if (y1 < accel_state->vline_y1)
71 accel_state->vline_y1 = y1;
evergreen_exa.c 221 accel_state->vline_y1,
410 accel_state->vline_y1,
1552 accel_state->vline_y1,
r600_exa.c 290 accel_state->vline_y1,
478 accel_state->vline_y1,
1576 accel_state->vline_y1,
radeon.h 496 int vline_y1; member in struct:radeon_accel_state

Completed in 11 milliseconds