| /xsrc/external/mit/libXrandr/dist/src/ |
| XrrMonitor.c | 43 int nmon, noutput; local 78 noutput = rep.noutputs; 79 nbytesRead = nmon * SIZEOF(xRRMonitorInfo) + noutput * 4; 91 + (noutput * sizeof(RROutput)); 114 mon[m].noutput = xmon->noutput; 124 if (xmon->noutput > rep.noutputs) { 131 rep.noutputs -= xmon->noutput; 132 for (int o = 0; o < xmon->noutput; o++) 134 output += xmon->noutput; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| r600_shader.h | 71 unsigned noutput; member in struct:r600_shader
|
| r600_shader.c | 940 i = ctx->shader->noutput++; 1109 i = ctx->shader->noutput + j; 1156 ctx->shader->noutput += count; 2567 unsigned ocnt = gs_shader->noutput; 2584 cshader->shader.noutput = ocnt; 2900 for (i = 0; i < ctx->shader->noutput; i++) { 3058 for (i = 0; i < ctx->shader->noutput; i++) { 3265 for (j = 0; j < ctx->shader->noutput; j++) { 3431 unsigned output_done, noutput; local 3994 noutput = shader->noutput [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| r600_shader.h | 70 unsigned noutput; member in struct:r600_shader
|
| r600_shader.c | 852 i = ctx->shader->noutput++; 1021 i = ctx->shader->noutput + j; 1068 ctx->shader->noutput += count; 2479 unsigned ocnt = gs_shader->noutput; 2496 cshader->shader.noutput = ocnt; 2812 for (i = 0; i < ctx->shader->noutput; i++) { 2970 for (i = 0; i < ctx->shader->noutput; i++) { 3176 for (j = 0; j < ctx->shader->noutput; j++) { 3342 unsigned output_done, noutput; local 3905 noutput = shader->noutput [all...] |
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| Xrandr.h | 270 int noutput; member in struct:_XRRScreenResources 366 int noutput; member in struct:_XRRCrtcInfo 559 int noutput; member in struct:_XRRMonitorInfo 570 XRRAllocateMonitor(Display *dpy, int noutput);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_nir_to_llvm.c | 1186 unsigned noutput, struct radv_vs_output_info *outinfo, 1189 for (unsigned i = 0; i < noutput; i++) { 1212 unsigned noutput, struct radv_vs_output_info *outinfo, bool export_clip_dists) 1221 for (i = 0; i < noutput; i++) { 1349 radv_build_param_exports(ctx, outputs, noutput, outinfo, export_clip_dists); 1357 unsigned noutput = 0; local 1385 outputs[noutput].slot_name = i; 1386 outputs[noutput].slot_index = i == VARYING_SLOT_CLIP_DIST1; 1389 outputs[noutput].usage_mask = ctx->args->shader_info->vs.output_usage_mask[i]; 1391 outputs[noutput].usage_mask = ctx->args->shader_info->tes.output_usage_mask[i] 1941 unsigned noutput = 0; local [all...] |
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| drmmode_display.c | 3053 int noutput = lease->numOutputs; local 3061 nobjects = ncrtc + noutput; 3063 ncrtc > (SIZE_MAX - noutput)) 3087 for (o = 0; o < noutput; o++) {
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| drmmode_display.c | 2586 int noutput = lease->numOutputs; local 2594 nobjects = ncrtc + noutput; 2596 ncrtc > (SIZE_MAX - noutput)) 2620 for (o = 0; o < noutput; o++) {
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| randrproto.h | 482 CARD16 nOutput; 1080 CARD16 noutput; member in struct:__anon11731
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| drmmode_display.c | 3581 int noutput = lease->numOutputs; local 3589 nobjects = ncrtc + noutput; 3622 for (o = 0; o < noutput; o++) {
|
| /xsrc/external/mit/xrandr/dist/ |
| xrandr.c | 333 int noutput; member in struct:_crtc 419 int noutput; member in struct:_umonitor 1368 crtc->outputs = realloc (crtc->outputs, (crtc->noutput + 1) * sizeof (output_t *)); 1379 crtc->outputs[crtc->noutput++] = output; 1554 crtc_info->outputs, crtc_info->noutput); 1567 rr_outputs = calloc (crtc->noutput, sizeof (RROutput)); 1570 for (int o = 0; o < crtc->noutput; o++) 1577 for (int o = 0; o < crtc->noutput; o++) 1590 rr_outputs, crtc->noutput); 1770 for (int o = 0; o < res->noutput; o++ [all...] |