Home
last modified time | relevance | path

Searched refs:_mesa_add_state_reference (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/program/
H A 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()
H A Dprog_parameter_layout.c223 * invalidate the index that was calculated by _mesa_add_state_reference. in _mesa_layout_parameters()
241 _mesa_add_state_reference(layout, p->StateIndexes); in _mesa_layout_parameters()
281 _mesa_add_state_reference(layout, p->StateIndexes); in _mesa_layout_parameters()
H A Dprog_parameter.h199 _mesa_add_state_reference(struct gl_program_parameter_list *paramList,
H A 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/
H A 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()
H A 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()
H A 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/
H A Dffvertex_prog.c435 idx = _mesa_add_state_reference(p->state_params, tokens); in register_param4()

Completed in 10 milliseconds