Searched defs:mat3x4 (Results 1 – 5 of 5) sorted by relevance
341 typedef lowp_mat3x4 mat3x4; typedef351 typedef mediump_mat3x4 mat3x4; typedef384 typedef highp_mat3x4 mat3x4; typedef
153 TType *mat3x4 = new TType(EbtFloat, 3, 4); in InsertBuiltInFunctions() local
557 const ast::Matrix* mat3x4(const ast::Type* type) const { in mat3x4() function619 const ast::Matrix* mat3x4() const { in mat3x4() function1269 const ast::CallExpression* mat3x4(ARGS&&... args) { in mat3x4() function
121 static const Type mat3x4; member
162 const Type Type::mat3x4 = Type::GetType(Type::Float, 3, 4); member in gl4cts::EnhancedLayouts::Utils::Type