Home
last modified time | relevance | path

Searched refs:RETURN_ERROR1 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/program/
Dnvfragparse.c194 #define RETURN_ERROR1(msg) \ macro
445 RETURN_ERROR1("Expected an identfier"); in Parse_Identifier()
474 RETURN_ERROR1("Expected an identifier"); in Parse_ScalarConstant()
480 RETURN_ERROR1("Undefined symbol"); in Parse_ScalarConstant()
513 RETURN_ERROR1("Expected comma in vector constant"); in Parse_VectorConstant()
523 RETURN_ERROR1("Expected comma in vector constant"); in Parse_VectorConstant()
533 RETURN_ERROR1("Expected comma in vector constant"); in Parse_VectorConstant()
539 RETURN_ERROR1("Expected closing brace in vector constant"); in Parse_VectorConstant()
582 RETURN_ERROR1("Expected TEX# source"); in Parse_TextureImageId()
587 RETURN_ERROR1("Invalied TEX# source index"); in Parse_TextureImageId()
[all …]
Dnvvertparse.c106 #define RETURN_ERROR1(msg) \ macro
310 RETURN_ERROR1("Expected R##"); in Parse_TempReg()
315 RETURN_ERROR1("Bad temporary register name"); in Parse_TempReg()
319 RETURN_ERROR1("Bad temporary register name"); in Parse_TempReg()
369 RETURN_ERROR1("Bad program parameter number"); in Parse_AbsParamReg()
403 RETURN_ERROR1("Bad program parameter number"); in Parse_ParamReg()
431 RETURN_ERROR1("Bad address offset"); in Parse_ParamReg()
436 RETURN_ERROR1("Bad address offset"); in Parse_ParamReg()
482 RETURN_ERROR1("Only v[0] accessible in vertex state programs"); in Parse_AttribReg()
487 RETURN_ERROR1("Bad vertex attribute register name"); in Parse_AttribReg()
[all …]