| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i915_3d.h | 107 struct i915_fs_operand { struct 133 #define i915_fs_operand(reg, x, y, z, w) \ macro 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 [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| i915_3d.h | 320 #define i915_fs_operand(reg, x, y, z, w) \ macro 331 i915_fs_operand(reg, X, Y, Z, W) 334 i915_fs_operand(reg, NEG_X, NEG_Y, NEG_Z, NEG_W) 339 #define i915_fs_operand_zero() i915_fs_operand(FS_R0, ZERO, ZERO, ZERO, ZERO) 349 #define i915_fs_operand_one() i915_fs_operand(FS_R0, ONE, ONE, ONE, ONE)
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| i915_3d.h | 320 #define i915_fs_operand(reg, x, y, z, w) \ macro 331 i915_fs_operand(reg, X, Y, Z, W) 334 i915_fs_operand(reg, NEG_X, NEG_Y, NEG_Z, NEG_W) 339 #define i915_fs_operand_zero() i915_fs_operand(FS_R0, ZERO, ZERO, ZERO, ZERO) 349 #define i915_fs_operand_one() i915_fs_operand(FS_R0, ONE, ONE, ONE, ONE)
|