Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_statevars.h138 } gl_state_index; typedef
148 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]);
152 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]);
Dprog_parameter.h75 gl_state_index StateIndexes[STATE_LENGTH];
111 const gl_state_index state[STATE_LENGTH]);
129 const gl_state_index stateTokens[STATE_LENGTH]);
Dprog_parameter.c235 const gl_state_index state[STATE_LENGTH]) in _mesa_add_parameter()
355 const gl_state_index stateTokens[STATE_LENGTH]) in _mesa_add_state_reference()
364 stateTokens, STATE_LENGTH * sizeof(gl_state_index))) { in _mesa_add_state_reference()
372 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()
630 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_flags()
744 append_token(char *dst, gl_state_index k) in append_token()
950 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_string()
1006 const gl_state_index mat = state[0]; in _mesa_program_state_string()
1010 const gl_state_index modifier = state[4]; in _mesa_program_state_string()
Dprogramopt.c60 static const gl_state_index mvpState[4][STATE_LENGTH] = { in insert_mvp_dp4_code()
128 static const gl_state_index mvpState[4][STATE_LENGTH] = { in 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];
2302 const gl_state_index tokens[STATE_LENGTH])
2323 const gl_state_index tokens[STATE_LENGTH])
2326 gl_state_index state_tokens[STATE_LENGTH];
2375 const gl_state_index tokens[STATE_LENGTH])
2378 gl_state_index state_tokens[STATE_LENGTH];
Dir_to_mesa.cpp666 (gl_state_index *)slots[i].tokens); in visit()
/external/mesa3d/src/compiler/glsl/
Dstandalone_scaffolding.h72 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]);
76 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]);
Dstandalone_scaffolding.cpp103 _mesa_program_state_flags(UNUSED const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_flags()
109 _mesa_program_state_string(UNUSED const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_string()
Dserialize.cpp978 gl_state_index state_indexes[STATE_LENGTH]; in read_shader_parameters()
/external/mesa3d/src/mesa/main/tests/
Dprogram_state_string.cpp33 const gl_state_index state[STATE_LENGTH] = { in TEST()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp258 const gl_state_index *const stateTokens = (gl_state_index *)uniform->state_slots[0].tokens; in st_nir_assign_uniform_locations()
358 (gl_state_index *)slots[i].tokens); in st_glsl_to_nir_post_opts()
601 static const gl_state_index wposTransformState[STATE_LENGTH] = { in st_link_nir()
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.c1014 static const gl_state_index texcoord_state[STATE_LENGTH] = in st_create_fp_variant()
1016 static const gl_state_index scale_state[STATE_LENGTH] = in st_create_fp_variant()
1018 static const gl_state_index bias_state[STATE_LENGTH] = in st_create_fp_variant()
Dst_mesa_to_tgsi.c625 static const gl_state_index wposTransformState[STATE_LENGTH] in emit_wpos_adjustment()
Dst_glsl_to_tgsi.cpp1118 (gl_state_index *)slots[i].tokens); in visit()
1472 static const gl_state_index transform_y_state[STATE_LENGTH] in visit_expression()
2079 static const gl_state_index transform_y_state[STATE_LENGTH] in visit_expression()
6802 static const gl_state_index wposTransformState[STATE_LENGTH] = { in get_mesa_program_tgsi()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp43 (gl_state_index *)slots[i].tokens); in brw_nir_setup_glsl_builtin_uniform()
254 gl_state_index tokens[STATE_LENGTH] = { in brw_nir_lower_patch_vertices_in_to_uniform()
Dbrw_link.cpp323 (gl_state_index *)slots[i].tokens); in brw_link_shader()
Dbrw_program.c130 (gl_state_index *) wpos_options.state_tokens); in brw_create_nir()
/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()