Searched defs:mat4x4 (Results 1 – 10 of 10) sorted by relevance
344 typedef lowp_mat4x4 mat4x4; typedef354 typedef mediump_mat4x4 mat4x4; typedef399 typedef highp_mat4x4 mat4x4; typedef
46 using mat4x4 = builder::mat4x4<T>; typedef
157 using mat4x4 = mat<4, 4, T>; variable
39 using mat4x4 = builder::mat4x4<T>; typedef
43 using mat4x4 = builder::mat4x4<T>; typedef
44 using mat4x4 = builder::mat4x4<T>; typedef
38 using mat4x4 = builder::mat4x4<T>; typedef
76 using mat4x4 = builder::mat4x4<T>; typedef
575 const ast::Matrix* mat4x4(const ast::Type* type) const { in mat4x4() function637 const ast::Matrix* mat4x4() const { in mat4x4() function1293 const ast::CallExpression* mat4x4(ARGS&&... args) { in mat4x4() function
83 typedef vec4 mat4x4[4]; typedef