Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_parameter.c215 const gl_constant_value *pvals = paramList->ParameterValues[pos]; in _mesa_add_named_constant() local
216 if (pvals[0].u == values[0].u && in _mesa_add_named_constant()
217 pvals[1].u == values[1].u && in _mesa_add_named_constant()
218 pvals[2].u == values[2].u && in _mesa_add_named_constant()
219 pvals[3].u == values[3].u && in _mesa_add_named_constant()