| /xsrc/external/mit/xorg-server/dist/randr/ |
| rrtransform.h | 37 int nparams; member in struct:_rrTransform 55 xFixed * params, int nparams, int width, int height);
|
| rrsdispatch.c | 350 int nparams; local 364 nparams = ((CARD32 *) stuff + client->req_len) - params; 365 if (nparams < 0) 368 SwapLongs(params, nparams);
|
| rrcrtc.c | 1083 int filter_len, xFixed * params, int nparams) 1097 params, nparams, &width, &height)) 1106 if (nparams) 1110 filter, params, nparams, width, height)) 1748 int nparams; local 1764 nparams = ((xFixed *) stuff + client->req_len) - params; 1765 if (nparams < 0) 1769 filter, nbytes, params, nparams); 1777 int nbytes, nparams; local 1782 nparams = transform->nparams 1791 int nbytes, nparams; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| rrtransform.h | 37 int nparams; member in struct:_rrTransform 55 int nparams,
|
| rrsdispatch.c | 374 int n, nparams; local 386 nparams = ((CARD32 *) stuff + client->req_len) - params; 387 if (nparams < 0) 390 SwapLongs(params, nparams);
|
| rrcrtc.c | 584 int nparams) 602 params, nparams, &width, &height)) 612 if (nparams) 616 filter, params, nparams, width, height)) 1227 int nparams; local 1240 nparams = ((xFixed *) stuff + client->req_len) - params; 1241 if (nparams < 0) 1245 filter, nbytes, params, nparams); 1254 int nbytes, nparams; local 1259 nparams = transform->nparams 1269 int nbytes, nparams; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxpict.c | 673 int nparams; local 688 nparams = ((XFixed *)stuff + client->req_len) - params; 689 if (nparams < 0) 696 nparams);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| r600_state.c | 2597 unsigned i, tmp, nparams = 0; local 2601 tmp = rshader->output[i].spi_sid << ((nparams & 3) * 8); 2602 spi_vs_out_id[nparams / 4] |= tmp; 2603 nparams++; 2618 if (nparams < 1) 2619 nparams = 1; 2622 S_0286C4_VS_EXPORT_COUNT(nparams - 1));
|
| evergreen_state.c | 3605 unsigned i, tmp, nparams = 0; local 3609 tmp = rshader->output[i].spi_sid << ((nparams & 3) * 8); 3610 spi_vs_out_id[nparams / 4] |= tmp; 3611 nparams++; 3626 if (nparams < 1) 3627 nparams = 1; 3630 S_0286C4_VS_EXPORT_COUNT(nparams - 1));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| r600_state.c | 2593 unsigned i, tmp, nparams = 0; local 2597 tmp = rshader->output[i].spi_sid << ((nparams & 3) * 8); 2598 spi_vs_out_id[nparams / 4] |= tmp; 2599 nparams++; 2614 if (nparams < 1) 2615 nparams = 1; 2618 S_0286C4_VS_EXPORT_COUNT(nparams - 1));
|
| evergreen_state.c | 3592 unsigned i, tmp, nparams = 0; local 3596 tmp = rshader->output[i].spi_sid << ((nparams & 3) * 8); 3597 spi_vs_out_id[nparams / 4] |= tmp; 3598 nparams++; 3613 if (nparams < 1) 3614 nparams = 1; 3617 S_0286C4_VS_EXPORT_COUNT(nparams - 1));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_state_shaders.c | 1022 unsigned nparams, oc_lds_en; local 1087 nparams = MAX2(shader->info.nr_param_exports, 1); 1088 shader->ctx_reg.vs.spi_vs_out_config = S_0286C4_VS_EXPORT_COUNT(nparams - 1);
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| render.c | 1764 int nparams; local 1771 nparams = ((xFixed *) stuff + client->req_len) - params; 1772 if (nparams < 0) 1775 result = SetPictureFilter(pPicture, name, stuff->nbytes, params, nparams);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| xf86Crtc.h | 321 int nparams; /* ABI 2 */ member in struct:_xf86Crtc
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| xf86Crtc.h | 346 int nparams; /* ABI 2 */ member in struct:_xf86Crtc
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| si_state_shaders.c | 1152 unsigned nparams, es_vgpr_comp_cnt, gs_vgpr_comp_cnt; local 1240 nparams = MAX2(shader->info.nr_param_exports, 1); 1242 S_0286C4_VS_EXPORT_COUNT(nparams - 1) | 1418 unsigned nparams, oc_lds_en; local 1476 nparams = MAX2(shader->info.nr_param_exports, 1); 1477 shader->ctx_reg.vs.spi_vs_out_config = S_0286C4_VS_EXPORT_COUNT(nparams - 1);
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| render.c | 1843 int nparams; local 1850 nparams = ((xFixed *) stuff + client->req_len) - params; 1851 if (nparams < 0) 1854 result = SetPictureFilter (pPicture, name, stuff->nbytes, params, nparams);
|
| /xsrc/external/mit/xrandr/dist/ |
| xrandr.c | 318 int nparams; member in struct:_transform 695 transform->nparams = 0; 704 int nparams) 709 dest->nparams = nparams; 710 dest->params = malloc (nparams * sizeof (XFixed)); 711 memcpy (dest->params, params, nparams * sizeof (XFixed)); 718 src->filter, src->params, src->nparams); 728 if (a->nparams != b->nparams) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_pipeline.c | 4420 unsigned spi_vs_out_config, nparams; local 4423 nparams = MAX2(outinfo->param_exports, 1); 4424 spi_vs_out_config = S_0286C4_VS_EXPORT_COUNT(nparams - 1); 4536 unsigned nparams; local 4545 nparams = MAX2(outinfo->param_exports, 1); 4548 S_0286C4_VS_EXPORT_COUNT(nparams - 1) | S_0286C4_NO_PC_EXPORT(outinfo->param_exports == 0));
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_display.c | 2117 int nparams; local 2135 nparams = 0; 2139 if (transform->nparams) { 2140 params = malloc(transform->nparams * sizeof(xFixed)); 2143 transform->nparams * sizeof(xFixed)); 2144 nparams = transform->nparams; 2161 crtc->nparams = nparams; 6693 crtc->params, crtc->nparams); [all...] |
| /xsrc/external/mit/xterm/dist/ |
| charproc.c | 11557 Cardinal nparams = 1; local 11564 temp, &nparams);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_display.c | 2843 int nparams; local 2861 nparams = 0; 2865 if (transform->nparams) { 2866 params = malloc(transform->nparams * sizeof(xFixed)); 2869 transform->nparams * sizeof(xFixed)); 2870 nparams = transform->nparams; 2906 crtc->nparams = nparams; 8738 crtc->params, crtc->nparams); [all...] |