Home
last modified time | relevance | path

Searched refs:mat4x4_dup (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/demos/
Dlinmath.h122 static inline void mat4x4_dup(mat4x4 M, mat4x4 N) { in mat4x4_dup() function
237 mat4x4_dup(R, M); in mat4x4_rotate()
309 mat4x4_dup(R, M); in mat4x4_orthonormalize()
Dcube.cpp2188 mat4x4_dup(Model, model_matrix); in update_data_buffer()
Dcube.c761 mat4x4_dup(Model, demo->model_matrix); in demo_update_data_buffer()