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

  /xsrc/external/mit/setxkbmap/dist/
setxkbmap.c 602 XkbRF_VarDefsRec vd; local
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.model, FROM_SERVER)
    [all...]
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_dac3026.c 485 int hd, hs, he, ht, vd, vs, ve, vt, wd; local
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 & 0xFF
    [all...]
mga_dacG.c 1133 int hd, hs, he, ht, vd, vs, ve, vt, wd; local
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 & 0x200) >> 4)
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
i915_xvmc.c 1401 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/
sis_utility.c 808 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
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
1560 vd = sdcbuf->sdc_parm[5];
1566 hd, vd, ht, vt, hss, hse, vss, vse, clk,
  /xsrc/external/mit/pixman/dist/pixman/
pixman-mmx.c 1648 __m64 vd = *(__m64 *)dst; local
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
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
2488 expand565 (vd, 0));
2489 vd = pack_565 (vdest, _mm_setzero_si64 (), 0)
    [all...]
pixman-sse2.c 5111 __m128i vd; local
5113 vd = unpack_32_1x128 (*dst);
5115 *dst = pack_1x128_32 (over_1x128 (vd, expand_alpha_1x128 (vd),
5146 __m128i vd; local
5148 vd = unpack_32_1x128 (*dst);
5150 *dst = pack_1x128_32 (over_1x128 (vd, expand_alpha_1x128 (vd),
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
simdlib_types.hpp 148 Double vd[4]; member in union:SIMDImpl::Vec4
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
simdlib_types.hpp 148 Double vd[4]; member in union:SIMDImpl::Vec4
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp 1426 const LValue *vD = D->get()->asLValue();
1427 const LValue *vd = d->get()->asLValue(); local
1429 if (!vD->livei.overlaps(vd->livei)) {
1431 vD->id, vd->id);
1435 uint8_t mask = vD->compound ? vD->compMask : ~0;
1436 if (vd->compound) {
1438 mask &= vd->compMask & vB->compMask
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp 1377 const LValue *vD = (*D)->get()->asLValue();
1378 const LValue *vd = (*d)->get()->asLValue(); local
1380 if (!vD->livei.overlaps(vd->livei)) {
1382 vD->id, vd->id);
1386 uint8_t mask = vD->compound ? vD->compMask : ~0;
1387 if (vd->compound) {
1389 mask &= vd->compMask & vB->compMask
    [all...]
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_driver.c 1836 int hd, hss, ht, vt, vd; local
1855 vd = mode->CrtcVDisplay-1;
1869 tdfxReg->ExtVga[1] = (vt&0x400)>>10 | (vd&0x400)>>8 | (vbs&0x400)>>6 |

Completed in 25 milliseconds