Searched defs:mat4x2 (Results 1 – 5 of 5) sorted by relevance
342 typedef lowp_mat4x2 mat4x2; typedef352 typedef mediump_mat4x2 mat4x2; typedef389 typedef highp_mat4x2 mat4x2; typedef
154 TType *mat4x2 = new TType(EbtFloat, 4, 2); in InsertBuiltInFunctions() local
563 const ast::Matrix* mat4x2(const ast::Type* type) const { in mat4x2() function625 const ast::Matrix* mat4x2() const { in mat4x2() function1277 const ast::CallExpression* mat4x2(ARGS&&... args) { in mat4x2() function
122 static const Type mat4x2; member
163 const Type Type::mat4x2 = Type::GetType(Type::Float, 4, 2); member in gl4cts::EnhancedLayouts::Utils::Type