Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/detail/
Dtype_vec4.hpp81 _GLM_SWIZZLE4_4_MEMBERS(T, P, tvec4, x, y, z, w)
82 _GLM_SWIZZLE4_4_MEMBERS(T, P, tvec4, r, g, b, a)
83 _GLM_SWIZZLE4_4_MEMBERS(T, P, tvec4, s, t, p, q)
D_swizzle.hpp582 #define _GLM_SWIZZLE4_4_MEMBERS(T, P, V, E0,E1,E2,E3) \ macro