Searched refs:tchan (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_sampler.c | 727 const struct lp_tgsi_channel_info *tchan = &info->coord[1]; in lp_linear_init_sampler() local 730 assert(tchan->file == TGSI_FILE_INPUT); in lp_linear_init_sampler() 739 float t0 = a0[tchan->u.index+foo][tchan->swizzle]; in lp_linear_init_sampler() 740 float dtdx = dadx[tchan->u.index+foo][tchan->swizzle]; in lp_linear_init_sampler() 741 float dtdy = dady[tchan->u.index+foo][tchan->swizzle]; in lp_linear_init_sampler()
|
H A D | lp_linear.c | 275 const struct lp_tgsi_channel_info *tchan = &tex_info->coord[1]; in check_linear_interp_mask_b() local 277 tex_mask |= 1 << tchan->u.index; in check_linear_interp_mask_b()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_le.c | 719 L2capLeChannel tchan = {0}; in L2capLeProcessCreditBasedConnectionReq() local 721 tchan.lcid = 0; in L2capLeProcessCreditBasedConnectionReq() 722 (void)memcpy_s(&(tchan.lcfg), sizeof(L2capLeConfigInfo), &cfg, sizeof(L2capLeConfigInfo)); in L2capLeProcessCreditBasedConnectionReq() 723 L2capSendCreditBasedConnectionRsp(conn, &tchan, signal->identifier, L2CAP_LE_PSM_NOT_SUPPORTED); in L2capLeProcessCreditBasedConnectionReq()
|
H A D | l2cap_core.c | 1592 L2capChannel tchan; in L2capProcessConnectionReq() local 1594 tchan.lcid = 0; in L2capProcessConnectionReq() 1595 tchan.rcid = cid; in L2capProcessConnectionReq() 1597 conn, &tchan, signal->identifier, L2CAP_PSM_NOT_SUPPORTED, L2CAP_NO_FURTHER_INFORMATION_AVAILABLE); in L2capProcessConnectionReq()
|
Completed in 8 milliseconds