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

  /external/vulkan-validation-layers/libs/glm/gtx/
simd_mat4.hpp 62 GLM_ALIGNED_STRUCT(16) fmat4x4SIMD
simd_quat.hpp 71 GLM_ALIGNED_STRUCT(16) fquatSIMD
simd_vec4.hpp 90 GLM_ALIGNED_STRUCT(16) fvec4SIMD
  /external/vulkan-validation-layers/libs/glm/detail/
setup.hpp 744 # define GLM_ALIGNED_STRUCT(x) __declspec(align(x)) struct
750 # define GLM_ALIGNED_STRUCT(x) __declspec(align(x)) struct
756 # define GLM_ALIGNED_STRUCT(x) struct __attribute__((aligned(x)))
762 # define GLM_ALIGNED_STRUCT(x)

Completed in 1426 milliseconds