Home
last modified time | relevance | path

Searched refs:txc (Results 1 – 25 of 42) sorted by relevance

12

/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c168 (int)wsi->txc.peer_tx_cr_est + bump); in lws_h2_update_peer_txcredit()
176 wsi->txc.peer_tx_cr_est += bump; in lws_h2_update_peer_txcredit()
178 lws_wsi_txc_describe(&wsi->txc, __func__, wsi->mux.my_sid); in lws_h2_update_peer_txcredit()
188 nwsi->txc.peer_tx_cr_est += bump; in lws_h2_update_peer_txcredit()
190 lws_wsi_txc_describe(&nwsi->txc, __func__, nwsi->mux.my_sid); in lws_h2_update_peer_txcredit()
200 lws_wsi_txc_describe(&wsi->txc, __func__, wsi->mux.my_sid); in lws_h2_get_peer_txcredit_estimate()
201 return (int)wsi->txc.peer_tx_cr_est; in lws_h2_get_peer_txcredit_estimate()
207 if (wsi->txc.peer_tx_cr_est > threshold) in lws_h2_update_peer_txcredit_thresh()
284 wsi->txc.tx_cr = (int32_t)nwsi->h2.h2n->peer_set.s[H2SET_INITIAL_WINDOW_SIZE]; in __lws_wsi_server_new()
285 wsi->txc.peer_tx_cr_est = in __lws_wsi_server_new()
[all …]
Dops-h2.c624 wsi->txc.tx_cr += add; in rops_tx_credit_h2()
625 nwsi->txc.tx_cr += add; in rops_tx_credit_h2()
633 n = wsi->txc.peer_tx_cr_est; in rops_tx_credit_h2()
634 if (n > nwsi->txc.peer_tx_cr_est) in rops_tx_credit_h2()
635 n = nwsi->txc.peer_tx_cr_est; in rops_tx_credit_h2()
768 lws_wsi_txc_check_skint(&wsi->txc, lws_h2_tx_cr_get(wsi))) { in rops_callback_on_writable_h2()
1116 if (lws_wsi_txc_check_skint(&w->txc, in rops_perform_user_POLLOUT_h2()
1308 wsi->txc.tx_cr = 65535; in rops_alpn_negotiated_h2()
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-client.c159 int n, txc; in lws_sspc_serialize_metadata() local
177 txc = (int)strlen(md->name); in lws_sspc_serialize_metadata()
178 n = txc + 1 + (int)md->len; in lws_sspc_serialize_metadata()
186 p[3] = (uint8_t)txc; in lws_sspc_serialize_metadata()
187 memcpy(&p[4], md->name, (unsigned int)txc); in lws_sspc_serialize_metadata()
188 memcpy(&p[4 + txc], &md[1], md->len); in lws_sspc_serialize_metadata()
189 n = 4 + txc + (int)md->len; in lws_sspc_serialize_metadata()
411 lws_ser_wu32be(&s[8], (uint32_t)h->txc.peer_tx_cr_est); in callback_sspc_client()
516 if (!h->ignore_txc && h->txc.tx_cr <= 0) { in callback_sspc_client()
519 h->txc.tx_cr); in callback_sspc_client()
[all …]
Dsecure-streams-serialize.c760 h->txc.peer_tx_cr_est -= n; in lws_ss_deserialize_parse()
831 h->txc.tx_cr += par->temp32; in lws_ss_deserialize_parse()
923 txc.peer_tx_cr_est); in lws_ss_deserialize_parse()
937 h->txc.tx_cr += par->temp32; in lws_ss_deserialize_parse()
/third_party/libwebsockets/lib/core-net/
Dwsi.c1558 lws_wsi_txc_check_skint(struct lws_tx_credit *txc, int32_t tx_cr) in lws_wsi_txc_check_skint() argument
1560 if (txc->tx_cr <= 0) { in lws_wsi_txc_check_skint()
1567 if (!txc->skint) in lws_wsi_txc_check_skint()
1568 lwsl_info("%s: %p: skint (%d)\n", __func__, txc, in lws_wsi_txc_check_skint()
1569 (int)txc->tx_cr); in lws_wsi_txc_check_skint()
1571 txc->skint = 1; in lws_wsi_txc_check_skint()
1576 if (txc->skint) in lws_wsi_txc_check_skint()
1577 lwsl_info("%s: %p: unskint (%d)\n", __func__, txc, in lws_wsi_txc_check_skint()
1578 (int)txc->tx_cr); in lws_wsi_txc_check_skint()
1580 txc->skint = 0; in lws_wsi_txc_check_skint()
[all …]
Dprivate-lib-core-net.h643 struct lws_tx_credit txc; member
1285 lws_wsi_txc_describe(struct lws_tx_credit *txc, const char *at, uint32_t sid);
1291 lws_wsi_txc_check_skint(struct lws_tx_credit *txc, int32_t tx_cr);
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c245 struct nouveau_bo *txc = nv50->screen->txc; in nv50_validate_tic() local
276 PUSH_DATAh(push, txc->offset); in nv50_validate_tic()
277 PUSH_DATA (push, txc->offset); in nv50_validate_tic()
397 nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc, in nv50_validate_tsc()
515 nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc, in nv50_upload_tsc0()
Dnv50_screen.c614 nouveau_bo_ref(NULL, &screen->txc); in nv50_screen_destroy()
832 PUSH_DATAh(push, screen->txc->offset); in nv50_screen_init_hwctx()
833 PUSH_DATA (push, screen->txc->offset); in nv50_screen_init_hwctx()
837 PUSH_DATAh(push, screen->txc->offset + 65536); in nv50_screen_init_hwctx()
838 PUSH_DATA (push, screen->txc->offset + 65536); in nv50_screen_init_hwctx()
1200 &screen->txc); in nv50_screen_create()
Dnv50_compute.c134 PUSH_DATAh(push, screen->txc->offset); in nv50_screen_compute_setup()
135 PUSH_DATA (push, screen->txc->offset); in nv50_screen_compute_setup()
141 PUSH_DATAh(push, screen->txc->offset + 65536); in nv50_screen_compute_setup()
142 PUSH_DATA (push, screen->txc->offset + 65536); in nv50_screen_compute_setup()
Dnv50_screen.h70 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member
Dnv50_context.c390 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->txc); in nv50_create()
395 BCTX_REFN_bo(nv50->bufctx_cp, CP_SCREEN, flags, screen->txc); in nv50_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnve4_compute.c139 PUSH_DATAh(push, screen->txc->offset); in nve4_screen_compute_setup()
140 PUSH_DATA (push, screen->txc->offset); in nve4_screen_compute_setup()
143 PUSH_DATAh(push, screen->txc->offset + 65536); in nve4_screen_compute_setup()
144 PUSH_DATA (push, screen->txc->offset + 65536); in nve4_screen_compute_setup()
226 struct nouveau_bo *txc = nvc0->screen->txc; in gm107_compute_validate_surfaces() local
242 PUSH_DATAh(push, txc->offset + (tic->id * 32)); in gm107_compute_validate_surfaces()
243 PUSH_DATA (push, txc->offset + (tic->id * 32)); in gm107_compute_validate_surfaces()
951 struct nouveau_bo *txc = nvc0->screen->txc; in nve4_compute_validate_textures() local
975 PUSH_DATAh(push, txc->offset + (tic->id * 32)); in nve4_compute_validate_textures()
976 PUSH_DATA (push, txc->offset + (tic->id * 32)); in nve4_compute_validate_textures()
Dnvc0_compute.c106 PUSH_DATAh(push, screen->txc->offset); in nvc0_screen_compute_setup()
107 PUSH_DATA (push, screen->txc->offset); in nvc0_screen_compute_setup()
112 PUSH_DATAh(push, screen->txc->offset + 65536); in nvc0_screen_compute_setup()
113 PUSH_DATA (push, screen->txc->offset + 65536); in nvc0_screen_compute_setup()
Dnvc0_tex.c469 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nvc0_update_tic()
503 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nvc0_validate_tic()
569 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nve4_validate_tic()
644 nvc0_m2mf_push_linear(&nvc0->base, nvc0->screen->txc, in nvc0_validate_tsc()
699 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, in nve4_validate_tsc()
747 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, in nvc0_upload_tsc0()
814 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nve4_create_texture_handle()
821 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, in nve4_create_texture_handle()
1267 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, tic->id * 32, in gm107_validate_surfaces()
1441 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, tic->id * 32, in gm107_create_image_handle()
Dnvc0_screen.c720 nouveau_bo_ref(NULL, &screen->txc); in nvc0_screen_destroy()
1372 &screen->txc); in nvc0_screen_create()
1377 PUSH_DATAh(push, screen->txc->offset); in nvc0_screen_create()
1378 PUSH_DATA (push, screen->txc->offset); in nvc0_screen_create()
1390 PUSH_DATAh(push, screen->txc->offset + 65536); in nvc0_screen_create()
1391 PUSH_DATA (push, screen->txc->offset + 65536); in nvc0_screen_create()
Dnvc0_screen.h80 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member
Dnvc0_context.c512 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->txc); in nvc0_create()
515 BCTX_REFN_bo(nvc0->bufctx_cp, CP_SCREEN, flags, screen->txc); in nvc0_create()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h2.c54 __func__, wsi->txc.tx_cr); in secstream_h2()
55 ss_proxy_onward_txcr((void *)&h[1], wsi->txc.tx_cr); in secstream_h2()
/third_party/mesa3d/src/intel/isl/
Disl_gfx7.c243 if (isl_format_get_layout(info->format)->txc == ISL_TXC_ASTC) in isl_gfx6_filter_tiling()
247 if (isl_format_get_layout(info->format)->txc == ISL_TXC_MCS) in isl_gfx6_filter_tiling()
Disl_gfx8.c104 if (fmtl->txc == ISL_TXC_CCS) { in isl_gfx8_choose_image_alignment_el()
Disl_gfx9.c111 if (fmtl->txc == ISL_TXC_CCS) { in isl_gfx9_choose_image_alignment_el()
Disl_gfx12.c190 if (fmtl->txc == ISL_TXC_CCS) { in isl_gfx12_choose_image_alignment_el()
Dgen_format_layout.py216 self.txc = line[14].strip().upper() or 'NONE'
Disl.h1339 enum isl_txc txc; member
1865 return fmtl->txc != ISL_TXC_NONE; in isl_format_is_compressed()
1871 switch (isl_format_get_layout(fmt)->txc) { in isl_format_has_bc_compression()
1901 return fmtl->txc == ISL_TXC_MCS; in isl_format_is_mcs()
/third_party/mesa3d/docs/relnotes/
D17.0.6.rst47 - travis: add the possibility of using the txc-dxtn library

12