Home
last modified time | relevance | path

Searched defs:uvec (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp202 TType *uvec = new TType(EbtUVec); in InsertBuiltInFunctions() local
/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp686 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in dfrexp_exp_to_arith() local
Dbuiltin_functions.cpp5177 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in _frexp() local
/external/mesa3d/src/compiler/
Dglsl_types.cpp497 glsl_type::uvec(unsigned components) in uvec() function in glsl_type