Searched refs:p11 (Results 1 - 25 of 28) sorted by relevance

12

/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.hpp53 , p11 (p11_)
63 tcu::Vec4 p11; //!< Top 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;
102 deUint32 p11 = readRGBA8Raw(access, x1, 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.cpp145 deUint32 p11 = readUnorm8<NumChannels>(src, i1, j1); local
154 (getChannel(p11, c)*( a)*( b));
H A DtcuTexLookupVerifier.cpp98 Vec4 p11; //!< (1, 1) member in struct:tcu::ColorQuad
106 dst.p11 = lookup<float>(level, sampler, x1, y1, z);
161 const Vec4 d2 = abs(quad.p11 - quad.p10);
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.0f-a0)*b0 + quad0.p11*a
[all...]
H A DtcuTexture.cpp1847 Vec4 p11 = (i1UseBorder || j1UseBorder) ? lookupBorder(access.getFormat(), sampler) : lookup(access, i1, j1, offset.z()); local
1853 (p11*( a)*( b));
1916 float p11 = execCompare(p11Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFormat); local
1922 (p11*( a)*( b));
/external/deqp/modules/gles2/performance/
H A Des2pTextureCases.cpp115 Vec2 p11 = (m_coordTransform * Vec3(1.0f, 1.0f, 1.0f)).swizzle(0,1); local
120 Vec4(p11.x(), p11.y(), 0.0f, 0.0f)));
124 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
H A Des2pShaderOperatorTests.cpp221 , p11 (p11_)
231 tcu::Vec4 p11; //!< Top right. member in struct:deqp::gles2::Performance::__anon5027::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.cpp123 Vec2 p11 = (m_coordTransform * Vec3(1.0f, 1.0f, 1.0f)).swizzle(0,1); local
128 Vec4(p11.x(), p11.y(), 0.0f, 0.0f)));
132 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
H A Des3pShaderOperatorTests.cpp221 , p11 (p11_)
231 tcu::Vec4 p11; //!< Top right. member in struct:deqp::gles3::Performance::__anon5314::OperatorPerformanceCase::AttribSpec
368 dst[dstNdx++] = triQuadInterpolate((XF), (YF), tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx]))
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1678 int p11 = p1;
1679 if (p11>0 && fSepSet.contains(cAt(p11))) {
1680 p11 = moveBack(p11);
1682 while (p11>0 && fSpSet.contains(cAt(p11))) {
1683 p11 = moveBack(p11);
1685 while (p11>
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1675 int p11 = p1;
1676 if (p11>0 && fSepSet.contains(cAt(p11))) {
1677 p11 = moveBack(p11);
1679 while (p11>0 && fSpSet.contains(cAt(p11))) {
1680 p11 = moveBack(p11);
1682 while (p11>
[all...]
/external/deqp/framework/delibs/deimage/
H A DdeImage.c150 deARGB p11 = deImage_getPixel(srcImage, x1, y1); local
152 deARGB_add(deARGB_multiply(p01, f01), deARGB_multiply(p11, f11)));
/external/webrtc/webrtc/base/
H A Drefcount.h94 P11 p11)
95 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11), ref_count_(0) {
92 RefCountedObject( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10, P11 p11) argument
/external/opencv/cv/src/
H A Dcvposit.cpp302 float p11 = ata00 * ata22 - ata02 * ata02; local
320 b[n + k] = (p01 * a0 + p11 * a1 + p12 * a2) * inv_det;
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dmanual_constructor.h230 const T9& p9, const T10& p10, const T11& p11) {
231 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11);
228 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10, const T11& p11) argument
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
H A Dreloc_ia64.S105 #define Psyment p11
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2928 int p11 = p1; local
2929 if (fSepSet->contains(cAt(p11))) {
2930 p11 = moveBack(p11);
2932 while (fSpSet->contains(cAt(p11))) {
2933 p11 = moveBack(p11);
2935 while (fCloseSet->contains(cAt(p11))) {
2936 p11 = moveBack(p11);
[all...]
/external/llvm/test/MC/ARM/
H A Ddiagnostics.s155 @ p10 and p11 are reserved for NEON
157 mcrr p11, #8, r5, r4, c1
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp1642 const tcu::Interval& p11)
1649 p11
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dbasic-arm-instructions.s659 ldc2l p11, c3, [r12], #-72
700 @ CHECK: ldc2l p11, c3, [r12], #-72 @ encoding: [0x12,0x3b,0x7c,0xfc]
1943 stc2l p11, c3, [r12], #-72
1984 @ CHECK: stc2l p11, c3, [r12], #-72 @ encoding: [0x12,0x3b,0x6c,0xfc]
H A Dbasic-thumb2-instructions.s511 ldc2l p11, c3, [r12], #-72
539 @ CHECK: ldc2l p11, c3, [r12], #-72 @ encoding: [0x7c,0xfc,0x12,0x3b]
2199 stc2l p11, c3, [r12], #-72
2227 @ CHECK: stc2l p11, c3, [r12], #-72 @ encoding: [0x6c,0xfc,0x12,0x3b]

Completed in 960 milliseconds

12