Lines Matching defs:i915_fs_operand
107 struct i915_fs_operand {
133 #define i915_fs_operand(reg, x, y, z, w) \
142 i915_fs_operand(reg, X, Y, Z, W)
144 static inline struct i915_fs_operand
147 struct i915_fs_operand operand;
161 static inline struct i915_fs_operand
164 return i915_fs_operand(FS_R0, ZERO, ZERO, ZERO, ZERO);
175 static inline struct i915_fs_operand
178 return i915_fs_operand(FS_R0, ONE, ONE, ONE, ONE);
271 struct i915_fs_operand operand0,
272 struct i915_fs_operand operand1,
273 struct i915_fs_operand operand2)