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

  /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)
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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 204 milliseconds