Home
last modified time | relevance | path

Searched refs:_mesa_add_state_reference (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp197 loc = _mesa_add_state_reference(prog->Parameters, stateTokens); in st_nir_assign_uniform_locations()
266 _mesa_add_state_reference(prog->Parameters, wposTransformState); in st_glsl_to_nir()
401 _mesa_add_state_reference(prog->Parameters, in st_nir_get_mesa_program()
Dst_program.c992 _mesa_add_state_reference(params, scale_state); in st_create_fp_variant()
995 _mesa_add_state_reference(params, bias_state); in st_create_fp_variant()
1000 _mesa_add_state_reference(params, texcoord_state); in st_create_fp_variant()
1098 scale_const = _mesa_add_state_reference(params, scale_state); in st_create_fp_variant()
1099 bias_const = _mesa_add_state_reference(params, bias_state); in st_create_fp_variant()
1102 texcoord_const = _mesa_add_state_reference(params, texcoord_state); in st_create_fp_variant()
Dst_atifs_to_tgsi.c606 _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()
Dst_mesa_to_tgsi.c606 unsigned wposTransConst = _mesa_add_state_reference(program->Parameters, in emit_wpos_adjustment()
Dst_glsl_to_tgsi.cpp1336 int index = _mesa_add_state_reference(this->prog->Parameters, in visit()
1666 _mesa_add_state_reference(this->prog->Parameters, in visit_expression()
2221 _mesa_add_state_reference(this->prog->Parameters, in visit_expression()
6577 v->wpos_transform_const = _mesa_add_state_reference(prog->Parameters, in get_mesa_program_tgsi()
/external/mesa3d/src/mesa/program/
Dprogramopt.c69 mvpRef[i] = _mesa_add_state_reference(vprog->Parameters, mvpState[i]); in _mesa_insert_mvp_dp4_code()
137 mvpRef[i] = _mesa_add_state_reference(vprog->Parameters, mvpState[i]); in _mesa_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()
Dprog_parameter.h129 _mesa_add_state_reference(struct gl_program_parameter_list *paramList,
Dprog_parameter_layout.c199 _mesa_add_state_reference(layout, p->StateIndexes); in _mesa_layout_parameters()
Dprog_parameter.c367 _mesa_add_state_reference(struct gl_program_parameter_list *paramList, in _mesa_add_state_reference() function
Dir_to_mesa.cpp650 int index = _mesa_add_state_reference(this->prog->Parameters, in visit()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp42 int index = _mesa_add_state_reference(prog->Parameters, in brw_nir_setup_glsl_builtin_uniform()
Dbrw_program.c101 _mesa_add_state_reference(prog->Parameters, in brw_create_nir()
363 _mesa_add_state_reference(prog->Parameters, (gl_state_index *)tokens); in brw_add_texrect_params()
Dbrw_link.cpp251 _mesa_add_state_reference(prog->Parameters, in brw_link_shader()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c461 vp->fogpidx = _mesa_add_state_reference(paramList, tokens); in r200_translate_vertex_program()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c430 idx = _mesa_add_state_reference(p->program->Parameters, tokens ); in register_param5()