Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h118 USAMPLER2D = 321, enumerator
Dglslang.l182 "usampler2D" { return ES2_identifier_ES3_keyword(context, USAMPLER2D); }
Dglslang.y170 %token <lex> USAMPLER2D USAMPLER3D USAMPLERCUBE USAMPLER2DARRAY
1263 | USAMPLER2D {
Dglslang_lex.cpp1689 { return ES2_identifier_ES3_keyword(context, USAMPLER2D); }
Dglslang_tab.cpp205 USAMPLER2D = 321, enumerator
/external/mesa3d/src/compiler/glsl/
Dglsl_lexer.ll338 usampler2D KEYWORD(130, 300, 130, 300, USAMPLER2D);
Dglsl_parser.yy152 %token USAMPLER1D USAMPLER2D USAMPLER3D USAMPLERCUBE USAMPLER1DARRAY
2259 | USAMPLER2D { $$ = "usampler2D"; }