Home
last modified time | relevance | path

Searched defs:ScalarValue (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/src/
DSkottieValue.h22 using ScalarValue = SkScalar; variable
/third_party/flutter/skia/modules/skottie/src/
DSkottieValue.h37 using ScalarValue = SkScalar; variable
DSkottieValue.cpp26 bool ValueTraits<ScalarValue>::CanLerp(const ScalarValue&, const ScalarValue&) { in CanLerp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2017 Value *ScalarValue = VectorLoopValueMap.getScalarValue(V, {Part, 0}); in getOrCreateVectorValue() local