Lines Matching defs:constant
26 * Evaluate and process constant valued expressions
28 * In GLSL, constant valued expressions are used in several places. These
471 * Get the constant that is ultimately referenced by an r-value, in a constant
870 /* texture lookups aren't constant expressions */
929 * not the lifetime constant value of the uniform.
971 /* Offset in the constant matrix to the first element of the column
1101 /* Just say no to void functions in constant expressions. We
1176 * cannot be used to form constant expressions."
1183 * ones must not be used in constant expressions. Texture instructions
1184 * include special ir_texture opcodes which can't be constant-folded (see
1209 ir_constant *constant =
1211 if (constant == NULL) {
1218 _mesa_hash_table_insert(deref_hash, var, constant);
1225 /* Now run the builtin function until something non-constant