Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_program.c679 _mesa_add_state_reference(params, clipplane_state[i]); in lower_ucp()
732 _mesa_add_state_reference(params, point_size_state); in st_create_vp_variant()
785 _mesa_add_state_reference(params, depth_range_state); in st_create_vp_variant()
1251 _mesa_add_state_reference(params, alpha_ref_state); in st_create_fp_variant()
1302 _mesa_add_state_reference(params, scale_state); in st_create_fp_variant()
1305 _mesa_add_state_reference(params, bias_state); in st_create_fp_variant()
1310 _mesa_add_state_reference(params, texcoord_state); in st_create_fp_variant()
1443 scale_const = _mesa_add_state_reference(params, scale_state); in st_create_fp_variant()
1444 bias_const = _mesa_add_state_reference(params, bias_state); in st_create_fp_variant()
1447 texcoord_const = _mesa_add_state_reference(params, texcoord_state); in st_create_fp_variant()
[all …]
Dst_glsl_to_nir.cpp233 loc = _mesa_add_state_reference(prog->Parameters, stateTokens); in st_nir_assign_uniform_locations()
459 _mesa_add_state_reference(prog->Parameters, in st_glsl_to_nir_post_opts()
642 _mesa_add_state_reference(prog->Parameters, wposTransformState); in st_nir_lower_wpos_ytransform()
650 _mesa_add_state_reference(prog->Parameters, pntcTransformState); in st_nir_lower_wpos_ytransform()
Dst_atifs_to_tgsi.c608 _mesa_add_state_reference(prog->Parameters, fog_params_state); in st_init_atifs_prog()
609 _mesa_add_state_reference(prog->Parameters, fog_color); in st_init_atifs_prog()
Dst_mesa_to_tgsi.c644 unsigned wposTransConst = _mesa_add_state_reference(program->Parameters, in emit_wpos_adjustment()
Dst_glsl_to_tgsi.cpp1181 int index = _mesa_add_state_reference(this->prog->Parameters, in visit()
1551 _mesa_add_state_reference(this->prog->Parameters, in visit_expression()
2163 _mesa_add_state_reference(this->prog->Parameters, in visit_expression()
7153 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 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.h188 _mesa_add_state_reference(struct gl_program_parameter_list *paramList,
Dprog_parameter_layout.c210 _mesa_add_state_reference(layout, p->StateIndexes); in _mesa_layout_parameters()
Dprog_parameter.c410 _mesa_add_state_reference(struct gl_program_parameter_list *paramList, in _mesa_add_state_reference() function
Dir_to_mesa.cpp590 int index = _mesa_add_state_reference(this->prog->Parameters, in visit()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp353 _mesa_add_state_reference(prog->Parameters, slots[i].tokens); in brw_link_shader()
Dbrw_nir_uniforms.cpp43 int index = _mesa_add_state_reference(prog->Parameters, in brw_nir_setup_glsl_builtin_uniform()
Dbrw_program.c159 _mesa_add_state_reference(prog->Parameters, in brw_create_nir()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c465 vp->fogpidx = _mesa_add_state_reference(paramList, tokens); in r200_translate_vertex_program()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c424 idx = _mesa_add_state_reference(p->program->Parameters, tokens ); in register_param5()
/external/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.