Searched defs:mat4x4 (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/
H A Dlinmath.h115 typedef vec4 mat4x4[4]; typedef
116 static inline void mat4x4_identity(mat4x4 M) {
122 static inline void mat4x4_dup(mat4x4 M, mat4x4 N) {
128 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) {
133 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) {
138 static inline void mat4x4_transpose(mat4x4 M, mat4x4 N) {
144 static inline void mat4x4_add(mat4x4 M, mat4x4
[all...]
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_mat.hpp370 typedef lowp_mat4x4 mat4x4; typedef in namespace:glm
380 typedef mediump_mat4x4 mat4x4; typedef in namespace:glm
425 typedef highp_mat4x4 mat4x4; typedef in namespace:glm
442 typedef mat4x4 mat4;

Completed in 284 milliseconds