Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprogramopt.c69 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()
Dprog_parameter.h128 _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.c354 _mesa_add_state_reference(struct gl_program_parameter_list *paramList, in _mesa_add_state_reference() function
Dir_to_mesa.cpp665 int index = _mesa_add_state_reference(this->prog->Parameters, in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp262 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()
Dst_program.c1068 _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()
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.c632 unsigned wposTransConst = _mesa_add_state_reference(program->Parameters, in emit_wpos_adjustment()
Dst_glsl_to_tgsi.cpp1117 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/
Dbrw_nir_uniforms.cpp42 int index = _mesa_add_state_reference(prog->Parameters, in brw_nir_setup_glsl_builtin_uniform()
Dbrw_link.cpp322 _mesa_add_state_reference(prog->Parameters, in brw_link_shader()
Dbrw_program.c129 _mesa_add_state_reference(prog->Parameters, in brw_create_nir()
/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()