Home
last modified time | relevance | path

Searched defs:i915_src_register (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h246 struct i915_src_register struct
248 unsigned File : 4; /* TGSI_FILE_ */
249 unsigned Indirect : 1; /* BOOL */
250 unsigned Dimension : 1; /* BOOL */
251 int Index : 16; /* SINT */
252 unsigned SwizzleX : 3; /* TGSI_SWIZZLE_ */
253 unsigned SwizzleY : 3; /* TGSI_SWIZZLE_ */
254 unsigned SwizzleZ : 3; /* TGSI_SWIZZLE_ */
255 unsigned SwizzleW : 3; /* TGSI_SWIZZLE_ */
256 unsigned Absolute : 1; /* BOOL */
[all …]