Home | History | Annotate | Download | only in compiler

Lines Matching refs:CENTROID

166 %token <lex> CENTROID FLAT SMOOTH
970 | CENTROID IN_QUAL {
971 ES3_ONLY("centroid in", @1, "storage qualifier");
974 context->error(@1, "invalid storage qualifier", "it is an error to use 'centroid in' in the vertex shader");
979 | CENTROID OUT_QUAL {
980 ES3_ONLY("centroid out", @1, "storage qualifier");
983 context->error(@1, "invalid storage qualifier", "it is an error to use 'centroid out' in the fragment shader");