Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_statevars.h132 } gl_state_index; typedef
142 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]);
146 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]);
Dprog_parameter.h88 gl_state_index StateIndexes[STATE_LENGTH];
133 const gl_state_index state[STATE_LENGTH],
166 const gl_state_index stateTokens[STATE_LENGTH]);
Dprog_parameter.c113 const gl_state_index state[STATE_LENGTH], in _mesa_add_parameter()
351 gl_state_index state[STATE_LENGTH]; in _mesa_add_attribute()
352 state[0] = (gl_state_index) attrib; in _mesa_add_attribute()
397 const gl_state_index stateTokens[STATE_LENGTH]) in _mesa_add_state_reference()
406 stateTokens, STATE_LENGTH * sizeof(gl_state_index))) { in _mesa_add_state_reference()
414 NULL, (gl_state_index *) stateTokens, 0x0); in _mesa_add_state_reference()
Dprog_statevars.c51 _mesa_fetch_state(struct gl_context *ctx, const gl_state_index state[], in _mesa_fetch_state()
291 const gl_state_index mat = state[0]; in _mesa_fetch_state()
295 const gl_state_index modifier = state[4]; in _mesa_fetch_state()
627 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_flags()
739 append_token(char *dst, gl_state_index k) in append_token()
945 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]) in _mesa_program_state_string()
1001 const gl_state_index mat = state[0]; in _mesa_program_state_string()
1005 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()
129 static const gl_state_index mvpState[4][STATE_LENGTH] = { in _mesa_insert_mvp_mad_code()
253 static const gl_state_index fogPStateOpt[STATE_LENGTH] in _mesa_append_fog_code()
255 static const gl_state_index fogColorState[STATE_LENGTH] in _mesa_append_fog_code()
Dprogram_parse.y46 const gl_state_index tokens[STATE_LENGTH]);
49 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]);
52 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]);
139 gl_state_index state[STATE_LENGTH];
2473 const gl_state_index tokens[STATE_LENGTH])
2494 const gl_state_index tokens[STATE_LENGTH])
2497 gl_state_index state_tokens[STATE_LENGTH];
2546 const gl_state_index tokens[STATE_LENGTH])
2549 gl_state_index state_tokens[STATE_LENGTH];
Dnvvertparse.c1351 gl_state_index state_tokens[STATE_LENGTH] = {0, 0, 0, 0, 0}; in _mesa_parse_nv_vertex_program()
Dir_to_mesa.cpp727 (gl_state_index *)slots[i].tokens); in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c175 static const gl_state_index scale_state[STATE_LENGTH] = in get_pixel_transfer_program()
177 static const gl_state_index bias_state[STATE_LENGTH] = in get_pixel_transfer_program()
Dst_glsl_to_tgsi.cpp1073 (gl_state_index *)slots[i].tokens); in visit()
1465 static const gl_state_index transform_y_state[STATE_LENGTH] in visit()
3721 static const gl_state_index scale_state[STATE_LENGTH] = in get_pixel_transfer_visitor()
3723 (gl_state_index) 0, (gl_state_index) 0, (gl_state_index) 0 }; in get_pixel_transfer_visitor()
3724 static const gl_state_index bias_state[STATE_LENGTH] = in get_pixel_transfer_visitor()
3726 (gl_state_index) 0, (gl_state_index) 0, (gl_state_index) 0 }; in get_pixel_transfer_visitor()
4293 static const gl_state_index wposTransformState[STATE_LENGTH] in emit_wpos_adjustment()
4295 (gl_state_index)0, (gl_state_index)0, (gl_state_index)0 }; in emit_wpos_adjustment()
Dst_mesa_to_tgsi.c786 static const gl_state_index wposTransformState[STATE_LENGTH] in emit_wpos_adjustment()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_shader.cpp190 (gl_state_index *) slots[i].tokens); in brw_link_shader()
Dbrw_wm_fp.c513 gl_state_index tokens[STATE_LENGTH]; in search_or_add_param5()
Dbrw_fs.cpp577 (gl_state_index *)slots[i].tokens); in setup_builtin_uniform_values()
Dbrw_fs_visitor.cpp1210 (gl_state_index *)tokens); in emit_texcoord()
Dbrw_vec4_visitor.cpp571 (gl_state_index *)slots[i].tokens); in setup_builtin_uniform_values()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c469 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.c424 gl_state_index tokens[STATE_LENGTH]; in register_param5()