Lines Matching refs:param
77 * \param return_type Return type of the function. May be \c NULL.
78 * \param name Name of the function.
79 * \param parameters List of \c ir_instruction nodes representing the
99 foreach_in_list(const ir_variable, param, parameters) {
100 ralloc_asprintf_append(&str, "%s%s", comma, param->type->name);
1093 * \param from Operand that is being converted
1094 * \param to Base type the operand will be converted to
1095 * \param state GLSL compiler state
1475 foreach_in_list(ir_rvalue, param, parameters) {
1476 unsigned rhs_components = param->type->components();
1483 const ir_constant *const c = param->as_constant();
1540 foreach_in_list(ir_rvalue, param, parameters) {
1541 unsigned rhs_components = param->type->components();
1556 const ir_constant *const c = param->as_constant();
1566 new(ctx) ir_swizzle(param, 0, 1, 2, 3, rhs_components);
1586 * \param src_base First component of the source to be used in assignment
1587 * \param column Column of destination to be assiged
1588 * \param row_base First component of the destination column to be assigned
1589 * \param count Number of components to be assigned