HomeSort by relevance Sort by last modified time
    Searched refs:InputRegisters (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/program/
nvvertparse.c 285 static const char *InputRegisters[MAX_NV_VERTEX_PROGRAM_INPUTS + 1] = {
491 for (j = 0; InputRegisters[j]; j++) {
492 if (strcmp((const char *) token, InputRegisters[j]) == 0) {
497 if (!InputRegisters[j]) {
    [all...]
nvfragparse.c 389 static const char *InputRegisters[MAX_NV_FRAGMENT_PROGRAM_INPUTS + 1] = {
805 for (j = 0; InputRegisters[j]; j++) {
806 if (strcmp((const char *) token, InputRegisters[j]) == 0) {
812 if (!InputRegisters[j]) {
    [all...]

Completed in 5472 milliseconds