Home | History | Annotate | Download | only in glsl

Lines Matching defs:constant

26  * Evaluate and process constant valued expressions
28 * In GLSL, constant valued expressions are used in several places. These
822 /* texture lookups aren't constant expressions */
864 * not the lifetime constant value of the uniform.
891 /* Offset in the constant matrix to the first element of the column
963 * cannot be used to form constant expressions."
970 /* Check if all parameters are constant */
973 ir_constant *constant = ((ir_rvalue *) n)->constant_expression_value();
974 if (constant == NULL)
977 op[num_parameters] = constant;
985 * - Fill "data" with appopriate constant data
1347 /* Unsupported builtin - some are not allowed in constant expressions. */