Lines Matching refs:operand
102 * This structure represents the contents of an operand to an i915 fragment
121 * Construct an operand description for the fragment shader.
124 * \param x *_CHANNEL_VAL swizzle value prefix for operand X channel, with
126 * \param y *_CHANNEL_VAL swizzle value prefix for operand Y channel, with
128 * \param z *_CHANNEL_VAL swizzle value prefix for operand Z channel, with
130 * \param w *_CHANNEL_VAL swizzle value prefix for operand W channel, with
147 struct i915_fs_operand operand;
149 operand.reg = reg;
150 operand.x = x;
151 operand.y = y;
152 operand.z = z;
153 operand.w = w;
155 return operand;
159 * Returns an operand containing (0.0, 0.0, 0.0, 0.0).
168 * Returns an unused operand
173 * Returns an operand containing (1.0, 1.0, 1.0, 1.0).
287 /* Set up operand 0 */
311 /* Set up operand 1 */
335 /* Set up operand 2 */