Searched refs:vd (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/setxkbmap/dist/
H A Dsetxkbmap.c602 XkbRF_VarDefsRec vd; local in function:getServerValues
605 if (!XkbRF_GetNamesProp(dpy, &tmp, &vd) || !tmp)
609 vd.model = (char *) DFLT_XKB_MODEL;
610 vd.layout = (char *) DFLT_XKB_LAYOUT;
611 vd.variant = NULL;
612 vd.options = NULL;
614 tmp, vd.model, vd.layout);
618 if (vd.model)
619 trySetString(&settings.model, vd
[all...]
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dac3026.c485 int hd, hs, he, ht, vd, vs, ve, vt, wd; local in function:MGA3026Init
567 vd = mode->CrtcVDisplay - 1;
603 ((vd & 0x400) >> 8) |
604 ((vd & 0xc00) >> 7) |
625 ((vd & 0x100) >> 7 ) |
627 ((vd & 0x100) >> 5 ) |
630 ((vd & 0x200) >> 3 ) |
632 pVga->CRTC[9] = ((vd & 0x200) >> 4) | 0x40;
635 pVga->CRTC[18] = vd & 0xFF;
637 pVga->CRTC[21] = vd
[all...]
H A Dmga_dacG.c1133 int hd, hs, he, ht, vd, vs, ve, vt, wd; local in function:MGAGInit
1367 vd = mode->CrtcVDisplay - 1;
1400 ((vd & 0x400) >> 8) |
1401 ((vd & 0xc00) >> 7) |
1403 ((vd & 0x400) >> 3); /* linecomp */
1424 ((vd & 0x100) >> 7 ) |
1426 ((vd & 0x100) >> 5 ) |
1427 ((vd & 0x100) >> 4 ) | /* linecomp */
1429 ((vd & 0x200) >> 3 ) |
1431 pVga->CRTC[9] = ((vd
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di915_xvmc.c1401 struct vertex_data *vd = NULL;
1503 size = sizeof(*_3dprimitive) + sizeof(*vd) * 3;
1512 vd = (struct vertex_data *)(++_3dprimitive);
1513 vd->x = 0; /* FIXME!!! */
1514 vd->x = 0; /* FIXME */
1515 vd->tc0.tcx = 0;
1516 vd->tc0.tcy = 0;
1517 vd->tc1.tcx = 0;
1518 vd->tc1.tcy = 0;
1520 ++vd;
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_utility.c808 int hd, int vd, int ht, int vt, int hss, int hse, int vss, int vse, int clk,
822 mode = sisFindModeFromTiming(pScrn, hd, vd, ht, vt, hss, hse, vss, vse, clk);
961 int clk, hd, hss, hse, ht, vd, vss, vse, vt, result; local in function:SiSHandleSiSDirectCommand
970 vd = sdcbuf->sdc_parm[6];
976 hd, vd, ht, vt, hss, hse, vss, vse, clk, pSiS->SCLogQuiet) & 0xff;
1552 int clk, hd, hss, hse, ht, vd, vss, vse, vt; local in function:SiSHandleSiSDirectCommand
1560 vd = sdcbuf->sdc_parm[5];
1566 hd, vd, ht, vt, hss, hse, vss, vse, clk,
807 SISGetMergedModeDetails(ScrnInfoPtr pScrn,int hd,int vd,int ht,int vt,int hss,int hse,int vss,int vse,int clk,unsigned int * pos,unsigned int * crt1x,unsigned int * crt1y,unsigned int * crt1clk,unsigned int * crt2x,unsigned int * crt2y,unsigned int * crt2clk) argument
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-mmx.c1648 __m64 vd = *(__m64 *)dst; local in function:mmx_composite_over_8888_n_8888
1653 in_over (vsrc0, expand_alpha (vsrc0), vmask, expand8888 (vd, 0)),
1654 in_over (vsrc1, expand_alpha (vsrc1), vmask, expand8888 (vd, 1)));
2422 __m64 vd = to_m64 (d); local in function:mmx_composite_over_n_8_0565
2424 vsrc, vsrca, expand_alpha_rev (to_m64 (m)), expand565 (vd, 0));
2426 vd = pack_565 (vdest, _mm_setzero_si64 (), 0);
2427 *dst = to_uint64 (vd);
2486 __m64 vd = to_m64 (d); local in function:mmx_composite_over_n_8_0565
2488 expand565 (vd, 0));
2489 vd
[all...]
H A Dpixman-sse2.c5111 __m128i vd; local in function:sse2_composite_over_reverse_n_8888
5113 vd = unpack_32_1x128 (*dst);
5115 *dst = pack_1x128_32 (over_1x128 (vd, expand_alpha_1x128 (vd),
5146 __m128i vd; local in function:sse2_composite_over_reverse_n_8888
5148 vd = unpack_32_1x128 (*dst);
5150 *dst = pack_1x128_32 (over_1x128 (vd, expand_alpha_1x128 (vd),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_types.hpp148 Double vd[4]; member in union:SIMDImpl::Vec4
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_types.hpp148 Double vd[4]; member in union:SIMDImpl::Vec4
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1378 const LValue *vd = (*d)->get()->asLValue(); local in function:nv50_ir::GCRA::checkInterference
1380 if (!vD->livei.overlaps(vd->livei)) {
1382 vD->id, vd->id);
1387 if (vd->compound) {
1389 mask &= vd->compMask & vB->compMask;
1398 vd->id,
1399 vd->compound ? vd->compMask : intfMask,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1427 const LValue *vd = d->get()->asLValue(); local in function:nv50_ir::GCRA::checkInterference
1429 if (!vD->livei.overlaps(vd->livei)) {
1431 vD->id, vd->id);
1436 if (vd->compound) {
1438 mask &= vd->compMask & vB->compMask;
1447 vd->id,
1448 vd->compound ? vd->compMask : intfMask,
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_driver.c1836 int hd, hss, ht, vt, vd; local in function:TDFXSetMode
1855 vd = mode->CrtcVDisplay-1;
1869 tdfxReg->ExtVga[1] = (vt&0x400)>>10 | (vd&0x400)>>8 | (vbs&0x400)>>6 |

Completed in 31 milliseconds