/third_party/libwebsockets/lib/roles/h2/ |
D | http2.c | 168 (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 …]
|
D | ops-h2.c | 624 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/ |
D | secure-streams-client.c | 159 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 …]
|
D | secure-streams-serialize.c | 760 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/ |
D | wsi.c | 1558 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 …]
|
D | private-lib-core-net.h | 643 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/ |
D | nv50_tex.c | 245 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()
|
D | nv50_screen.c | 614 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()
|
D | nv50_compute.c | 134 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()
|
D | nv50_screen.h | 70 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member
|
D | nv50_context.c | 390 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/ |
D | nve4_compute.c | 139 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()
|
D | nvc0_compute.c | 106 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()
|
D | nvc0_tex.c | 469 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()
|
D | nvc0_screen.c | 720 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()
|
D | nvc0_screen.h | 80 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member
|
D | nvc0_context.c | 512 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/ |
D | ss-h2.c | 54 __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/ |
D | isl_gfx7.c | 243 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()
|
D | isl_gfx8.c | 104 if (fmtl->txc == ISL_TXC_CCS) { in isl_gfx8_choose_image_alignment_el()
|
D | isl_gfx9.c | 111 if (fmtl->txc == ISL_TXC_CCS) { in isl_gfx9_choose_image_alignment_el()
|
D | isl_gfx12.c | 190 if (fmtl->txc == ISL_TXC_CCS) { in isl_gfx12_choose_image_alignment_el()
|
D | gen_format_layout.py | 216 self.txc = line[14].strip().upper() or 'NONE'
|
D | isl.h | 1339 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/ |
D | 17.0.6.rst | 47 - travis: add the possibility of using the txc-dxtn library
|