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

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_modes.c 109 int heights[5] = {480, 480, 600, 480, 768}; local
112 new = xf86CVTMode(widths[i], heights[i], 60.0, FALSE, FALSE);
451 int heights[15] = {480, 600, 768, 768, 720, 800, 854, 960, 1024, 900, 1050, 1050, 1200, 1080, 1200}; local
456 if (widths[i] == native_mode->PanelXRes && heights[i] == native_mode->PanelYRes)
465 heights[i] < 200 || heights[i] > native_mode->PanelYRes)
469 new = xf86CVTMode(widths[i], heights[i], 60.0, FALSE, FALSE);
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_exa_render.c 364 info->state_2d.heights[unit] = 1 << l2h;
648 OUT_RING(R128FloatAsInt((((float)(_srcY)) + 0.5) / (info->state_2d.heights[0]))); \
650 OUT_RING(R128FloatAsInt((((float)(_maskY)) + 0.5) / (info->state_2d.heights[1]))); \
660 OUT_RING(R128FloatAsInt((((float)(_srcY)) + 0.5) / (info->state_2d.heights[0]))); \
r128.h 290 int heights[2]; member in struct:r128_2d_state

Completed in 7 milliseconds