Lines Matching defs:value

813  * Validates that a value can be assigned to a location with a specified type
840 * If a per-vertex output variable is used as an l-value, it is an error
913 is_initializer ? "initializer" : "value",
995 * the RHS. If the LHS is an l-value and a whole array, it must be a
997 * is either not an l-value or not a whole array.
1033 * but not post_inc) need the converted assigned value as an rvalue
1289 * this creates a constant value of 1.0 having type float.
1853 * the if-statement assigns a value to the anonymous temporary. This
1854 * temporary is the r-value of the expression.
1915 result = cond_val->value.b[0] ? op[1] : op[2];
2139 /* The r-value of a sequence is the last expression in the sequence. If
2318 * a single array dimension) and return its integer value.
2367 if (size->value.i[0] <= 0) {
2382 return size->value.u[0];
4597 /* Calculate the constant value if this is a const or uniform
5050 /* GL_EXT_shader_image_load_store base type uses GLSL_TYPE_VOID as a special value to
6481 /* The value of the return type can be NULL if the shader says
6485 * of the return value is void. If the return type of the function is
6502 "could not implicitly convert return value "
6540 "`return' with no value, in function %s returning "
6700 unsigned value;
6719 return ((struct case_label *) a)->value == ((struct case_label *) b)->value;
6729 return ((struct case_label *) key)->value;
6866 /* Cache value of test expression. */
6928 /* If the switch init-value is the value of one of the labels that
6935 ? body.constant(unsigned(l->value))
6936 : body.constant(int(l->value));
7001 * comparison of cached test expression value to case label.
7014 /* Stuff a dummy value in to allow processing to continue. */
7019 &label_const->value.u[0]);
7027 _mesa_glsl_error(& loc, state, "duplicate case value");
7035 l->value = label_const->value.u[0];
7040 &label_const->value.u[0],
7045 /* Create an r-value version of the ir_constant label here (after we may
7057 * "The type of the init-expression value in a switch statement must
7058 * be a scalar int or uint. The type of the constant-expression value
7060 * of these values is tested for "equal value" and the types do not
7088 /* Conversion of the init-expression value. */
7662 * value of 0 is used for error detection.
9009 * "If a shader statically assigns a value to gl_FragColor, it
9010 * may not assign a value to any element of gl_FragData. If a
9011 * shader statically writes a value to any element of
9012 * gl_FragData, it may not assign a value to