Searched refs:VEC4 (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h85 VEC4 = 288, enumerator in enum:yytokentype
H A Dglslang.l161 "vec4" { context->lexAfterType = true; return (VEC4); }
H A Dglslang_tab.cpp172 VEC4 = 288, enumerator in enum:yytokentype
748 "IVEC4", "VEC2", "VEC3", "VEC4", "UVEC2", "UVEC3", "UVEC4", "MATRIX2",
H A Dglslang.y163 %token <lex> BVEC2 BVEC3 BVEC4 IVEC2 IVEC3 IVEC4 VEC2 VEC3 VEC4 UVEC2 UVEC3 UVEC4
1111 | VEC4 {
H A Dglslang_lex.cpp1846 { context->lexAfterType = true; return (VEC4); }
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp81 VEC4, enumerator in enum:rsg::Token::Type
H A DrsgVariableType.cpp226 case 4: str << Token::VEC4; break; member in class:rsg::Token

Completed in 771 milliseconds