Searched defs:nv50_ir_varying (Results 1 – 1 of 1) sorted by relevance
38 struct nv50_ir_varying struct40 uint8_t slot[4]; /* native slots for xyzw (addresses in 32-bit words) */42 unsigned mask : 4; /* vec4 mask */43 unsigned linear : 1; /* linearly interpolated if true (and not flat) */44 unsigned flat : 1;45 unsigned sc : 1; /* special colour interpolation mode (SHADE_MODEL) */46 unsigned centroid : 1;47 unsigned patch : 1; /* patch constant value */48 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */49 unsigned input : 1; /* indicates direction of system values */[all …]