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

  /external/mesa3d/src/mesa/program/
nvvertparse.c 106 #define RETURN_ERROR1(msg) \
310 RETURN_ERROR1("Expected R##");
315 RETURN_ERROR1("Bad temporary register name");
319 RETURN_ERROR1("Bad temporary register name");
369 RETURN_ERROR1("Bad program parameter number");
403 RETURN_ERROR1("Bad program parameter number");
431 RETURN_ERROR1("Bad address offset");
436 RETURN_ERROR1("Bad address offset");
482 RETURN_ERROR1("Only v[0] accessible in vertex state programs");
487 RETURN_ERROR1("Bad vertex attribute register name")
    [all...]
nvfragparse.c 194 #define RETURN_ERROR1(msg) \
445 RETURN_ERROR1("Expected an identfier");
474 RETURN_ERROR1("Expected an identifier");
480 RETURN_ERROR1("Undefined symbol");
513 RETURN_ERROR1("Expected comma in vector constant");
523 RETURN_ERROR1("Expected comma in vector constant");
533 RETURN_ERROR1("Expected comma in vector constant");
539 RETURN_ERROR1("Expected closing brace in vector constant");
582 RETURN_ERROR1("Expected TEX# source");
587 RETURN_ERROR1("Invalied TEX# source index")
    [all...]

Completed in 109 milliseconds