Searched +defs:a +defs:c01 (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/utils/ |
D | SkPatchUtils.cpp | 45 FwDCubicEvaluator(SkPoint a, SkPoint b, SkPoint c, SkPoint d) { in FwDCubicEvaluator() 130 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() 132 SkScalar a = c00 * (1.f - tx) + c10 * tx; in bilerp() local 280 uint8_t a = uint8_t(bilerp(u, v, in getVertexData() local
|
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 302 const float a = de::min(x, xBounds.y()); in isBilinearRangeValid() local 333 const float a = de::min(x, xBounds.y()); in isTrilinearRangeValid() local 456 …const Vec4 c01 = quad01.p00*(1.0f-a0)*(1.0f-b0) + quad01.p10*a0*(1.0f-b0) + quad01.p01*(1.0f-a0)*… in is3DTrilinearFilterResultValid() local 1412 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+0, j+1)),… in isSeamlessLinearSampleResultValid() local 1487 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+1)… in isSeamplessLinearMipmapLinearSampleResultValid() local 1521 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+0, j1+1)… in isSeamplessLinearMipmapLinearSampleResultValid() local 2141 const float a = lodMinMax.x(); in clampLodBounds() local
|
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.cpp | 67 inline RGBA toRGBA (const Vec4& a) in toRGBA() 707 Vec4 c01 = colors[v01]; in computeVertexReference() local
|