Home | History | Annotate | Download | only in tnl

Lines Matching full:outputs

238          ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F);
318 GLuint outputs[VERT_RESULT_MAX], numOutputs;
332 /* make list of outputs to save some time below */
336 outputs[numOutputs++] = i;
398 const GLuint attr = outputs[j];
400 check_float(machine->Outputs[attr][0]);
401 check_float(machine->Outputs[attr][1]);
402 check_float(machine->Outputs[attr][2]);
403 check_float(machine->Outputs[attr][3]);
405 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]);
415 ASSERT(machine->Outputs[0][3] != 0.0F);
419 machine->Outputs[0][0],
420 machine->Outputs[0][1],
421 machine->Outputs[0][2],
422 machine->Outputs[0][3]);