Home
last modified time | relevance | path

Searched refs:gl_state_index (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_statevars.h139 } gl_state_index; typedef
149 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]);
153 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]);
Dprog_parameter.h76 gl_state_index StateIndexes[STATE_LENGTH];
112 const gl_state_index state[STATE_LENGTH]);
130 const gl_state_index stateTokens[STATE_LENGTH]);
Dprog_parameter.c235 const gl_state_index state[STATE_LENGTH]) in _mesa_add_parameter()
368 const gl_state_index stateTokens[STATE_LENGTH]) in _mesa_add_state_reference()
377 stateTokens, STATE_LENGTH * sizeof(gl_state_index))) { in _mesa_add_state_reference()
385 NULL, (gl_state_index *) stateTokens); in _mesa_add_state_reference()
Dprog_statevars.c57 _mesa_fetch_state(struct gl_context *ctx, const gl_state_index state[], in _mesa_fetch_state()
298 const gl_state_index mat = state[0]; in _mesa_fetch_state()
302 const gl_state_index modifier = state[4]; in _mesa_fetch_state()
648 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_flags()
764 append_token(char *dst, gl_state_index k) in append_token()
973 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_string()
1029 const gl_state_index mat = state[0]; in _mesa_program_state_string()
1033 const gl_state_index modifier = state[4]; in _mesa_program_state_string()
Dprogramopt.c60 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()
Dprogram_parse.y48 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];
Dir_to_mesa.cpp651 (gl_state_index *)slots[i].tokens); in visit()
/external/mesa3d/src/compiler/glsl/
Dstandalone_scaffolding.h73 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]);
77 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]);
Dstandalone_scaffolding.cpp103 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_flags()
109 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_string()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp193 const gl_state_index *const stateTokens = (gl_state_index *)uniform->state_slots[0].tokens; in st_nir_assign_uniform_locations()
247 static const gl_state_index wposTransformState[STATE_LENGTH] = { in st_glsl_to_nir()
402 (gl_state_index *) slots[i].tokens); in st_nir_get_mesa_program()
Dst_nir_lower_builtin.c129 char *name = _mesa_program_state_string((gl_state_index *)tokens); in get_variable()
Dst_atifs_to_tgsi.c547 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()
Dst_program.c938 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()
Dst_mesa_to_tgsi.c599 static const gl_state_index wposTransformState[STATE_LENGTH] in emit_wpos_adjustment()
Dst_glsl_to_tgsi.cpp1337 (gl_state_index *)slots[i].tokens); in visit()
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/main/tests/
Dprogram_state_string.cpp34 const gl_state_index state[STATE_LENGTH] = { in TEST()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp43 (gl_state_index *)slots[i].tokens); in brw_nir_setup_glsl_builtin_uniform()
Dbrw_program.c102 (gl_state_index *) wpos_options.state_tokens); in brw_create_nir()
363 _mesa_add_state_reference(prog->Parameters, (gl_state_index *)tokens); in brw_add_texrect_params()
Dbrw_link.cpp252 (gl_state_index *)slots[i].tokens); in brw_link_shader()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c459 gl_state_index tokens[STATE_LENGTH] = { STATE_FOG_PARAMS, 0, 0, 0, 0 }; in r200_translate_vertex_program()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c423 gl_state_index tokens[STATE_LENGTH]; in register_param5()