HomeSort by relevance Sort by last modified time
    Searched refs:mat4x4_mul (Results 1 - 3 of 3) sorted by null

  /external/vulkan-validation-layers/demos/
linmath.h 169 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) { function
235 mat4x4_mul(R, M, T);
247 mat4x4_mul(Q, M, R);
256 mat4x4_mul(Q, M, R);
265 mat4x4_mul(Q, M, R);
cube.cpp     [all...]
cube.c 758 mat4x4_mul(VP, demo->projection_matrix, demo->view_matrix);
764 mat4x4_mul(MVP, VP, demo->model_matrix);
    [all...]

Completed in 163 milliseconds