Home
last modified time | relevance | path

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

/hardware/google/gfxstream/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
/hardware/google/gfxstream/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
/hardware/google/gfxstream/host/tests/
DGLTestUtils.cpp102 static float clamp(float x, float low, float high) { in clamp() function
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_pack.py299 clamp=True, argument
/hardware/google/gfxstream/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
/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp39 inline float Utils::clamp(float v, float min, float max) { in clamp() function in android::hardware::automotive::evs::common::Utils
/hardware/google/gfxstream/common/etc/
Detc.cpp159 static inline int clamp(int x) { in clamp() function
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.h318 float clamp; member
/hardware/google/gfxstream/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