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