Home
last modified time | relevance | path

Searched refs:UVEC4 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h88 UVEC4 = 291, enumerator
Dglslang.l167 "uvec4" { return ES2_identifier_ES3_keyword(context, UVEC4); }
Dglslang.y163 %token <lex> BVEC2 BVEC3 BVEC4 IVEC2 IVEC3 IVEC4 VEC2 VEC3 VEC4 UVEC2 UVEC3 UVEC4
1155 | UVEC4 {
Dglslang_lex.cpp1633 { return ES2_identifier_ES3_keyword(context, UVEC4); }
Dglslang_tab.cpp175 UVEC4 = 291, enumerator
/external/mesa3d/src/compiler/glsl/
Dglsl_lexer.ll290 uvec4 KEYWORD(130, 300, 130, 300, UVEC4);
Dglsl_parser.yy138 %token BVEC2 BVEC3 BVEC4 IVEC2 IVEC3 IVEC4 UVEC2 UVEC3 UVEC4 VEC2 VEC3 VEC4 DVEC2 DVEC3 DVEC4
2210 | UVEC4 { $$ = "uvec4"; }