Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/geom/
DVectorTypes.h24 template<int N> using uvec = skvx::Vec<N, uint32_t>; variable
/third_party/skia/src/gpu/
DGrVx.h28 template<int N> using uvec = skvx::Vec<N, uint32_t>; variable
/third_party/skia/src/gpu/tessellate/
DTessellation.h32 template<int N> using uvec = skvx::Vec<N, uint32_t>; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInitialize.cpp203 TType *uvec = new TType(EbtUVec); in InsertBuiltInFunctions() local
/third_party/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp215 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in ldexp_to_arith() local
535 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in dfrexp_exp_to_arith() local
Dbuiltin_functions.cpp7708 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in _frexp() local