Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/detail/
Dsetup.hpp743 # define GLM_ALIGN(x) __declspec(align(x)) macro
749 # define GLM_ALIGN(x) __declspec(align(x)) macro
755 # define GLM_ALIGN(x) __attribute__((aligned(x))) macro
761 # define GLM_ALIGN macro
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_quat.inl20 GLM_ALIGN(16) float result[4];
226 GLM_ALIGN(16) quat Result;
294 GLM_ALIGN(16) float m0[4];
295 GLM_ALIGN(16) float m1[4];
296 GLM_ALIGN(16) float m2[4];
Dsimd_vec4.inl277 GLM_ALIGN(16) vec4 Result;
713 GLM_ALIGN(4) static const __m128 three = {3, 3, 3, 3}; // aligned consts for fast load
714 GLM_ALIGN(4) static const __m128 half = {0.5,0.5,0.5,0.5};
Dsimd_mat4.inl524 GLM_ALIGN(16) mat4 Result;