Lines Matching defs:value
302 * IR-level is just a temporary value, which is an l-value.
468 * hold the value before conversion, and then perform the conversion after
474 * float value;
475 * f(value);
480 * float value;
483 * value = float(out_parameter_conversion);
493 /* If the parameter is an inout parameter, copy the value of the actual
542 * variable which stores the return value for the call. For void functions,
636 ir_constant *value = sig->constant_expression_value(ctx,
639 if (value != NULL) {
640 return value;
646 /* Create a new temporary to hold the return value. */
1408 * Determine if a list consists of a single scalar r-value
2272 * constructed value."
2429 ir_rvalue *value = NULL;
2438 value = ir_rvalue::error_value(ctx);
2443 value = ir_rvalue::error_value(ctx);
2451 value = new(ctx) ir_expression(ir_binop_mul, glsl_type::vec4_type,
2502 value = generate_call(instructions, sig, &actual_parameters, sub_var,
2504 if (!value) {
2509 value = new(ctx) ir_dereference_variable(tmp);
2513 return value;