Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/radius/
Dradius.c137 static struct radius_state rstate; variable
165 memset(&rstate, 0, sizeof(rstate)); in plugin_init()
167 strlcpy(rstate.config_file, "/etc/radiusclient/radiusclient.conf", in plugin_init()
168 sizeof(rstate.config_file)); in plugin_init()
225 if (rstate.choose_ip) { in radius_choose_ip()
226 *addrp = rstate.ip_addr; in radius_choose_ip()
266 radius_pre_auth_hook(rstate.user, in radius_pap_auth()
267 &rstate.authserver, in radius_pap_auth()
268 &rstate.acctserver); in radius_pap_auth()
276 rstate.client_port = get_client_port(portnummap ? devnam : ifname); in radius_pap_auth()
[all …]
/external/rust/crates/regex-automata/src/
Ddeterminize.rs237 let rstate = Rc::new(state); in add_state() localVariable
238 self.builder_states.push(rstate.clone()); in add_state()
239 self.cache.insert(rstate, id); in add_state()
/external/ppp/pppd/include/net/
Dslcompress.h135 struct cstate rstate[MAX_STATES]; /* receive connection states */ member
Dvjcompress.h127 struct cstate rstate[MAX_STATES]; /* receive connection states */ member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c4399 struct si_sampler_state *rstate = CALLOC_STRUCT(si_sampler_state); in si_create_sampler_state() local
4408 if (!rstate) { in si_create_sampler_state()
4413 rstate->magic = SI_SAMPLER_STATE_MAGIC; in si_create_sampler_state()
4415 rstate->val[0] = in si_create_sampler_state()
4424 rstate->val[1] = (S_008F34_MIN_LOD(S_FIXED(CLAMP(state->min_lod, 0, 15), 8)) | in si_create_sampler_state()
4427 rstate->val[2] = (S_008F38_LOD_BIAS(S_FIXED(CLAMP(state->lod_bias, -16, 16), 8)) | in si_create_sampler_state()
4432 rstate->val[3] = si_translate_border_color(sctx, state, &state->border_color, false); in si_create_sampler_state()
4435 rstate->val[2] |= S_008F38_ANISO_OVERRIDE_GFX10(1); in si_create_sampler_state()
4437 rstate->val[2] |= S_008F38_DISABLE_LSB_CEIL(sctx->chip_class <= GFX8) | in si_create_sampler_state()
4443 memcpy(rstate->integer_val, rstate->val, sizeof(rstate->val)); in si_create_sampler_state()
[all …]
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h141 int rstate; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1828 struct r600_pipe_sampler_state *rstate; in r600_emit_sampler_states() local
1832 rstate = texinfo->states.states[i]; in r600_emit_sampler_states()
1833 assert(rstate); in r600_emit_sampler_states()
1844 rstate->tex_sampler_words[0] |= S_03C000_TEX_ARRAY_OVERRIDE(1); in r600_emit_sampler_states()
1847 rstate->tex_sampler_words[0] &= C_03C000_TEX_ARRAY_OVERRIDE; in r600_emit_sampler_states()
1853 radeon_emit_array(cs, rstate->tex_sampler_words, 3); in r600_emit_sampler_states()
1855 if (rstate->border_color_use) { in r600_emit_sampler_states()
1861 radeon_emit_array(cs, rstate->border_color.ui, 4); in r600_emit_sampler_states()
Dr600_state_common.c469 struct r600_pipe_sampler_state *rstate = rstates[i]; in r600_bind_sampler_states() local
471 if (rstate == dst->states.states[i]) { in r600_bind_sampler_states()
475 if (rstate) { in r600_bind_sampler_states()
476 if (rstate->border_color_use) { in r600_bind_sampler_states()
481 seamless_cube_map = rstate->seamless_cube_map; in r600_bind_sampler_states()
Devergreen_state.c2453 struct r600_pipe_sampler_state *rstate; in evergreen_emit_sampler_states() local
2456 rstate = texinfo->states.states[i]; in evergreen_emit_sampler_states()
2457 assert(rstate); in evergreen_emit_sampler_states()
2459 if (rstate->border_color_use) { in evergreen_emit_sampler_states()
2462 evergreen_convert_border_color(&rstate->border_color, in evergreen_emit_sampler_states()
2465 border_color_ptr = &rstate->border_color; in evergreen_emit_sampler_states()
2471 radeon_emit_array(cs, rstate->tex_sampler_words, 3); in evergreen_emit_sampler_states()
2473 if (rstate->border_color_use) { in evergreen_emit_sampler_states()