/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | wrap.inl | 7 GLM_FUNC_QUALIFIER vecType<T, P> clamp(vecType<T, P> const& Texcoord) function 13 GLM_FUNC_QUALIFIER genType clamp(genType const & Texcoord) function
|
D | simd_vec4.inl | 420 GLM_FUNC_QUALIFIER detail::fvec4SIMD clamp function 430 GLM_FUNC_QUALIFIER detail::fvec4SIMD clamp function
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib_common_4.h | 119 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
|
D | astcenc_mathlib.h | 252 inline T clamp(T v, T mn, T mx) in clamp() function
|
D | astcenc_vecmathlib_avx2_8.h | 773 ASTCENC_SIMD_INLINE vfloat8 clamp(float min, float max, vfloat8 a) in clamp() function
|
/hardware/google/gfxstream/host/tests/ |
D | GLTestUtils.cpp | 102 static float clamp(float x, float low, float high) { in clamp() function
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_pack.py | 299 clamp=True, argument
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_common.inl | 543 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/ |
D | FormatConvert.cpp | 39 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/ |
D | etc.cpp | 159 static inline int clamp(int x) { in clamp() function
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_graphics_state.h | 318 float clamp; member
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 688 TEST(vfloat4, clamp) in TEST() argument 1612 TEST(vint4, clamp) in TEST() argument 2394 TEST(vfloat8, clamp) in TEST() argument
|