Searched refs:cWeight (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/Shader/ |
D | Constants.cpp | 92 static const ushort4 cWeight[17] = in Constants() local 155 memcpy(&this->cWeight, cWeight, sizeof(cWeight)); in Constants()
|
D | Constants.hpp | 30 ushort4 cWeight[17]; member
|
D | SamplerCore.cpp | 689 UShort4 cw = *Pointer<UShort4>(constants + OFFSET(Constants,cWeight) + 8 * a); in sampleAniso()
|
/external/swiftshader/src/Pipeline/ |
D | Constants.cpp | 97 static const ushort4 cWeight[17] = { in Constants() local 157 memcpy(&this->cWeight, cWeight, sizeof(cWeight)); in Constants()
|
D | Constants.hpp | 32 ushort4 cWeight[17]; member
|
D | SamplerCore.cpp | 452 UShort4 cw = *Pointer<UShort4>(constants + OFFSET(Constants, cWeight) + 8 * N); in sampleAniso()
|
/external/skia/src/pathops/ |
D | SkPathOpsCurve.h | 99 extern SkDPoint (SkDCurve::* const Top[])(const SkPoint curve[], SkScalar cWeight,
|
/external/skqp/src/pathops/ |
D | SkPathOpsCurve.h | 99 extern SkDPoint (SkDCurve::* const Top[])(const SkPoint curve[], SkScalar cWeight,
|