Home
last modified time | relevance | path

Searched defs:clamp (Results 1 – 12 of 12) sorted by relevance

/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Dwrap.inl7 GLM_FUNC_QUALIFIER vecType<T, P> clamp(vecType<T, P> const& Texcoord) function
13 GLM_FUNC_QUALIFIER genType clamp(genType const & Texcoord) function
Dsimd_vec4.inl420 GLM_FUNC_QUALIFIER detail::fvec4SIMD clamp function
430 GLM_FUNC_QUALIFIER detail::fvec4SIMD clamp function
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_common_4.h119 ASTCENC_SIMD_INLINE vint4 clamp(int minv, int maxv, vint4 a) in clamp() function
219 ASTCENC_SIMD_INLINE vfloat4 clamp(float minv, float maxv, vfloat4 a) in clamp() function
Dastcenc_mathlib.h252 inline T clamp(T v, T mn, T mx) in clamp() function
Dastcenc_vecmathlib_avx2_8.h773 ASTCENC_SIMD_INLINE vfloat8 clamp(float min, float max, vfloat8 a) in clamp() function
/device/google/contexthub/firmware/os/algos/common/math/
Dquat.c19 static float clamp(float x) { return x < 0.0f ? 0.0f : x; } in clamp() function
/device/generic/vulkan-cereal/stream-servers/tests/
DGLTestUtils.cpp102 static float clamp(float x, float low, float high) { in clamp() function
/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/
Dfunc_common.inl543 GLM_FUNC_QUALIFIER genType clamp(genType x, genType minVal, genType maxVal) function
550 GLM_FUNC_QUALIFIER vecType<T, P> clamp(vecType<T, P> const & x, T minVal, T maxVal) function
557 …GLM_FUNC_QUALIFIER vecType<T, P> clamp(vecType<T, P> const & x, vecType<T, P> const & minVal, vecT… function
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
Detc.cpp159 static inline int clamp(int x) { in clamp() function
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Detc.cpp159 static inline int clamp(int x) { in clamp() function
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
Detc.cpp159 static inline int clamp(int x) { in clamp() function
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp688 TEST(vfloat4, clamp) in TEST() argument
1612 TEST(vint4, clamp) in TEST() argument
2394 TEST(vfloat8, clamp) in TEST() argument