Searched refs:_mesa_add_state_reference (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | programopt.c | 69 mvpRef[i] = _mesa_add_state_reference(vprog->Parameters, mvpState[i]); in insert_mvp_dp4_code() 137 mvpRef[i] = _mesa_add_state_reference(vprog->Parameters, mvpState[i]); in insert_mvp_mad_code() 285 = _mesa_add_state_reference(fprog->Parameters, fogPStateOpt); in _mesa_append_fog_code() 288 = _mesa_add_state_reference(fprog->Parameters, fogColorState); in _mesa_append_fog_code()
|
D | prog_parameter.h | 128 _mesa_add_state_reference(struct gl_program_parameter_list *paramList,
|
D | prog_parameter_layout.c | 199 _mesa_add_state_reference(layout, p->StateIndexes); in _mesa_layout_parameters()
|
D | prog_parameter.c | 354 _mesa_add_state_reference(struct gl_program_parameter_list *paramList, in _mesa_add_state_reference() function
|
D | ir_to_mesa.cpp | 665 int index = _mesa_add_state_reference(this->prog->Parameters, in visit()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 262 loc = _mesa_add_state_reference(prog->Parameters, stateTokens); in st_nir_assign_uniform_locations() 357 _mesa_add_state_reference(prog->Parameters, in st_glsl_to_nir_post_opts() 624 _mesa_add_state_reference(shader->Program->Parameters, in st_link_nir()
|
D | st_program.c | 1068 _mesa_add_state_reference(params, scale_state); in st_create_fp_variant() 1071 _mesa_add_state_reference(params, bias_state); in st_create_fp_variant() 1076 _mesa_add_state_reference(params, texcoord_state); in st_create_fp_variant() 1174 scale_const = _mesa_add_state_reference(params, scale_state); in st_create_fp_variant() 1175 bias_const = _mesa_add_state_reference(params, bias_state); in st_create_fp_variant() 1178 texcoord_const = _mesa_add_state_reference(params, texcoord_state); in st_create_fp_variant()
|
D | st_atifs_to_tgsi.c | 606 _mesa_add_state_reference(prog->Parameters, fog_params_state); in st_init_atifs_prog() 607 _mesa_add_state_reference(prog->Parameters, fog_color); in st_init_atifs_prog()
|
D | st_mesa_to_tgsi.c | 632 unsigned wposTransConst = _mesa_add_state_reference(program->Parameters, in emit_wpos_adjustment()
|
D | st_glsl_to_tgsi.cpp | 1117 int index = _mesa_add_state_reference(this->prog->Parameters, in visit() 1476 _mesa_add_state_reference(this->prog->Parameters, in visit_expression() 2083 _mesa_add_state_reference(this->prog->Parameters, in visit_expression() 6806 v->wpos_transform_const = _mesa_add_state_reference(prog->Parameters, in get_mesa_program_tgsi()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_nir_uniforms.cpp | 42 int index = _mesa_add_state_reference(prog->Parameters, in brw_nir_setup_glsl_builtin_uniform()
|
D | brw_link.cpp | 322 _mesa_add_state_reference(prog->Parameters, in brw_link_shader()
|
D | brw_program.c | 129 _mesa_add_state_reference(prog->Parameters, in brw_create_nir()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 461 vp->fogpidx = _mesa_add_state_reference(paramList, tokens); in r200_translate_vertex_program()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 430 idx = _mesa_add_state_reference(p->program->Parameters, tokens ); in register_param5()
|