Lines Matching defs:inputs
1119 /* FIXME probably skip inputs if they aren't passed in the ring */
1300 } inputs[2] = {
1341 for (k = 0; k < ARRAY_SIZE(inputs); k++) {
1342 if (d->Semantic.Name == inputs[k].name ||
1343 d->Semantic.Name == inputs[k].alternate_name) {
1344 inputs[k].enabled = true;
1355 inputs[1].enabled = true;
1371 for (i = 0; i < ARRAY_SIZE(inputs); i++) {
1372 boolean enabled = inputs[i].enabled;
1373 int *reg = inputs[i].reg;
1374 unsigned name = inputs[i].name;
1380 // add to inputs, allocate a gpr
1397 * we need to know if we are going to emit any sample or centroid inputs
1408 * we interpolate all declared inputs, whereas the shader info will
1409 * only contain the bits if the inputs are actually used, so it might
2023 * LS outputs = TCS(HS) inputs
2024 * TCS(HS) outputs = TES(DS) inputs
2027 * - TCS inputs for patch 0
2028 * - TCS inputs for patch 1
2029 * - TCS inputs for patch 2 = get_tcs_in_current_patch_offset (if RelPatchID==2)
3768 /* additional inputs will be allocated right after the existing inputs,
3791 // TGSI to LLVM needs to know the lds position of inputs.