Searched refs:VT (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_format.c48 #define VT(pipe, fmt, rbfmt, swapfmt) \ macro
82 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX),
83 VT(R8_SNORM, 8_SNORM, R8_SNORM, WZYX),
84 VT(R8_UINT, 8_UINT, R8_UINT, WZYX),
85 VT(R8_SINT, 8_SINT, R8_SINT, WZYX),
103 VT(R16_UNORM, 16_UNORM, R16_UNORM, WZYX),
104 VT(R16_SNORM, 16_SNORM, R16_SNORM, WZYX),
105 VT(R16_UINT, 16_UINT, R16_UINT, WZYX),
106 VT(R16_SINT, 16_SINT, R16_SINT, WZYX),
109 VT(R16_FLOA
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_format.c45 #define VT(pipe, fmt, rbfmt, swapfmt) \ macro
74 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX),
75 VT(R8_SNORM, 8_SNORM, R8_SNORM, WZYX),
76 VT(R8_UINT, 8_UINT, R8_UINT, WZYX),
77 VT(R8_SINT, 8_SINT, R8_SINT, WZYX),
95 VT(R16_UNORM, 16_UNORM, R16_UNORM, WZYX),
96 VT(R16_SNORM, 16_SNORM, R16_SNORM, WZYX),
97 VT(R16_UINT, 16_UINT, R16_UINT, WZYX),
98 VT(R16_SINT, 16_SINT, R16_SINT, WZYX),
101 VT(R16_FLOA
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_format.c48 #define VT(pipe, fmt, rbfmt, swapfmt) \ macro
79 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX),
80 VT(R8_SNORM, 8_SNORM, R8_SNORM, WZYX),
81 VT(R8_UINT, 8_UINT, R8_UINT, WZYX),
82 VT(R8_SINT, 8_SINT, R8_SINT, WZYX),
100 VT(R16_UNORM, 16_UNORM, R16_UNORM, WZYX),
101 VT(R16_SNORM, 16_SNORM, R16_SNORM, WZYX),
102 VT(R16_UINT, 16_UINT, R16_UINT, WZYX),
103 VT(R16_SINT, 16_SINT, R16_SINT, WZYX),
106 VT(R16_FLOA
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_format.c45 #define VT(pipe, fmt, rbfmt, swapfmt) \ macro
71 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX),
72 VT(R8_SNORM, 8_SNORM, R8_SNORM, WZYX),
73 VT(R8_UINT, 8_UINT, R8_UINT, WZYX),
74 VT(R8_SINT, 8_SINT, R8_SINT, WZYX),
92 VT(R16_UNORM, 16_UNORM, R16_UNORM, WZYX),
93 VT(R16_SNORM, 16_SNORM, R16_SNORM, WZYX),
94 VT(R16_UINT, 16_UINT, R16_UINT, WZYX),
95 VT(R16_SINT, 16_SINT, R16_SINT, WZYX),
98 VT(R16_FLOA
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_format.c43 #define VT(pipe, fmt, rbfmt, swapfmt) \ macro
69 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX),
70 VT(R8_SNORM, 8_SNORM, NONE, WZYX),
71 VT(R8_UINT, 8_UINT, NONE, WZYX),
72 VT(R8_SINT, 8_SINT, NONE, WZYX),
90 VT(R16_UNORM, 16_UNORM, NONE, WZYX),
91 VT(R16_SNORM, 16_SNORM, NONE, WZYX),
92 VT(R16_UINT, 16_UINT, R16_UINT, WZYX),
93 VT(R16_SINT, 16_SINT, R16_SINT, WZYX),
96 VT(R16_FLOA
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_format.c45 #define VT(pipe, fmt, rbfmt, swapfmt) \ macro
76 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX),
77 VT(R8_SNORM, 8_SNORM, NONE, WZYX),
78 VT(R8_UINT, 8_UINT, R8_UINT, WZYX),
79 VT(R8_SINT, 8_SINT, R8_SINT, WZYX),
97 VT(R16_UNORM, 16_UNORM, NONE, WZYX),
98 VT(R16_SNORM, 16_SNORM, NONE, WZYX),
99 VT(R16_UINT, 16_UINT, R16_UINT, WZYX),
100 VT(R16_SINT, 16_SINT, R16_SINT, WZYX),
103 VT(R16_FLOA
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_format.c59 #define VT(pipe, vtxfmt, texfmt, rsfmt) \ macro
87 VT(R8_UNORM, UNSIGNED_BYTE, L8, R8),
88 VT(R8_SNORM, BYTE, EXT_R8_SNORM | EXT_FORMAT, NONE),
89 VT(R8_UINT, BYTE_I, EXT_R8I | EXT_FORMAT, R8I),
90 VT(R8_SINT, BYTE_I, EXT_R8I | EXT_FORMAT, R8I),
101 VT(R16_UINT, SHORT_I, EXT_R16I | EXT_FORMAT, R16I),
102 VT(R16_SINT, SHORT_I, EXT_R16I | EXT_FORMAT, R16I),
105 VT(R16_FLOAT, HALF_FLOAT, EXT_R16F | EXT_FORMAT, R16F),
117 VT(R8G8_UNORM, UNSIGNED_BYTE, EXT_G8R8 | EXT_FORMAT, G8R8),
118 VT(R8G8_SNOR
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_format.c50 #define VT(pipe, fmt, rbfmt, swapfmt) \ macro
84 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX),
85 VT(R8_SNORM, 8_SNORM, R8_SNORM, WZYX),
86 VT(R8_UINT, 8_UINT, R8_UINT, WZYX),
87 VT(R8_SINT, 8_SINT, R8_SINT, WZYX),
105 VT(R16_UNORM, 16_UNORM, R16_UNORM, WZYX),
106 VT(R16_SNORM, 16_SNORM, R16_SNORM, WZYX),
107 VT(R16_UINT, 16_UINT, R16_UINT, WZYX),
108 VT(R16_SINT, 16_SINT, R16_SINT, WZYX),
111 VT(R16_FLOA
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dlinux.c107 FatalError("xf86OpenConsole: Cannot find a free VT\n");
124 * the current VT device we're running on is not "console", we want
147 struct vt_mode VT; local in function:LinuxSetSwitchMode
149 if (ioctl(LinuxConsoleFd, VT_GETMODE, &VT) < 0)
161 VT.mode = mode;
162 VT.relsig = SIGUSR1;
163 VT.acqsig = SIGUSR1;
172 VT.mode = mode;
173 VT.relsig = 0;
174 VT
307 struct vt_mode VT; local in function:LinuxFini
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_init.c77 struct vt_mode VT; local in function:xf86OpenConsole
114 " VT (%s)\n", strerror(errno));
119 FatalError("xf86OpenConsole: Cannot find a free VT: "
122 FatalError("xf86OpenConsole: Cannot find a free VT\n");
127 xf86Msg(from, "using VT number %d\n\n", xf86Info.vtno);
189 * now get the VT. This _must_ succeed, or else fail completely.
193 SYSCALL(ret = ioctl(xf86Info.consoleFd, VT_GETMODE, &VT));
200 VT.mode = VT_PROCESS;
201 VT.relsig = SIGUSR1;
202 VT
251 struct vt_mode VT; local in function:xf86CloseConsole
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_init.c37 * Applications see VT number as consecutive integers starting from 1.
38 * VT number VT device
72 struct vt_mode VT; local in function:xf86OpenConsole
143 FatalError("xf86OpenConsole: Cannot determine current VT\n");
153 /* VT not enabled - kernel too old or Sparc platforms
155 xf86Msg(from, "VT infrastructure is not available\n");
164 FatalError("xf86OpenConsole: Cannot determine current VT\n");
178 FatalError("xf86OpenConsole: Cannot find a free VT\n");
182 xf86Msg(from, "using VT numbe
287 struct vt_mode VT; local in function:xf86CloseConsole
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_init.c37 * Applications see VT number as consecutive integers starting from 1.
38 * VT number VT device
87 struct vt_mode VT; local in function:xf86OpenConsole
128 ("xf86OpenConsole: Cannot determine current VT\n");
137 /* VT not enabled - kernel too old or Sparc platforms
139 xf86Msg(from, "VT infrastructure is not available\n");
148 FatalError("xf86OpenConsole: Cannot determine current VT\n");
163 FatalError("xf86OpenConsole: Cannot find a free VT\n");
167 xf86Msg(from, "using VT numbe
265 struct vt_mode VT; local in function:xf86CloseConsole
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_init.c123 " VT (%s)\n", strerror(errno));
132 FatalError("parse_vt_settings: Cannot find a free VT: "
138 FatalError("parse_vt_settings: Cannot find a free VT\n");
144 xf86Msg(from, "using VT number %d\n\n", xf86Info.vtno);
157 "controlling tty is VT number %d, auto-enabling KeepTty\n",
177 struct vt_mode VT; local in function:xf86OpenConsole
231 * now get the VT. This _must_ succeed, or else fail completely.
234 FatalError("xf86OpenConsole: Switching VT failed\n");
236 SYSCALL(ret = ioctl(xf86Info.consoleFd, VT_GETMODE, &VT));
243 VT
301 struct vt_mode VT; local in function:xf86CloseConsole
[all...]
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_mode.h105 ULONG VT; member in struct:__anon502f03860208
H A Dast_mode.c672 mode->CrtcVTotal = (int) pVGAModeInfo->pEnhTableEntry->VT;
674 mode->CrtcVBlankEnd = (int) (pVGAModeInfo->pEnhTableEntry->VT - ulVBorder);
812 if (usTemp & 0x100) jReg07 |= 0x01; /* VT D[8] */
814 if (usTemp & 0x400) jRegAE |= 0x01; /* VT D[10] */
1041 ULONG VT, VDE, VBS, VBE, VRS, VRE; local in function:bSetAST1180CRTCReg
1060 VT = mode->CrtcVTotal;
1072 VT2 = VT - 1;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
H A Dbsd_init.c237 * First activate the #1 VT. This is a hack to allow a server
252 * now get the VT
370 * the current VT rather than the next free VT. In this
371 * case, the server gets started on the current VT instead
372 * of the next free VT.
396 FatalError("%s: Cannot find a free VT",
404 "server's stdin be a VT",
430 xf86Msg(from, "using VT number %d\n\n", xf86Info.vtno);
495 FatalError("%s: Cannot find a free VT", "xf86OpenPcv
577 struct vt_mode VT; local in function:xf86CloseConsole
[all...]
/xsrc/external/mit/xterm/dist/vttests/
H A Dprint-vt-chars.pl130 printf STDERR "? no match for $mixed with VT-level $vt_level\n"
255 -v level set/override VT-level
257 Charsets are determined by the VT-level (currently VT${vt_level}xx):
359 &failed("VT-level must be 1-5") if ( $vt_level < 1 or $vt_level > 5 );
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dlnx-keyboard.c424 FATAL0("kbdLinuxGetFreeVTNumber: Cannot find a free VT\n");
440 FATAL2("kbdLinuxOpenVT: Cannot open VT %d (%s)\n",
455 /** Currently unused hook called prior to an VT switch. */
460 /** Currently unused hook called after returning from a VT switch. */
466 * function is called with the \a switch_return_data when the VT is
467 * switched back to the pre-switch VT (i.e., the user returns to the DMX
505 struct vt_mode VT; local in function:kbdLinuxActivate
512 SYSCALL(result = ioctl(fd, VT_GETMODE, &VT));
514 VT.mode = VT_PROCESS;
515 VT
543 struct vt_mode VT; local in function:kbdLinuxCloseConsole
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Dbsd_init.c254 * First activate the #1 VT. This is a hack to allow a server
271 * now get the VT
403 * the current VT rather than the next free VT. In this
404 * case, the server gets started on the current VT instead
405 * of the next free VT.
426 * Otherwise, if stdin is a VT, use that one.
437 /* stdin is a VT */
444 FatalError("%s: Cannot find a free VT",
452 "server's stdin be a VT",
656 struct vt_mode VT; local in function:xf86CloseConsole
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_format.c67 #define VT(pipe, vtxfmt, texfmt, texswiz, rsfmt, tsfmt) \ macro
99 VT(R8_UNORM, UNSIGNED_BYTE, L8, SWIZ(X, 0, 0, 1), NONE, NONE),
129 VT(R8G8_UNORM, UNSIGNED_BYTE, EXT_G8R8 | EXT_FORMAT, SWIZ(X, Y, 0, 1), NONE, NONE),
164 VT(R8G8B8A8_UNORM, UNSIGNED_BYTE, A8B8G8R8, SWIZ(X, Y, Z, W), A8B8G8R8, A8R8G8B8),
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Init.c634 CARD32 *VT = NULL; local in function:InitOutput
640 if ( (VT = malloc(sizeof(CARD32)))==NULL ) {
641 FatalError("Unable to make VT property - out of memory. Exiting...\n");
643 *VT = xf86Info.vtno;
650 1, VT );
653 "Failed to register VT property\n");
701 /* Make sure the server's VT is active */
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_struct.h434 ULONG VT,HT,VDE,HDE; member in struct:_VB_DEVICE_INFO
443 USHORT VT,HT,VDE,HDE;
H A Dvb_setmode.c922 int HT, VT, HDE, VDE, HRS, VRS, HRE, VRE, VGAHDE, VGAVDE, VGAHT, VGAVT; local in function:XGI_SetCRTTiming
967 VT = VerticalActivePixel + VerticalFrontPorch + VerticalSyncWidth + VerticalBackPorch;
971 VGAVT = VT - 2;
976 VT = VT - 1;
1001 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3d4, 0x06, 0x00, (VGAVT & 0xff)); /* VT */
1009 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3d4, 0x16, 0x00, (VT & 0xff)); /* VBE */
1043 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3c4, 0x0a, 0xc0, (((VRE & 0x10) << 1) | ((VT & 0x0100) >> 4) | ((VRS & 0x0400) >> 7) | ((VGAVDE & 0x0400) >> 8) | ((VDE & 0x0400) >> 9) | ((VGAVT & 0x0400) >> 10)));
3186 pVBInfo->VT = LCDPtr->LCDVT;
3368 tempax = pVBInfo->VT;
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/
H A Dxorgconf.cpp91 # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
/xsrc/external/mit/xorg-server/dist/hw/xfree86/
H A Dxorgconf.cpp85 # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence

Completed in 21 milliseconds

12