Lines Matching refs:values

162     *     "If the generating command modifies values through a pointer argu-
163 * ment, no change is made to these values."
231 * error is generated by the Uniform* commands, and no uniform values
327 * values will not be changed."
518 * values works, in section 6.2 "State Tables" on
522 * point state is returned as integer values or
524 * values it is converted in the fashion
573 * values with an unsigned return type.
731 log_uniform(const void *values, enum glsl_base_type basicType,
739 const union gl_constant_value *v = (const union gl_constant_value *) values;
817 * Propagate some values from uniform backing storage to driver storage
1049 * data from the linker's backing store. This will cause values from
1141 validate_uniform(GLint location, GLsizei count, const GLvoid *values,
1201 log_uniform(values, basicType, components, 1, count,
1208 * i. The values of i range from zero to the implementation- dependent
1224 const unsigned texUnit = ((unsigned *) values)[i];
1242 const int unit = ((GLint *) values)[i];
1287 const GLvoid *values, const int size_mul,
1291 const gl_constant_value *src = (const gl_constant_value*)values;
1299 if (!memcmp(storage, values, size))
1305 memcpy(storage, values, size);
1433 _mesa_uniform(GLint location, GLsizei count, const GLvoid *values,
1445 * silently ignore the data passed in, and the current uniform values
1464 uni = validate_uniform(location, count, values, &offset, ctx, shProg,
1476 * array will be replaced with the new values. Values for any array
1503 if (copy_uniforms_to_storage(storage, uni, ctx, count, values, size_mul,
1509 if (copy_uniforms_to_storage(storage, uni, ctx, count, values, size_mul,
1519 return; /* no change in uniform values */
1544 unsigned value = ((unsigned *)values)[j];
1600 unsigned value = ((unsigned *)values)[j];
1626 unsigned count, const void *values,
1642 const float *src = (const float *)values;
1689 const float *src = (const float *)values;
1736 if (!memcmp(storage, values, size))
1742 memcpy(storage, values, size);
1746 const float *src = (const float *)values;
1790 const double *src = (const double *)values;
1842 GLboolean transpose, const void *values,
1890 * error is generated by the Uniform* commands, and no uniform values
1914 log_uniform(values, uni->type->base_type, components, vectors, count,
1922 * array will be replaced with the new values. Values for any array
1951 if (copy_uniform_matrix_to_storage(ctx, storage, uni, count, values,
1959 if (copy_uniform_matrix_to_storage(ctx, storage, uni, count, values,
2005 _mesa_uniform_handle(GLint location, GLsizei count, const GLvoid *values,
2015 * silently ignore the data passed in, and the current uniform values
2059 log_uniform(values, GLSL_TYPE_UINT64, components, 1, count,
2067 * array will be replaced with the new values. Values for any array
2089 if (!memcmp(storage, values, size))
2096 memcpy(storage, values, size);
2104 if (!memcmp(storage, values, size))
2108 memcpy(storage, values, size);