Searched refs:gl_state_index (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.h | 132 } 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]);
|
D | prog_parameter.h | 88 gl_state_index StateIndexes[STATE_LENGTH]; 133 const gl_state_index state[STATE_LENGTH], 166 const gl_state_index stateTokens[STATE_LENGTH]);
|
D | prog_parameter.c | 113 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()
|
D | prog_statevars.c | 51 _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()
|
D | programopt.c | 60 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()
|
D | program_parse.y | 46 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];
|
D | nvvertparse.c | 1351 gl_state_index state_tokens[STATE_LENGTH] = {0, 0, 0, 0, 0}; in _mesa_parse_nv_vertex_program()
|
D | ir_to_mesa.cpp | 727 (gl_state_index *)slots[i].tokens); in visit()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_pixeltransfer.c | 175 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()
|
D | st_glsl_to_tgsi.cpp | 1073 (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()
|
D | st_mesa_to_tgsi.c | 786 static const gl_state_index wposTransformState[STATE_LENGTH] in emit_wpos_adjustment()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_shader.cpp | 190 (gl_state_index *) slots[i].tokens); in brw_link_shader()
|
D | brw_wm_fp.c | 513 gl_state_index tokens[STATE_LENGTH]; in search_or_add_param5()
|
D | brw_fs.cpp | 577 (gl_state_index *)slots[i].tokens); in setup_builtin_uniform_values()
|
D | brw_fs_visitor.cpp | 1210 (gl_state_index *)tokens); in emit_texcoord()
|
D | brw_vec4_visitor.cpp | 571 (gl_state_index *)slots[i].tokens); in setup_builtin_uniform_values()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 469 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 | 424 gl_state_index tokens[STATE_LENGTH]; in register_param5()
|