Home
last modified time | relevance | path

Searched refs:nparams (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/render/
H A Dfilter.c222 int nparams, int *width, int *height) in convolutionFilterValidateParams() argument
226 if (nparams < 3) in convolutionFilterValidateParams()
235 nparams -= 2; in convolutionFilterValidateParams()
236 if (w * h > nparams) in convolutionFilterValidateParams()
284 int nparams) in SetPictureFilter() argument
313 return SetPicturePictFilter(pPicture, pFilter, params, nparams); in SetPictureFilter()
318 xFixed * params, int nparams) in SetPicturePictFilter() argument
332 (pScreen, pFilter->id, params, nparams, &width, &height)) in SetPicturePictFilter()
335 else if (nparams) in SetPicturePictFilter()
338 if (nparams != pPicture->filter_nparams) { in SetPicturePictFilter()
[all …]
H A Dpicturestr.h164 xFixed * params, int nparams,
200 xFixed * params, int nparams);
421 xFixed * params, int nparams);
425 xFixed * params, int nparams);
H A Dmipict.c222 int filter, xFixed * params, int nparams) in miChangePictureFilter() argument
/OK3568_Linux_fs/external/xserver/randr/
H A Drrtransform.c34 transform->nparams = 0; in RRTransformInit()
58 if (a->nparams != b->nparams) in RRTransformEqual()
60 if (memcmp(a->params, b->params, a->nparams * sizeof(xFixed)) != 0) in RRTransformEqual()
68 xFixed * params, int nparams, int width, int height) in RRTransformSetFilter() argument
72 if (nparams) { in RRTransformSetFilter()
73 new_params = xallocarray(nparams, sizeof(xFixed)); in RRTransformSetFilter()
76 memcpy(new_params, params, nparams * sizeof(xFixed)); in RRTransformSetFilter()
83 dst->nparams = nparams; in RRTransformSetFilter()
97 src->params, src->nparams, src->width, in RRTransformCopy()
H A Drrtransform.h37 int nparams; member
55 xFixed * params, int nparams, int width, int height);
H A Drrcrtc.c1042 int filter_len, xFixed * params, int nparams) in RRCrtcTransformSet() argument
1056 params, nparams, &width, &height)) in RRCrtcTransformSet()
1065 if (nparams) in RRCrtcTransformSet()
1069 filter, params, nparams, width, height)) in RRCrtcTransformSet()
1707 int nparams; in ProcRRSetCrtcTransform() local
1723 nparams = ((xFixed *) stuff + client->req_len) - params; in ProcRRSetCrtcTransform()
1724 if (nparams < 0) in ProcRRSetCrtcTransform()
1728 filter, nbytes, params, nparams); in ProcRRSetCrtcTransform()
1736 int nbytes, nparams; in transform_filter_length() local
1741 nparams = transform->nparams; in transform_filter_length()
[all …]
H A Drrsdispatch.c350 int nparams; in SProcRRSetCrtcTransform() local
364 nparams = ((CARD32 *) stuff + client->req_len) - params; in SProcRRSetCrtcTransform()
365 if (nparams < 0) in SProcRRSetCrtcTransform()
368 SwapLongs(params, nparams); in SProcRRSetCrtcTransform()
/OK3568_Linux_fs/kernel/drivers/phy/socionext/
H A Dphy-uniphier-usb3hs.c79 int nparams; member
288 for (i = 0; i < priv->data->nparams; i++) in uniphier_u3hsphy_init()
337 priv->data->nparams > MAX_PHY_PARAMS)) in uniphier_u3hsphy_probe()
395 .nparams = 0,
400 .nparams = 2,
409 .nparams = 4,
423 .nparams = 2,
H A Dphy-uniphier-usb3ss.c65 int nparams; member
180 for (i = 0; i < priv->data->nparams; i++) in uniphier_u3ssphy_init()
229 priv->data->nparams > MAX_PHY_PARAMS)) in uniphier_u3ssphy_probe()
290 .nparams = 7,
304 .nparams = 3,
/OK3568_Linux_fs/kernel/drivers/video/backlight/
H A Dtdo24m.c180 int nparams, err = 0; in tdo24m_writes() local
186 nparams = (*p >> 30) & 0x3; in tdo24m_writes()
188 data = *p << (7 - nparams); in tdo24m_writes()
189 switch (nparams) { in tdo24m_writes()
208 x->len = nparams + 2; in tdo24m_writes()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Rotate.c77 SetPicturePictFilter(src, crtc->filter, crtc->params, crtc->nparams); in xf86RotateCrtcRedisplay()
464 if (transform->nparams) { in xf86CrtcRotate()
465 new_params = malloc(transform->nparams * sizeof(xFixed)); in xf86CrtcRotate()
468 transform->nparams * sizeof(xFixed)); in xf86CrtcRotate()
469 new_nparams = transform->nparams; in xf86CrtcRotate()
488 crtc->nparams = new_nparams; in xf86CrtcRotate()
H A Dxf86Crtc.h346 int nparams; /* ABI 2 */ member
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dlibtoaster.js608 var nparams = {};
611 nparams[temp[0]] = temp[1];
615 nparams[encodeURIComponent(i)] = encodeURIComponent(params[i]);
619 for (i in nparams) {
620 callparams.push(i+"="+nparams[i]);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c621 static int t4vf_query_params(struct adapter *adapter, unsigned int nparams, in t4vf_query_params() argument
629 if (nparams > 7) in t4vf_query_params()
637 param[nparams].mnem), 16); in t4vf_query_params()
639 for (i = 0, p = &cmd.param[0]; i < nparams; i++, p++) in t4vf_query_params()
644 for (i = 0, p = &rpl.param[0]; i < nparams; i++, p++) in t4vf_query_params()
659 int t4vf_set_params(struct adapter *adapter, unsigned int nparams, in t4vf_set_params() argument
667 if (nparams > 7) in t4vf_set_params()
675 param[nparams]), 16); in t4vf_set_params()
677 for (i = 0, p = &cmd.param[0]; i < nparams; i++, p++) { in t4vf_set_params()
/OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1391 u32 nparams, flowclen16, flowclen; in cxgbit_tx_flowc_wr_credits() local
1393 nparams = FLOWC_WR_NPARAMS_MIN; in cxgbit_tx_flowc_wr_credits()
1396 nparams++; in cxgbit_tx_flowc_wr_credits()
1399 nparams++; in cxgbit_tx_flowc_wr_credits()
1401 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in cxgbit_tx_flowc_wr_credits()
1409 *nparamsp = nparams; in cxgbit_tx_flowc_wr_credits()
1419 u32 nparams, flowclen16, flowclen; in cxgbit_send_tx_flowc_wr() local
1427 flowclen16 = cxgbit_tx_flowc_wr_credits(csk, &nparams, &flowclen); in cxgbit_send_tx_flowc_wr()
1433 FW_FLOWC_WR_NPARAMS_V(nparams)); in cxgbit_send_tx_flowc_wr()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/calib3d/
H A Dcalib3d_c.h392 CvLevMarq( int nparams, int nerrs, CvTermCriteria criteria=
396 void init( int nparams, int nerrs, CvTermCriteria criteria=
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/calib3d/
H A Dcalib3d_c.h392 CvLevMarq( int nparams, int nerrs, CvTermCriteria criteria=
396 void init( int nparams, int nerrs, CvTermCriteria criteria=
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/calib3d/
H A Dcalib3d_c.h392 CvLevMarq( int nparams, int nerrs, CvTermCriteria criteria=
396 void init( int nparams, int nerrs, CvTermCriteria criteria=
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpict.c702 int nparams; in dmxProcRenderSetPictureFilter() local
718 nparams = ((XFixed *) stuff + client->req_len) - params; in dmxProcRenderSetPictureFilter()
719 if (nparams < 0) in dmxProcRenderSetPictureFilter()
723 pPictPriv->pict, filter, params, nparams); in dmxProcRenderSetPictureFilter()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c75 static int flowc_wr_credits(int nparams, int *flowclenp) in flowc_wr_credits() argument
79 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in flowc_wr_credits()
166 int nparams, paramidx, flowclen16, flowclen; in send_tx_flowc_wr() local
204 nparams = paramidx; in send_tx_flowc_wr()
207 flowclen16 = flowc_wr_credits(nparams, &flowclen); in send_tx_flowc_wr()
211 FW_FLOWC_WR_NPARAMS_V(nparams)); in send_tx_flowc_wr()
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_mb.c194 unsigned int pf, unsigned int vf, unsigned int nparams, in csio_mb_params() argument
214 while (nparams--) { in csio_mb_params()
222 for (i = 0; i < nparams; i++, p += 2) { in csio_mb_params()
241 enum fw_retval *retval, unsigned int nparams, in csio_mb_process_read_params_rsp() argument
251 for (i = 0; i < nparams; i++, p += 2) in csio_mb_process_read_params_rsp()
/OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c592 int nparams, flowclen16, flowclen; in tx_flowc_wr_credits() local
594 nparams = FLOWC_WR_NPARAMS_MIN; in tx_flowc_wr_credits()
596 nparams++; in tx_flowc_wr_credits()
598 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in tx_flowc_wr_credits()
606 *nparamsp = nparams; in tx_flowc_wr_credits()
617 int nparams, flowclen16, flowclen; in send_tx_flowc_wr() local
622 flowclen16 = tx_flowc_wr_credits(&nparams, &flowclen); in send_tx_flowc_wr()
626 htonl(FW_WR_OP_V(FW_FLOWC_WR) | FW_FLOWC_WR_NPARAMS_V(nparams)); in send_tx_flowc_wr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c6833 int nparams, param; in t4_read_sge_dbqtimers() local
6836 nparams = ndbqtimers - dbqtimerix; in t4_read_sge_dbqtimers()
6837 if (nparams > ARRAY_SIZE(params)) in t4_read_sge_dbqtimers()
6838 nparams = ARRAY_SIZE(params); in t4_read_sge_dbqtimers()
6840 for (param = 0; param < nparams; param++) in t4_read_sge_dbqtimers()
6846 nparams, params, vals); in t4_read_sge_dbqtimers()
6850 for (param = 0; param < nparams; param++) in t4_read_sge_dbqtimers()
7473 unsigned int vf, unsigned int nparams, const u32 *params, in t4_query_params_rw() argument
7480 if (nparams > 7) in t4_query_params_rw()
7490 for (i = 0; i < nparams; i++) { in t4_query_params_rw()
[all …]
H A Dcxgb4.h1979 unsigned int vf, unsigned int nparams, const u32 *params,
1982 unsigned int vf, unsigned int nparams, const u32 *params,
1985 unsigned int vf, unsigned int nparams, const u32 *params,
1989 unsigned int nparams, const u32 *params,
1992 unsigned int vf, unsigned int nparams, const u32 *params,
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Dcm.c593 int nparams; in send_flowc() local
600 nparams = 9; in send_flowc()
602 nparams = 10; in send_flowc()
604 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in send_flowc()
612 FW_FLOWC_WR_NPARAMS_V(nparams)); in send_flowc()
635 if (nparams == 10) { in send_flowc()

12