Home
last modified time | relevance | path

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

/third_party/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_layout.c241 _mesa_add_state_reference(layout, p->StateIndexes); in _mesa_layout_parameters()
281 _mesa_add_state_reference(layout, p->StateIndexes); in _mesa_layout_parameters()
Dprog_parameter.h199 _mesa_add_state_reference(struct gl_program_parameter_list *paramList,
Dprog_parameter.c464 _mesa_add_state_reference(struct gl_program_parameter_list *paramList, in _mesa_add_state_reference() function
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c657 _mesa_add_state_reference(params, clipplane_state[i]); in lower_ucp()
708 _mesa_add_state_reference(params, point_size_state); in st_create_common_variant()
920 _mesa_add_state_reference(params, alpha_ref_state); in st_create_fp_variant()
988 _mesa_add_state_reference(params, scale_state); in st_create_fp_variant()
991 _mesa_add_state_reference(params, bias_state); in st_create_fp_variant()
996 _mesa_add_state_reference(params, texcoord_state); in st_create_fp_variant()
Dst_glsl_to_nir.cpp213 loc = _mesa_add_state_reference(prog->Parameters, stateTokens); in st_nir_assign_uniform_locations()
494 _mesa_add_state_reference(prog->Parameters, in st_glsl_to_nir_post_opts()
558 _mesa_add_state_reference(params, state); in st_glsl_to_nir_post_opts()
672 _mesa_add_state_reference(prog->Parameters, wposTransformState); in st_nir_lower_wpos_ytransform()
680 _mesa_add_state_reference(prog->Parameters, pntcTransformState); in st_nir_lower_wpos_ytransform()
Dst_atifs_to_nir.c604 ref = _mesa_add_state_reference(prog->Parameters, fog_params_state); in st_init_atifs_prog()
606 ref = _mesa_add_state_reference(prog->Parameters, fog_color); in st_init_atifs_prog()
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c435 idx = _mesa_add_state_reference(p->state_params, tokens); in register_param4()
/third_party/mesa3d/docs/relnotes/
D7.10.rst1175 - mesa: Simplify a bit of \_mesa_add_state_reference using memcmp.
1176 - i965: Drop the check for duplicate \_mesa_add_state_reference.
D21.2.0.rst4950 - mesa: fix _mesa_add_state_reference() declaration mismatch