HomeSort by relevance Sort by last modified time
    Searched defs:Clamp (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
format_conversion.h 82 INLINE simdscalar Clamp(simdscalar vComp, uint32_t Component)
180 // clamp
181 vComp = Clamp<DstFormat>(vComp, comp);
250 INLINE simd16scalar Clamp(simd16scalar vComp, uint32_t Component)
348 // clamp
349 vComp = Clamp<DstFormat>(vComp, comp);
blend.h 239 INLINE void Clamp(simdvector &src)
275 SWR_ASSERT(false, "Unimplemented clamp: %d", type);
293 // clamp src/dst/constant
294 Clamp<type>(src);
295 Clamp<type>(src1);
296 Clamp<type>(dst);
297 Clamp<type>(constColor);
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
numeric.h 148 T Clamp(T x, T lo, T hi) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.h 102 // A templated class with a static member function Clamp, where Clamp
109 // The default specialization does not clamp the value.
110 static bool Clamp(T*) { return false; }
119 static bool Clamp(T* value_pointer) {
272 ok = !ClampToZeroIfUnsignedType<T>::Clamp(value_pointer);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 158 void Clamp(SWR_FORMAT format, Value* src[4])
603 // clamp sources
604 Clamp(state.format, src);
605 Clamp(state.format, src1);
606 Clamp(state.format, dst);
607 Clamp(state.format, constantColor);
663 Clamp(state.format, src);
664 Clamp(state.format, dst);
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 153 const static char Clamp[] = "clamp";
  /external/webp/src/enc/
frame_enc.c 59 static float Clamp(float v, float min, float max) {
75 s->dq = Clamp(dq, -30.f, 30.f);
78 s->q = Clamp(s->q + s->dq, 0.f, 100.f);
530 q = Clamp(q, 0.f, 100.f);
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 34 static __inline uint32 Clamp(int32 val) {
52 static __inline uint32 Clamp(int32 val) {
721 dst_argb[0] = Clamp(sb);
722 dst_argb[1] = Clamp(sg);
723 dst_argb[2] = Clamp(sr);
724 dst_argb[3] = Clamp(sa);
    [all...]
  /external/libyuv/files/source/
row_common.cc 34 static __inline uint32 Clamp(int32 val) {
52 static __inline uint32 Clamp(int32 val) {
708 dst_argb[0] = Clamp(sb);
709 dst_argb[1] = Clamp(sg);
710 dst_argb[2] = Clamp(sr);
711 dst_argb[3] = Clamp(sa);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 866 // that case, `Clamp` will always return `Smallest` and
875 auto Clamp = [this, Smallest, Greatest](const SCEV *S) {
884 Result.LowLimit = Clamp(Range.getBegin());
889 Result.HighLimit = Clamp(Range.getEnd());
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp     [all...]
  /external/v8/src/arm/
simulator-arm.cc     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 3273 ExprP<float> clamp(const ExprP<float>& x, const ExprP<float>& minVal, const ExprP<float>& maxVal) function in namespace:vkt::shaderexecutor::Functions
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 3302 ExprP<float> clamp(const ExprP<float>& x, const ExprP<float>& minVal, const ExprP<float>& maxVal) function in namespace:deqp::gls::BuiltinPrecisionTests::Functions
    [all...]

Completed in 1255 milliseconds