Searched refs:_mesa_add_state_reference (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 197 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()
|
D | st_program.c | 992 _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()
|
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 | 606 unsigned wposTransConst = _mesa_add_state_reference(program->Parameters, in emit_wpos_adjustment()
|
D | st_glsl_to_tgsi.cpp | 1336 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/ |
D | programopt.c | 69 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()
|
D | prog_parameter.h | 129 _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 | 367 _mesa_add_state_reference(struct gl_program_parameter_list *paramList, in _mesa_add_state_reference() function
|
D | ir_to_mesa.cpp | 650 int index = _mesa_add_state_reference(this->prog->Parameters, in visit()
|
/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_program.c | 101 _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()
|
D | brw_link.cpp | 251 _mesa_add_state_reference(prog->Parameters, in brw_link_shader()
|
/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()
|