OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLM_ARCH
(Results
1 - 12
of
12
) sorted by null
/external/vulkan-validation-layers/libs/glm/detail/
intrinsic_exponential.hpp
34
#if(!(
GLM_ARCH
& GLM_ARCH_SSE2))
78
#endif//
GLM_ARCH
intrinsic_trigonometric.hpp
34
#if(!(
GLM_ARCH
& GLM_ARCH_SSE2))
47
#endif//
GLM_ARCH
intrinsic_vector_relational.hpp
34
#if(!(
GLM_ARCH
& GLM_ARCH_SSE2))
47
#endif//
GLM_ARCH
intrinsic_integer.hpp
34
#if(!(
GLM_ARCH
& GLM_ARCH_SSE2))
49
#endif//
GLM_ARCH
setup.hpp
560
# define
GLM_ARCH
GLM_ARCH_PURE
562
# define
GLM_ARCH
(GLM_ARCH_AVX2 | GLM_ARCH_AVX | GLM_ARCH_SSE3 | GLM_ARCH_SSE2)
564
# define
GLM_ARCH
(GLM_ARCH_AVX | GLM_ARCH_SSE3 | GLM_ARCH_SSE2)
566
# define
GLM_ARCH
(GLM_ARCH_SSE3 | GLM_ARCH_SSE2)
568
# define
GLM_ARCH
(GLM_ARCH_SSE2)
571
# define
GLM_ARCH
(GLM_ARCH_AVX | GLM_ARCH_SSE3 | GLM_ARCH_SSE2)
573
# define
GLM_ARCH
(GLM_ARCH_SSE2)
575
# define
GLM_ARCH
(GLM_ARCH_PURE)
578
# define
GLM_ARCH
GLM_ARCH_PURE
581
# define
GLM_ARCH
(GLM_ARCH_AVX2 | GLM_ARCH_AVX | GLM_ARCH_SSE3 | GLM_ARCH_SSE2
[
all
...]
intrinsic_geometric.hpp
34
#if(!(
GLM_ARCH
& GLM_ARCH_SSE2))
75
#endif//
GLM_ARCH
intrinsic_matrix.hpp
34
#if(!(
GLM_ARCH
& GLM_ARCH_SSE2))
68
#endif//
GLM_ARCH
intrinsic_common.hpp
34
#if(!(
GLM_ARCH
& GLM_ARCH_SSE2))
88
#endif//
GLM_ARCH
/external/vulkan-validation-layers/libs/glm/
ext.hpp
133
#if(
GLM_ARCH
& GLM_ARCH_SSE2)
/external/vulkan-validation-layers/libs/glm/gtx/
simd_mat4.hpp
44
#if(
GLM_ARCH
!= GLM_ARCH_PURE)
46
#if(
GLM_ARCH
& GLM_ARCH_SSE2)
203
#endif//(
GLM_ARCH
!= GLM_ARCH_PURE)
simd_quat.hpp
46
#if(
GLM_ARCH
!= GLM_ARCH_PURE)
48
#if(
GLM_ARCH
& GLM_ARCH_SSE2)
339
#endif//(
GLM_ARCH
!= GLM_ARCH_PURE)
simd_vec4.hpp
44
#if(
GLM_ARCH
!= GLM_ARCH_PURE)
46
#if(
GLM_ARCH
& GLM_ARCH_SSE2)
572
#endif//(
GLM_ARCH
!= GLM_ARCH_PURE)
Completed in 543 milliseconds