Searched defs:mat4x3 (Results 1 – 5 of 5) sorted by relevance
343 typedef lowp_mat4x3 mat4x3; typedef353 typedef mediump_mat4x3 mat4x3; typedef394 typedef highp_mat4x3 mat4x3; typedef
155 TType *mat4x3 = new TType(EbtFloat, 4, 3); in InsertBuiltInFunctions() local
569 const ast::Matrix* mat4x3(const ast::Type* type) const { in mat4x3() function631 const ast::Matrix* mat4x3() const { in mat4x3() function1285 const ast::CallExpression* mat4x3(ARGS&&... args) { in mat4x3() function
123 static const Type mat4x3; member
164 const Type Type::mat4x3 = Type::GetType(Type::Float, 4, 3); member in gl4cts::EnhancedLayouts::Utils::Type