Searched refs:p01 (Results 1 - 19 of 19) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.hpp51 , p01 (p01_)
61 tcu::Vec4 p01; //!< Bottom right. member in struct:deqp::gls::AttribSpec
H A DglsShaderPerformanceMeasurer.cpp93 dst[getVtxIndex(x, y, gridSizeX)*numComponents + compNdx] = triQuadInterpolate(xf, yf, tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx]));
/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp74 inline deUint8 interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p10, deUint8 p11) argument
79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11;
101 deUint32 p01 = readRGBA8Raw(access, x0, y1);
106 res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), getChannel<0>(p11)) << RGBA::RED_SHIFT;
107 res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), getChannel<1>(p11)) << RGBA::GREEN_SHIFT;
108 res |= interpolateChannel(fx1, fy1, getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), getChannel<2>(p11)) << RGBA::BLUE_SHIFT;
109 res |= interpolateChannel(fx1, fy1, getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), getChannel<3>(p11)) << RGBA::ALPHA_SHIFT;
H A DtcuFuzzyImageCompare.cpp144 deUint32 p01 = readUnorm8<NumChannels>(src, i0, j1); local
153 (getChannel(p01, c)*(1.0f-a)*( b)) +
H A DtcuTexLookupVerifier.cpp96 Vec4 p01; //!< (1, 0) member in struct:tcu::ColorQuad
105 dst.p01 = lookup<float>(level, sampler, x0, y1, z);
160 const Vec4 d1 = abs(quad.p01 - quad.p00);
162 const Vec4 d3 = abs(quad.p11 - quad.p01);
205 return min(quad.p00, min(quad.p10, min(quad.p01, quad.p11)));
210 return max(quad.p00, max(quad.p10, max(quad.p01, quad.p11)));
306 const Vec4 c1 = quad.p01*(1.0f - a) + quad.p11*a;
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.p11*a*b;
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.p11*a*b;
422 const Vec4 c0 = quad0.p00*(1.0f-a0)*(1.0f-b0) + quad0.p10*a0*(1.0f-b0) + quad0.p01*(1.
[all...]
H A DtcuTexture.cpp1790 Vec4 p01 = (i0UseBorder || j1UseBorder) ? lookupBorder(access.getFormat(), sampler) : lookup(access, i0, j1, offset.z()); local
1796 (p01*(1.0f-a)*( b)) +
1859 float p01 = execCompare(p01Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFormat); local
1865 (p01*(1.0f-a)*( b)) +
H A DtcuAstcUtil.cpp1297 const deUint32 p01 = unquantizedWeights[(i01 * numWeightsPerTexel + texelWeightNdx) & 0x3f];
1301 dst[texelY*blockWidth + texelX].w[texelWeightNdx] = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >> 4;
/external/libpng/contrib/intel/
H A Dfilter_sse2_intrinsics.c44 const png_uint_16* p01 = p; local
45 const png_byte* p2 = (const png_byte*)(p01+1);
47 png_uint_32 v012 = (png_uint_32)(*p01)
59 png_uint_16* p01 = p; local
60 png_byte* p2 = (png_byte*)(p01+1);
61 *p01 = v012;
/external/pdfium/third_party/libpng16/contrib/intel/
H A Dfilter_sse2_intrinsics.c44 const png_uint_16* p01 = p; local
45 const png_byte* p2 = (const png_byte*)(p01+1);
47 png_uint_32 v012 = (png_uint_32)(*p01)
59 png_uint_16* p01 = p; local
60 png_byte* p2 = (png_byte*)(p01+1);
61 *p01 = v012;
/external/skia/third_party/libpng/contrib/intel/
H A Dfilter_sse2_intrinsics.c44 const png_uint_16* p01 = p; local
45 const png_byte* p2 = (const png_byte*)(p01+1);
47 png_uint_32 v012 = (png_uint_32)(*p01)
59 png_uint_16* p01 = p; local
60 png_byte* p2 = (png_byte*)(p01+1);
61 *p01 = v012;
/external/deqp/modules/gles2/performance/
H A Des2pTextureCases.cpp114 Vec2 p01 = (m_coordTransform * Vec3(0.0f, 1.0f, 1.0f)).swizzle(0,1); local
119 Vec4(p01.x(), p01.y(), 0.0f, 0.0f),
124 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
H A Des2pShaderOperatorTests.cpp219 , p01 (p01_)
229 tcu::Vec4 p01; //!< Bottom right. member in struct:deqp::gles2::Performance::__anon4376::OperatorPerformanceCase::AttribSpec
368 dst[dstNdx++] = triQuadInterpolate((XF), (YF), tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx]))
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp122 Vec2 p01 = (m_coordTransform * Vec3(0.0f, 1.0f, 1.0f)).swizzle(0,1); local
127 Vec4(p01.x(), p01.y(), 0.0f, 0.0f),
132 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
H A Des3pShaderOperatorTests.cpp219 , p01 (p01_)
229 tcu::Vec4 p01; //!< Bottom right. member in struct:deqp::gles3::Performance::__anon4661::OperatorPerformanceCase::AttribSpec
368 dst[dstNdx++] = triQuadInterpolate((XF), (YF), tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx]))
/external/webrtc/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc132 double p01 = 1 / _lambda * local
139 _pP[0][1] = p01;
/external/opencv/cv/src/
H A Dcvposit.cpp299 float p01 = -(ata01 * ata22 - ata12 * ata02); local
307 det += ata01 * p01;
319 b[k] = (p00 * a0 + p01 * a1 + p02 * a2) * inv_det;
320 b[n + k] = (p01 * a0 + p11 * a1 + p12 * a2) * inv_det;
H A Dcvcontours.cpp1437 CvLinkedRunPoint* p01; local
1441 p01 = p00;
1455 while( p00 != p01 );
/external/deqp/framework/delibs/deimage/
H A DdeImage.c149 deARGB p01 = deImage_getPixel(srcImage, x0, y1); local
152 deARGB_add(deARGB_multiply(p01, f01), deARGB_multiply(p11, f11)));
/external/skia/src/core/
H A DSkGeometry.cpp150 Sk2s p01 = interp(p0, p1, tt); local
154 dst[1] = to_point(p01);
155 dst[2] = to_point(interp(p01, p12, tt));

Completed in 459 milliseconds