Home
last modified time | relevance | path

Searched refs:rstate (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/ssl/record/
Drecord_local.h24 #define RECORD_LAYER_get_rstate(rl) ((rl)->rstate)
25 #define RECORD_LAYER_set_rstate(rl, st) ((rl)->rstate = (st))
Drec_layer_s3.c38 rl->rstate = SSL_ST_READ_HEADER; in RECORD_LAYER_clear()
115 if (s->rlayer.rstate == SSL_ST_READ_BODY) in ssl3_pending()
152 switch (s->rlayer.rstate) { in SSL_rstate_string_long()
166 switch (s->rlayer.rstate) { in SSL_rstate_string()
1483 s->rlayer.rstate = SSL_ST_READ_HEADER; in ssl3_read_bytes()
Drecord.h138 int rstate; member
Drec_layer_d1.c421 || (s->rlayer.rstate == SSL_ST_READ_BODY)) { in dtls1_read_bytes()
525 s->rlayer.rstate = SSL_ST_READ_HEADER; in dtls1_read_bytes()
/third_party/lwip/src/include/netif/ppp/
Dvj.h151 struct cstate rstate[MAX_SLOTS]; /* receive connection states */ member
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h145 int rstate; member
/third_party/lwip/src/netif/ppp/
Dvj.c477 cs = &comp->rstate[comp->last_recv = IPH_PROTO(ip)]; in vj_uncompress_uncomp()
534 cs = &comp->rstate[comp->last_recv]; in vj_uncompress_tcp()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c4740 struct si_sampler_state *rstate = CALLOC_STRUCT(si_sampler_state); in si_create_sampler_state() local
4748 if (!rstate) { in si_create_sampler_state()
4764 rstate->magic = SI_SAMPLER_STATE_MAGIC; in si_create_sampler_state()
4766 rstate->val[0] = in si_create_sampler_state()
4775 rstate->val[1] = (S_008F34_MIN_LOD(S_FIXED(CLAMP(state->min_lod, 0, 15), 8)) | in si_create_sampler_state()
4778 rstate->val[2] = (S_008F38_LOD_BIAS(S_FIXED(CLAMP(state->lod_bias, -16, 16), 8)) | in si_create_sampler_state()
4782 rstate->val[3] = si_translate_border_color(sctx, state, &state->border_color, in si_create_sampler_state()
4786 rstate->val[2] |= S_008F38_ANISO_OVERRIDE_GFX10(1); in si_create_sampler_state()
4788 rstate->val[2] |= S_008F38_DISABLE_LSB_CEIL(sctx->gfx_level <= GFX8) | in si_create_sampler_state()
4794 memcpy(rstate->upgraded_depth_val, rstate->val, sizeof(rstate->val)); in si_create_sampler_state()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1831 struct r600_pipe_sampler_state *rstate; in r600_emit_sampler_states() local
1835 rstate = texinfo->states.states[i]; in r600_emit_sampler_states()
1836 assert(rstate); in r600_emit_sampler_states()
1847 rstate->tex_sampler_words[0] |= S_03C000_TEX_ARRAY_OVERRIDE(1); in r600_emit_sampler_states()
1850 rstate->tex_sampler_words[0] &= C_03C000_TEX_ARRAY_OVERRIDE; in r600_emit_sampler_states()
1856 radeon_emit_array(cs, rstate->tex_sampler_words, 3); in r600_emit_sampler_states()
1858 if (rstate->border_color_use) { in r600_emit_sampler_states()
1864 radeon_emit_array(cs, rstate->border_color.ui, 4); in r600_emit_sampler_states()
Dr600_state_common.c474 struct r600_pipe_sampler_state *rstate = rstates[i]; in r600_bind_sampler_states() local
476 if (rstate == dst->states.states[i]) { in r600_bind_sampler_states()
480 if (rstate) { in r600_bind_sampler_states()
481 if (rstate->border_color_use) { in r600_bind_sampler_states()
486 seamless_cube_map = rstate->seamless_cube_map; in r600_bind_sampler_states()
Devergreen_state.c2451 struct r600_pipe_sampler_state *rstate; in evergreen_emit_sampler_states() local
2454 rstate = texinfo->states.states[i]; in evergreen_emit_sampler_states()
2455 assert(rstate); in evergreen_emit_sampler_states()
2457 if (rstate->border_color_use) { in evergreen_emit_sampler_states()
2460 evergreen_convert_border_color(&rstate->border_color, in evergreen_emit_sampler_states()
2463 border_color_ptr = &rstate->border_color; in evergreen_emit_sampler_states()
2469 radeon_emit_array(cs, rstate->tex_sampler_words, 3); in evergreen_emit_sampler_states()
2471 if (rstate->border_color_use) { in evergreen_emit_sampler_states()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs508 rstate: c_int,
611 rstate: c_int,
/third_party/libabigail/tests/data/test-diff-pkg/
Dspice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt222 … 'int rstate', at offset 608 (in bits) at ssl.h:1117:1
/third_party/openssl/include/openssl/
Dssl.h.in1079 * The following 3 states are kept in ssl->rlayer.rstate when reads fail, you