Home
last modified time | relevance | path

Searched refs:aligned_lowp (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_aligned.hpp39 typedef tvec1<float, aligned_lowp> aligned_lowp_vec1;
42 typedef tvec1<double, aligned_lowp> aligned_lowp_dvec1;
45 typedef tvec1<int, aligned_lowp> aligned_lowp_ivec1;
48 typedef tvec1<uint, aligned_lowp> aligned_lowp_uvec1;
51 typedef tvec1<bool, aligned_lowp> aligned_lowp_bvec1;
81 typedef tvec2<float, aligned_lowp> aligned_lowp_vec2;
93 typedef tvec2<double, aligned_lowp> aligned_lowp_dvec2;
105 typedef tvec2<int, aligned_lowp> aligned_lowp_ivec2;
117 typedef tvec2<uint, aligned_lowp> aligned_lowp_uvec2;
129 typedef tvec2<bool, aligned_lowp> aligned_lowp_bvec2;
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_exponential_simd.inl23 struct compute_sqrt<tvec4, float, aligned_lowp, true>
25 GLM_FUNC_QUALIFIER static tvec4<float, aligned_lowp> call(tvec4<float, aligned_lowp> const & v)
27 tvec4<float, aligned_lowp> result(uninitialize);
Dfunc_matrix_simd.inl64 …mat4x4<float, aligned_lowp> outerProduct<float, aligned_lowp, tvec4, tvec4>(tvec4<float, aligned_l…
66 tmat4x4<float, aligned_lowp> m(uninitialize);
Dprecision.hpp19 aligned_lowp, enumerator
45 struct is_aligned<glm::aligned_lowp>
Dtype_vec4_simd.inl151 struct compute_vec4_div<float, aligned_lowp, true>
153 …static tvec4<float, aligned_lowp> call(tvec4<float, aligned_lowp> const & a, tvec4<float, aligned_…
155 tvec4<float, aligned_lowp> Result(uninitialize);
344 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4()
366 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float s) :
382 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<double, aligned_lowp>::tvec4(double s) :
398 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 s) :
414 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int64, aligned_lowp>::tvec4(int64 s) :
430 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float a, float b, float c,…
446 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 a, int32 b, int32 c,…
[all …]