Home
last modified time | relevance | path

Searched refs:_mesa_add_unnamed_constant (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_opt_constant_fold.c57 src.Index = _mesa_add_unnamed_constant(prog->Parameters, in src_reg_for_float()
72 src.Index = _mesa_add_unnamed_constant(prog->Parameters, in src_reg_for_vec4()
Dprog_parameter.h119 _mesa_add_unnamed_constant(struct gl_program_parameter_list *paramList, in _mesa_add_unnamed_constant() function
Dprog_parameter_layout.c190 _mesa_add_unnamed_constant(layout, v, p->Size, & swizzle); in _mesa_layout_parameters()
Dir_to_mesa.cpp494 src.index = _mesa_add_unnamed_constant(this->prog->Parameters, in src_reg_for_float()
1938 src.index = _mesa_add_unnamed_constant(this->prog->Parameters, in visit()
1976 this->result.index = _mesa_add_unnamed_constant(this->prog->Parameters, in visit()
Dprogram_parse.y2444 const int idx = _mesa_add_unnamed_constant(prog->Parameters,
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c482 idx = _mesa_add_unnamed_constant(p->program->Parameters, values, 4, in register_const4f()