Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/
Dlinmath.h63 static inline void vec3_norm(vec3 r, vec3 const v) { in vec3_norm() function
215 vec3_norm(u, u); in mat4x4_rotate()
313 vec3_norm(R[2], R[2]); in mat4x4_orthonormalize()
318 vec3_norm(R[2], R[2]); in mat4x4_orthonormalize()
323 vec3_norm(R[1], R[1]); in mat4x4_orthonormalize()
328 vec3_norm(R[0], R[0]); in mat4x4_orthonormalize()
398 vec3_norm(f, f); in mat4x4_look_at()
402 vec3_norm(s, s); in mat4x4_look_at()