| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmware_common.c | 103 unsigned int numOutputs = 0; local in function:VMWAREParseTopologyString 113 i = VMWAREParseTopologyElement(pScrn, numOutputs, "width", str, "xX", TRUE, &width); 119 i = VMWAREParseTopologyElement(pScrn, numOutputs, "height", str, "+", TRUE, &height); 125 i= VMWAREParseTopologyElement(pScrn, numOutputs, "X offset", str, "+", TRUE, &x); 131 i = VMWAREParseTopologyElement(pScrn, numOutputs, "Y offset", str, ";", FALSE, &y); 138 numOutputs, width, height, x, y); 140 numOutputs++; 141 extents = realloc(extents, numOutputs * sizeof (xXineramaScreenInfo)); 142 extents[numOutputs - 1].x_org = x; 143 extents[numOutputs [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atifs_to_tgsi.h | 50 GLuint numOutputs,
|
| H A D | st_mesa_to_tgsi.h | 61 GLuint numOutputs,
|
| H A D | st_glsl_to_tgsi.h | 54 GLuint numOutputs,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.h | 54 GLuint numOutputs,
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rrcrtc.c | 86 crtc->numOutputs = 0; 136 int numOutputs, 145 for (i = 0; i < numOutputs; i++) 147 for (j = 0; j < crtc->numOutputs; j++) 150 if (j == crtc->numOutputs) 161 for (j = 0; j < crtc->numOutputs; j++) 163 for (i = 0; i < numOutputs; i++) 166 if (i == numOutputs) 177 if (numOutputs != crtc->numOutputs) 130 RRCrtcNotify(RRCrtcPtr crtc,RRModePtr mode,int x,int y,Rotation rotation,RRTransformPtr transform,int numOutputs,RROutputPtr * outputs) argument 299 RRCrtcSet(RRCrtcPtr crtc,RRModePtr mode,int x,int y,Rotation rotation,int numOutputs,RROutputPtr * outputs) argument 773 int numOutputs; local in function:ProcRRSetCrtcConfig [all...] |
| H A D | randr.c | 96 for (j = pScrPriv->numOutputs - 1; j >= 0; j--) 273 pScrPriv->numOutputs = 0; 402 for (i = 0; i < pScrPriv->numOutputs; i++) 432 for (i = 0; i < pScrPriv->numOutputs; i++) 470 for (j = 0; j < pScrPriv->numOutputs; j++)
|
| H A D | rroutput.c | 65 if (pScrPriv->numOutputs) 67 (pScrPriv->numOutputs + 1) * sizeof (RROutputPtr)); 106 pScrPriv->outputs[pScrPriv->numOutputs++] = output; 383 for (i = 0; i < pScrPriv->numOutputs; i++) 388 (pScrPriv->numOutputs - (i + 1)) * sizeof (RROutputPtr)); 389 --pScrPriv->numOutputs;
|
| H A D | rrinfo.c | 91 if (pScrPriv->numOutputs == 0 && 189 if (pScrPriv->numCrtcs != 0 || pScrPriv->numOutputs != 0) 193 for (i = 0; i < pScrPriv->numOutputs; i++)
|
| H A D | randrstr.h | 115 int numOutputs; member in struct:_rrCrtc 168 int numOutputs, 276 int numOutputs; member in struct:_rrScrPriv 545 int numOutputs,
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrmonitor.c | 31 if (crtc->numOutputs) { 46 for (o = 0; o < crtc->numOutputs; o++) 77 if (crtc->numOutputs && crtc->outputs[0]->mmWidth && crtc->outputs[0]->mmHeight) { 94 monitor->numOutputs = crtc->numOutputs; 95 monitor->outputs = calloc(crtc->numOutputs, sizeof(RROutput)); 98 for (o = 0; o < crtc->numOutputs; o++) 118 if (RRMonitorAutomaticGeometry(monitor) && monitor->numOutputs > 0) { 127 for (o = 0; o < monitor->numOutputs; o++) { 135 for (co = 0; !in_use && co < crtc->numOutputs; c [all...] |
| H A D | rrlease.c | 78 RRLeaseAlloc(ScreenPtr screen, RRLease lid, int numCrtcs, int numOutputs) argument 84 numOutputs * sizeof(RROutputPtr)); 92 lease->numOutputs = numOutputs; 129 for (o = 0; o < lease->numOutputs; o++)
|
| H A D | rrcrtc.c | 86 crtc->numOutputs = 0; 137 RRTransformPtr transform, int numOutputs, RROutputPtr * outputs) 145 for (i = 0; i < numOutputs; i++) { 146 for (j = 0; j < crtc->numOutputs; j++) 149 if (j == crtc->numOutputs) { 159 for (j = 0; j < crtc->numOutputs; j++) { 160 for (i = 0; i < numOutputs; i++) 163 if (i == numOutputs) { 173 if (numOutputs != crtc->numOutputs) { 132 RRCrtcNotify(RRCrtcPtr crtc,RRModePtr mode,int x,int y,Rotation rotation,RRTransformPtr transform,int numOutputs,RROutputPtr * outputs) argument 451 rrGetPixmapSharingSyncProp(int numOutputs,RROutputPtr * outputs) argument 484 rrSetPixmapSharingSyncProp(char val,int numOutputs,RROutputPtr * outputs) argument 501 rrSetupPixmapSharing(RRCrtcPtr crtc,int width,int height,int x,int y,Rotation rotation,Bool sync,int numOutputs,RROutputPtr * outputs) argument 724 RRCrtcSet(RRCrtcPtr crtc,RRModePtr mode,int x,int y,Rotation rotation,int numOutputs,RROutputPtr * outputs) argument 1283 unsigned int numOutputs; local in function:ProcRRSetCrtcConfig [all...] |
| H A D | rrprovider.c | 167 .nOutputs = pScrPriv->numOutputs, 182 rep.length = (pScrPriv->numCrtcs + pScrPriv->numOutputs + 206 for (i = 0; i < pScrPriv->numOutputs; i++) { 283 for (i = 0; i < pScrPriv->numOutputs; i++) { 312 for (i = 0; i < pScrPriv->numOutputs; i++) {
|
| H A D | rroutput.c | 77 pScrPriv->numOutputs + 1, sizeof(RROutputPtr)); 115 pScrPriv->outputs[pScrPriv->numOutputs++] = output; 386 for (o = 0; o < lease->numOutputs; o++) { 397 for (i = 0; i < pScrPriv->numOutputs; i++) { 400 (pScrPriv->numOutputs - (i + 1)) * sizeof(RROutputPtr)); 401 --pScrPriv->numOutputs;
|
| H A D | rrinfo.c | 91 if (pScrPriv->numOutputs == 0 && pScrPriv->numCrtcs == 0) { 183 if (pScrPriv->numCrtcs != 0 || pScrPriv->numOutputs != 0) 187 for (i = 0; i < pScrPriv->numOutputs; i++)
|
| H A D | randr.c | 100 for (j = pScrPriv->numOutputs - 1; j >= 0; j--) 358 pScrPriv->numOutputs = 0; 528 for (i = 0; i < pScrPriv->numOutputs; i++) { 540 for (i = 0; i < pSecondaryScrPriv->numOutputs; i++) { 647 for (i = 0; i < pScrPriv->numOutputs; i++) 656 for (i = 0; i < pSecondaryScrPriv->numOutputs; i++) 691 for (j = 0; j < pScrPriv->numOutputs; j++) { 717 for (j = 0; j < pScrPriv->numOutputs; j++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | vertexdeclaration9.h | 86 unsigned numOutputs,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | vertexdeclaration9.h | 86 unsigned numOutputs,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_program.c | 299 GLuint outputs[VARYING_SLOT_MAX], numOutputs; local in function:run_vp 309 numOutputs = 0; 312 outputs[numOutputs++] = i; 373 for (j = 0; j < numOutputs; j++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_common.cpp | 96 const int first = info->numOutputs - (info->io.genUserClip + 3) / 4;
|
| H A D | nv50_ir_driver.h | 108 uint8_t numOutputs; member in struct:nv50_ir_prog_info 109 uint8_t numPatchConstants; /* also included in numInputs/numOutputs */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_common.cpp | 98 const int first = info_out->numOutputs - (info_out->io.genUserClip + 3) / 4;
|
| H A D | nv50_ir_serialize.cpp | 125 blob_write_uint8(blob, info_out->numOutputs); 129 blob_write_bytes(blob, info_out->out, info_out->numOutputs * sizeof(info_out->out[0])); 245 info_out->numOutputs = blob_read_uint8(&reader); 249 blob_copy_bytes(&reader, info_out->out, info_out->numOutputs * sizeof(info_out->out[0]));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_program.c | 299 GLuint outputs[VARYING_SLOT_MAX], numOutputs; local in function:run_vp 309 numOutputs = 0; 312 outputs[numOutputs++] = i; 373 for (j = 0; j < numOutputs; j++) {
|