Searched refs:hsize (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
H A Dxf86DDC.h70 FindDMTMode(int hsize, int vsize, int refresh, Bool rb);
111 ddc_quirk_t quirks, int hsize, int vsize);
H A Dinterpret_edid.c132 if ((m->features.hsize == 16 && m->features.vsize == 9) ||
133 (m->features.hsize == 16 && m->features.vsize == 10) ||
134 (m->features.hsize == 4 && m->features.vsize == 3) ||
135 (m->features.hsize == 5 && m->features.vsize == 4)) {
140 p.target_aspect = (float)m->features.hsize /m->features.vsize;
145 m->features.hsize = m->features.vsize = 0;
146 } else if ((m->features.hsize * 10 == p.real_hsize) &&
149 m->features.hsize = m->features.vsize = 0;
152 m->features.hsize = (p.real_hsize + 5) / 10;
157 m->features.hsize,
[all...]
H A Dprint_edid.c203 if (disp->hsize && disp->vsize) {
205 xf86ErrorF("horiz.: %i ", disp->hsize);
207 } else if (v->revision >= 4 && (disp->hsize || disp->vsize)) {
208 if (disp->hsize)
210 (disp->hsize + 99) / 100.0);
264 if (t[i].hsize > 256) { /* sanity check */
270 "#%i: hsize: %i vsize %i refresh: %i vid: %i\n",
271 i, t[i].hsize, t[i].vsize, t[i].refresh, t[i].id);
356 p->m->features.hsize,
437 "#%i: hsize
[all...]
H A Dedid.h419 int hsize; member in struct:disp_features
442 int hsize; member in struct:std_timings
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dxf86DDC.h55 FindDMTMode(int hsize, int vsize, int refresh, Bool rb);
93 ddc_quirk_t quirks, int hsize, int vsize);
H A Dprint_edid.c212 if (disp->hsize && disp->vsize) {
214 xf86ErrorF("horiz.: %i ", disp->hsize);
217 else if (v->revision >= 4 && (disp->hsize || disp->vsize)) {
218 if (disp->hsize)
220 (disp->hsize + 99) / 100.0);
293 if (t[i].hsize > 256) { /* sanity check */
299 "#%i: hsize: %i vsize %i refresh: %i vid: %i\n",
300 i, t[i].hsize, t[i].vsize, t[i].refresh, t[i].id);
388 p->m->features.hsize, p->m->features.vsize);
477 "#%i: hsize
[all...]
H A Dinterpret_edid.c135 if ((m->features.hsize == 16 && m->features.vsize == 9) ||
136 (m->features.hsize == 16 && m->features.vsize == 10) ||
137 (m->features.hsize == 4 && m->features.vsize == 3) ||
138 (m->features.hsize == 5 && m->features.vsize == 4)) {
144 p.target_aspect = (float) m->features.hsize / m->features.vsize;
149 m->features.hsize = m->features.vsize = 0;
151 else if ((m->features.hsize * 10 == p.real_hsize) &&
154 m->features.hsize = m->features.vsize = 0;
158 m->features.hsize = (p.real_hsize + 5) / 10;
163 m->features.hsize,
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86EdidModes.c428 FindDMTMode(int hsize, int vsize, int refresh, Bool rb) argument
439 if (ret->HDisplay == hsize &&
470 int i, hsize, vsize, refresh; local in function:DDCModesFromStandardTiming
474 hsize = timing[i].hsize;
480 ((hsize == 1360 && vsize == 765) ||
481 (hsize == 1368 && vsize == 769))) {
482 hsize = 1366;
488 if (p->HDisplay == hsize && p->VDisplay == vsize &&
496 if (refresh == 60 && hsize
841 xf86DetTimingApplyQuirks(struct detailed_monitor_section * det_mon,ddc_quirk_t quirks,int hsize,int vsize) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86EdidModes.c442 FindDMTMode(int hsize, int vsize, int refresh, Bool rb) argument
453 if (ret->HDisplay == hsize &&
484 int i, hsize, vsize, refresh; local in function:DDCModesFromStandardTiming
487 hsize = timing[i].hsize;
493 ((hsize == 1360 && vsize == 765) ||
494 (hsize == 1368 && vsize == 769))) {
499 } else if (hsize && vsize && refresh) {
500 Mode = FindDMTMode(hsize, vsize, refresh, rb);
505 Mode = xf86CVTMode(hsize, vsiz
826 xf86DetTimingApplyQuirks(struct detailed_monitor_section * det_mon,ddc_quirk_t quirks,int hsize,int vsize) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Deval.c217 GLint i, j, k, size, dsize, hsize; local in function:_mesa_copy_map_points2f
230 hsize = (uorder > vorder ? uorder : vorder)*size;
232 if(hsize>dsize)
233 buffer = malloc((uorder*vorder*size+hsize)*sizeof(GLfloat));
260 GLint i, j, k, size, hsize, dsize; local in function:_mesa_copy_map_points2d
273 hsize = (uorder > vorder ? uorder : vorder)*size;
275 if(hsize>dsize)
276 buffer = malloc((uorder*vorder*size+hsize)*sizeof(GLfloat));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dgen7_urb.c239 brw->urb.hsize == entry_size[MESA_SHADER_TESS_CTRL] &&
247 brw->urb.hsize = entry_size[MESA_SHADER_TESS_CTRL];
H A Dgen7_l3_state.c209 brw->urb.hsize = 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dgfx7_urb.c236 brw->urb.hsize == entry_size[MESA_SHADER_TESS_CTRL] &&
244 brw->urb.hsize = entry_size[MESA_SHADER_TESS_CTRL];
H A Dgfx7_l3_state.c210 brw->urb.hsize = 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Deval.c216 GLint i, j, k, size, dsize, hsize; local in function:_mesa_copy_map_points2f
229 hsize = (uorder > vorder ? uorder : vorder)*size;
231 if(hsize>dsize)
232 buffer = malloc((uorder*vorder*size+hsize)*sizeof(GLfloat));
259 GLint i, j, k, size, hsize, dsize; local in function:_mesa_copy_map_points2d
272 hsize = (uorder > vorder ? uorder : vorder)*size;
274 if(hsize>dsize)
275 buffer = malloc((uorder*vorder*size+hsize)*sizeof(GLfloat));
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_modes.c411 if ((native_mode->PanelXRes < ddc->timings2[j].hsize) &&
414 if ((ddc->timings2[j].hsize == p->HDisplay) &&
421 native_mode->PanelXRes = ddc->timings2[j].hsize;
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_driver.c1621 stdtiming.hsize = stdtiming.vsize = stdtiming.refresh = stdtiming.id = 0;
1623 if ((MonInfo1->timings2[i].hsize == MonInfo2->timings2[j].hsize) && \
1686 stdtiming.hsize = stdtiming.vsize = stdtiming.refresh = stdtiming.id = 0;
1688 if ((stdtiming1[j].hsize == stdtiming2[k].hsize) && \
1725 MonInfo->features.hsize = MonInfo2->features.hsize;
1729 MonInfo->features.hsize = MonInfo1->features.hsize;
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
H A Dvbe.h326 short hsize; member in struct:vbePanelID
H A Dvbe.c1027 data->hsize, data->vsize);
1032 if (data->hsize < 320 || data->vsize < 240) {
1037 mode = xf86CVTMode(data->hsize, data->vsize, PANEL_HZ, 1, 0);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dvbe.h340 short hsize; member in struct:vbePanelID
H A Dvbe.c1027 data->hsize, data->vsize);
1032 if (data->hsize < 320 || data->vsize < 240) {
1037 mode = xf86CVTMode(data->hsize, data->vsize, PANEL_HZ, 1, 0);
/xsrc/external/mit/xterm/dist/
H A DTekproc.c164 int hsize; /* in Tek units */ member in struct:Tek_Char
898 int cols = TWidth(tekscr) / (int) (ScaleOf(tw) * t->hsize);
938 TRACE(("unscaled font %dx%d\n", t->vsize, t->hsize));
939 TRACE(("scaled font %.1fx%.1f\n", d * t->vsize, d * t->hsize));
1124 int x = (tekscr->cur_X -= (t = &TekChar[tekscr->cur.fontsize])->hsize);
1134 tekscr->cur_X = (t->charsperline - 1) * t->hsize;
1144 if ((tekscr->cur_X += t->hsize) > TEKWIDTH) {
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_driver.c1433 if ((DDC1 && (DDC1->features.hsize > 0 && DDC1->features.vsize > 0)) &&
1434 (DDC2 && (DDC2->features.hsize > 0 && DDC2->features.vsize > 0))) {
1435 ddcWidthmm = max(DDC1->features.hsize, DDC2->features.hsize) * 10;
1440 ddcWidthmm = (DDC1->features.hsize + DDC2->features.hsize) * 10;
1449 else if (DDC1 && (DDC1->features.hsize > 0 && DDC1->features.vsize > 0)) {
1450 ddcWidthmm = DDC1->features.hsize * 10;
1464 else if (DDC2 && (DDC2->features.hsize > 0 && DDC2->features.vsize > 0)) {
1465 ddcWidthmm = DDC2->features.hsize * 1
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blorp.c384 ice->urb.hsize = 0;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_fp.c846 if ((pMon->timings2[i].hsize > 256)
847 && (pMon->timings2[i].hsize > max_hsize)) {
848 max_hsize = pMon->timings2[i].hsize;

Completed in 33 milliseconds

12