/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | RC4Engine.java | 11 private final static int STATE_LENGTH = 256; field in RC4Engine 124 engineState = new byte[STATE_LENGTH]; in setKey() 128 for (int i=0; i < STATE_LENGTH; i++) in setKey() 136 for (int i=0; i < STATE_LENGTH; i++) in setKey()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.h | 44 #define STATE_LENGTH 5 macro 149 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]); 153 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]);
|
D | prog_parameter.h | 76 gl_state_index StateIndexes[STATE_LENGTH]; 112 const gl_state_index state[STATE_LENGTH]); 130 const gl_state_index stateTokens[STATE_LENGTH]);
|
D | prog_parameter.c | 235 const gl_state_index state[STATE_LENGTH]) in _mesa_add_parameter() argument 291 for (i = 0; i < STATE_LENGTH; i++) in _mesa_add_parameter() 368 const gl_state_index stateTokens[STATE_LENGTH]) in _mesa_add_state_reference() argument 377 stateTokens, STATE_LENGTH * sizeof(gl_state_index))) { in _mesa_add_state_reference()
|
D | programopt.c | 60 static const gl_state_index mvpState[4][STATE_LENGTH] = { in _mesa_insert_mvp_dp4_code() 128 static const gl_state_index mvpState[4][STATE_LENGTH] = { in _mesa_insert_mvp_mad_code() 250 static const gl_state_index fogPStateOpt[STATE_LENGTH] in _mesa_append_fog_code() 252 static const gl_state_index fogColorState[STATE_LENGTH] in _mesa_append_fog_code()
|
D | program_parse.y | 48 const gl_state_index tokens[STATE_LENGTH]); 51 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]); 54 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]); 139 gl_state_index state[STATE_LENGTH]; 2287 const gl_state_index tokens[STATE_LENGTH]) 2308 const gl_state_index tokens[STATE_LENGTH]) 2311 gl_state_index state_tokens[STATE_LENGTH]; 2360 const gl_state_index tokens[STATE_LENGTH]) 2363 gl_state_index state_tokens[STATE_LENGTH];
|
D | prog_statevars.c | 648 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_flags() argument 973 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_string() argument
|
/external/mesa3d/src/compiler/glsl/ |
D | standalone_scaffolding.h | 73 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]); 77 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]);
|
D | standalone_scaffolding.cpp | 103 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_flags() argument 109 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_string() argument
|
D | lower_blend_equation_advanced.cpp | 493 for (int i = 2; i < STATE_LENGTH; i++) in lower_blend_equation_advanced()
|
D | linker.cpp | 2471 for (int i = 2; i < STATE_LENGTH; i++) in resize_tes_inputs()
|
/external/mesa3d/src/mesa/main/tests/ |
D | program_state_string.cpp | 34 const gl_state_index state[STATE_LENGTH] = { in TEST()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_nir_lower_builtin.c | 103 int tokens[STATE_LENGTH]; in get_variable()
|
D | st_glsl_to_nir.cpp | 247 static const gl_state_index wposTransformState[STATE_LENGTH] = { in st_glsl_to_nir()
|
D | st_atifs_to_tgsi.c | 547 static const gl_state_index fog_params_state[STATE_LENGTH] = in st_init_atifs_prog() 549 static const gl_state_index fog_color[STATE_LENGTH] = in st_init_atifs_prog()
|
D | st_program.c | 938 static const gl_state_index texcoord_state[STATE_LENGTH] = in st_create_fp_variant() 940 static const gl_state_index scale_state[STATE_LENGTH] = in st_create_fp_variant() 942 static const gl_state_index bias_state[STATE_LENGTH] = in st_create_fp_variant()
|
D | st_mesa_to_tgsi.c | 599 static const gl_state_index wposTransformState[STATE_LENGTH] in emit_wpos_adjustment()
|
D | st_glsl_to_tgsi.cpp | 1662 static const gl_state_index transform_y_state[STATE_LENGTH] in visit_expression() 2217 static const gl_state_index transform_y_state[STATE_LENGTH] in visit_expression() 6573 static const gl_state_index wposTransformState[STATE_LENGTH] = { in get_mesa_program_tgsi()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 355 int tokens[STATE_LENGTH] = { in brw_add_texrect_params()
|
/external/mesa3d/src/mesa/main/ |
D | uniforms.h | 399 int tokens[STATE_LENGTH];
|
D | ffvertex_prog.c | 423 gl_state_index tokens[STATE_LENGTH]; in register_param5()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 459 gl_state_index tokens[STATE_LENGTH] = { STATE_FOG_PARAMS, 0, 0, 0, 0 }; in r200_translate_vertex_program()
|