Searched refs:gl_state_index (Results 1 – 21 of 21) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.h | 139 } 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]);
|
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() 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()
|
D | prog_statevars.c | 57 _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()
|
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 | ir_to_mesa.cpp | 651 (gl_state_index *)slots[i].tokens); in visit()
|
/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() 109 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_string()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 193 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()
|
D | st_nir_lower_builtin.c | 129 char *name = _mesa_program_state_string((gl_state_index *)tokens); in get_variable()
|
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 | 1337 (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/ |
D | program_state_string.cpp | 34 const gl_state_index state[STATE_LENGTH] = { in TEST()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_nir_uniforms.cpp | 43 (gl_state_index *)slots[i].tokens); in brw_nir_setup_glsl_builtin_uniform()
|
D | brw_program.c | 102 (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()
|
D | brw_link.cpp | 252 (gl_state_index *)slots[i].tokens); in brw_link_shader()
|
/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()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 423 gl_state_index tokens[STATE_LENGTH]; in register_param5()
|