/external/deqp/framework/common/ |
D | tcuBilinearImageCompare.cpp | 74 inline deUint8 interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p1… in interpolateChannel() argument 79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11; in interpolateChannel() 101 deUint32 p01 = readRGBA8Raw(access, x0, y1); in bilinearSampleRGBA8() local 106 …res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), ge… in bilinearSampleRGBA8() 107 …res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), ge… in bilinearSampleRGBA8() 108 …res |= interpolateChannel(fx1, fy1, getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), ge… in bilinearSampleRGBA8() 109 …res |= interpolateChannel(fx1, fy1, getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), ge… in bilinearSampleRGBA8()
|
D | tcuTexLookupVerifier.cpp | 96 Vec4 p01; //!< (1, 0) member 105 dst.p01 = lookup<float>(level, sampler, x0, y1, z); in lookupQuad() 160 const Vec4 d1 = abs(quad.p01 - quad.p00); in computeBilinearSearchStepFromFloatQuad() 162 const Vec4 d3 = abs(quad.p11 - quad.p01); in computeBilinearSearchStepFromFloatQuad() 205 return min(quad.p00, min(quad.p10, min(quad.p01, quad.p11))); in min() 210 return max(quad.p00, max(quad.p10, max(quad.p01, quad.p11))); in max() 306 const Vec4 c1 = quad.p01*(1.0f - a) + quad.p11*a; in isBilinearRangeValid() 341 …const Vec4 c0 = quad0.p00*(1.0f-a)*(1.0f-b) + quad0.p10*a*(1.0f-b) + quad0.p01*(1.0f-a)*b + quad0… in isTrilinearRangeValid() 342 …const Vec4 c1 = quad1.p00*(1.0f-a)*(1.0f-b) + quad1.p10*a*(1.0f-b) + quad1.p01*(1.0f-a)*b + quad1… in isTrilinearRangeValid() 422 …const Vec4 c0 = quad0.p00*(1.0f-a0)*(1.0f-b0) + quad0.p10*a0*(1.0f-b0) + quad0.p01*(1.0f-a0)*b0 +… in is2DTrilinearFilterResultValid() [all …]
|
D | tcuFuzzyImageCompare.cpp | 144 deUint32 p01 = readUnorm8<NumChannels>(src, i0, j1); in bilinearSample() local 153 (getChannel(p01, c)*(1.0f-a)*( b)) + in bilinearSample()
|
D | tcuTexture.cpp | 1846 …Vec4 p01 = (i0UseBorder || j1UseBorder) ? lookupBorder(access.getFormat(), sampler) : lookup(acces… in sampleLinear2D() local 1852 (p01*(1.0f-a)*( b)) + in sampleLinear2D() 1915 …float p01 = execCompare(p01Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFor… in sampleLinear2DCompare() local 1921 (p01*(1.0f-a)*( b)) + in sampleLinear2DCompare()
|
D | tcuAstcUtil.cpp | 1297 const deUint32 p01 = unquantizedWeights[(i01 * numWeightsPerTexel + texelWeightNdx) & 0x3f]; in interpolateWeights() local 1301 …dst[texelY*blockWidth + texelX].w[texelWeightNdx] = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >>… in interpolateWeights()
|
/external/libpng/intel/ |
D | filter_sse2_intrinsics.c | 43 const png_uint_16* p01 = (png_const_uint_16p)p; in load3() local 44 const png_byte* p2 = (const png_byte*)(p01+1); in load3() 46 png_uint_32 v012 = (png_uint_32)(*p01) in load3() 56 png_uint_16* p01; in store3() local 61 p01 = (png_uint_16p)p; in store3() 62 p2 = (png_byte*)(p01+1); in store3() 63 *p01 = (png_uint_16)v012; in store3()
|
/external/libpng/contrib/intel/ |
D | filter_sse2_intrinsics.c | 44 const png_uint_16* p01 = p; in load3() local 45 const png_byte* p2 = (const png_byte*)(p01+1); in load3() 47 png_uint_32 v012 = (png_uint_32)(*p01) in load3() 59 png_uint_16* p01 = p; in store3() local 60 png_byte* p2 = (png_byte*)(p01+1); in store3() 61 *p01 = v012; in store3()
|
/external/pdfium/third_party/libpng16/contrib/intel/ |
D | filter_sse2_intrinsics.c | 44 const png_uint_16* p01 = p; in load3() local 45 const png_byte* p2 = (const png_byte*)(p01+1); in load3() 47 png_uint_32 v012 = (png_uint_32)(*p01) in load3() 59 png_uint_16* p01 = p; in store3() local 60 png_byte* p2 = (png_byte*)(p01+1); in store3() 61 *p01 = v012; in store3()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureCases.cpp | 114 Vec2 p01 = (m_coordTransform * Vec3(0.0f, 1.0f, 1.0f)).swizzle(0,1); in init() local 119 Vec4(p01.x(), p01.y(), 0.0f, 0.0f), in init() 124 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
|
D | es2pShaderOperatorTests.cpp | 219 , p01 (p01_) in AttribSpec() 229 tcu::Vec4 p01; //!< Bottom right. member 368 …dst[dstNdx++] = triQuadInterpolate((XF), (YF), tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spe… in generateVertices()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 122 Vec2 p01 = (m_coordTransform * Vec3(0.0f, 1.0f, 1.0f)).swizzle(0,1); in init() local 127 Vec4(p01.x(), p01.y(), 0.0f, 0.0f), in init() 132 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
|
D | es3pShaderOperatorTests.cpp | 219 , p01 (p01_) in AttribSpec() 229 tcu::Vec4 p01; //!< Bottom right. member 368 …dst[dstNdx++] = triQuadInterpolate((XF), (YF), tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spe… in generateVertices()
|
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceMeasurer.hpp | 51 , p01 (p01_) in AttribSpec() 61 tcu::Vec4 p01; //!< Bottom right. member
|
D | glsShaderPerformanceMeasurer.cpp | 93 … + compNdx] = triQuadInterpolate(xf, yf, tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[… in generateVertices()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | timestamp_extrapolator.cc | 132 double p01 = 1 / _lambda * in Update() local 139 _pP[0][1] = p01; in Update()
|
/external/deqp/framework/delibs/deimage/ |
D | deImage.c | 149 deARGB p01 = deImage_getPixel(srcImage, x0, y1); in deImage_scale() local 152 deARGB_add(deARGB_multiply(p01, f01), deARGB_multiply(p11, f11))); in deImage_scale()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCGeometry.cpp | 136 Sk2f p01 = SkNx_fma(t, tan0, p0); in appendMonotonicQuadratics() local 138 Sk2f p012 = lerp(p01, p12, t); in appendMonotonicQuadratics() 140 this->appendSingleMonotonicQuadratic(p0, p01, p012); in appendMonotonicQuadratics()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCGeometry.cpp | 136 Sk2f p01 = SkNx_fma(t, tan0, p0); in appendMonotonicQuadratics() local 138 Sk2f p012 = lerp(p01, p12, t); in appendMonotonicQuadratics() 140 this->appendSingleMonotonicQuadratic(p0, p01, p012); in appendMonotonicQuadratics()
|
/external/skia/src/core/ |
D | SkGeometry.cpp | 152 Sk2s p01 = interp(p0, p1, tt); in SkChopQuadAt() local 156 dst[1] = to_point(p01); in SkChopQuadAt() 157 dst[2] = to_point(interp(p01, p12, tt)); in SkChopQuadAt()
|
/external/skqp/src/core/ |
D | SkGeometry.cpp | 152 Sk2s p01 = interp(p0, p1, tt); in SkChopQuadAt() local 156 dst[1] = to_point(p01); in SkChopQuadAt() 157 dst[2] = to_point(interp(p01, p12, tt)); in SkChopQuadAt()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1641 const tcu::Interval& p01, in linearInterpolate() argument 1648 p01, in linearInterpolate()
|