Lines Matching refs:inputs
162 * for front/back color inputs to frag shader:
383 * gl_vert_attrib - for VS inputs
398 * Note that sysval's should come *after* normal inputs.
420 } inputs[16 + 2]; /* +POSITION +FACE */
423 * the varying inputs:
427 /* For frag shaders, the total number of inputs (not scalar,
594 if (so->inputs[i].compmask && so->inputs[i].bary)
635 if (fs->inputs[j].inloc >= fs->total_in)
638 k = ir3_find_output(vs, fs->inputs[j].slot);
641 fs->inputs[j].compmask, fs->inputs[j].inloc);
660 if (so->inputs[j].sysval && (so->inputs[j].slot == slot))
661 return so->inputs[j].regid;