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