Lines Matching defs:from
56 * \param from Component in the RHS that is to be swizzled
57 * \param to Desired swizzle location of \c from
60 update_rhs_swizzle(ir_swizzle_mask &m, unsigned from, unsigned to)
63 case 0: m.x = from; break;
64 case 1: m.y = from; break;
65 case 2: m.z = from; break;
66 case 3: m.w = from; break;
170 * type are being written to the LHS. The write mask comes from the RHS
867 * include values from other variables of the active program or zero.
900 * entry must also be a constant. Just move the nodes from the value_list
996 * "If a matrix is constructed from a matrix, then each component
998 * (column i, row j) in the argument will be initialized from there."
1017 /* Use each component from each entry in the value_list to initialize one
1926 * For example, the string "wzyx" will get X from the first table. Each of
1927 * the charcaters will get X+3, X+2, X+1, and X+0 from this table. After
1930 * The string "wzrg" will get X from the first table. Each of the characters
1931 * will get X+3, X+2, R+0, and R+1 from this table. After subtraction, the
2212 * parameter information comes from the function prototype, it may either