Home
last modified time | relevance | path

Searched refs:p11 (Results 1 – 25 of 52) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dsel.s46 sel z23.s, p11, z13.s, z8.s
52 sel z23.d, p11, z13.d, z8.d
58 sel z23.h, p11, z13.h, z8.h
64 sel z23.b, p11, z13.b, z8.b
Dsel-diagnostics.s14 sel z23.b, p11, z13.b, z8.b
/external/deqp/framework/common/
DtcuBilinearImageCompare.cpp74 …interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p10, deUint8 p11) in interpolateChannel() argument
79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11; in interpolateChannel()
102 deUint32 p11 = readRGBA8Raw(access, x1, y1); in bilinearSampleRGBA8() local
106 … getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), getChannel<0>(p11)) << RGBA::RED_SHIF… in bilinearSampleRGBA8()
107 … getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), getChannel<1>(p11)) << RGBA::GREEN_SH… in bilinearSampleRGBA8()
108 … getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), getChannel<2>(p11)) << RGBA::BLUE_SHI… in bilinearSampleRGBA8()
109 … getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), getChannel<3>(p11)) << RGBA::ALPHA_SH… in bilinearSampleRGBA8()
DtcuTexLookupVerifier.cpp98 Vec4 p11; //!< (1, 1) member
106 dst.p11 = lookup<float>(level, sampler, x1, y1, z); in lookupQuad()
161 const Vec4 d2 = abs(quad.p11 - quad.p10); 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 …c4 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; in isTrilinearRangeValid()
342 …c4 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; in isTrilinearRangeValid()
373 …(reductionMode == tcu::Sampler::MIN ? tcu::min(quad.p10, quad.p11) : tcu::max(quad.p10, quad.p11)); in isReductionValid()
[all …]
DtcuFuzzyImageCompare.cpp145 deUint32 p11 = readUnorm8<NumChannels>(src, i1, j1); in bilinearSample() local
154 (getChannel(p11, c)*( a)*( b)); in bilinearSample()
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.flattenOpaque.frag.out6 0:15 Function Definition: osCall1(struct-os-p11; ( temp 4-component vector of float)
21 0:20 Function Definition: osCall2(struct-os-p11;vf2; ( temp 4-component vector of float)
77 0:36 Function Call: osCall1(struct-os-p11; ( temp 4-component vector of float)
87 0:37 Function Call: osCall2(struct-os-p11;vf2; ( temp 4-component vector of float)
155 0:15 Function Definition: osCall1(struct-os-p11; ( temp 4-component vector of float)
170 0:20 Function Definition: osCall2(struct-os-p11;vf2; ( temp 4-component vector of float)
226 0:36 Function Call: osCall1(struct-os-p11; ( temp 4-component vector of float)
236 0:37 Function Call: osCall2(struct-os-p11;vf2; ( temp 4-component vector of float)
310 Name 13 "osCall1(struct-os-p11;"
312 Name 20 "osCall2(struct-os-p11;vf2;"
[all …]
/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp115 Vec2 p11 = (m_coordTransform * Vec3(1.0f, 1.0f, 1.0f)).swizzle(0,1); in init() local
120 Vec4(p11.x(), p11.y(), 0.0f, 0.0f))); in init()
124 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp123 Vec2 p11 = (m_coordTransform * Vec3(1.0f, 1.0f, 1.0f)).swizzle(0,1); in init() local
128 Vec4(p11.x(), p11.y(), 0.0f, 0.0f))); in init()
132 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.hpp53 , p11 (p11_) in AttribSpec()
63 tcu::Vec4 p11; //!< Top right. member
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1645 int p11 = p1; in next() local
1646 if (p11>0 && fSepSet.contains(cAt(p11))) { in next()
1647 p11 = moveBack(p11); in next()
1649 while (p11>0 && fSpSet.contains(cAt(p11))) { in next()
1650 p11 = moveBack(p11); in next()
1652 while (p11>0 && fCloseSet.contains(cAt(p11))) { in next()
1653 p11 = moveBack(p11); in next()
1655 if (fSTermSet.contains(cAt(p11)) || fATermSet.contains(cAt(p11))) { in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1648 int p11 = p1; in next() local
1649 if (p11>0 && fSepSet.contains(cAt(p11))) { in next()
1650 p11 = moveBack(p11); in next()
1652 while (p11>0 && fSpSet.contains(cAt(p11))) { in next()
1653 p11 = moveBack(p11); in next()
1655 while (p11>0 && fCloseSet.contains(cAt(p11))) { in next()
1656 p11 = moveBack(p11); in next()
1658 if (fSTermSet.contains(cAt(p11)) || fATermSet.contains(cAt(p11))) { in next()
/external/skia/src/gpu/ccpr/
DGrCCFillGeometry.cpp564 Sk2f p01, p02, pT, p11, p12; in appendCubics() local
565 chop_cubic(p0, p1, p2, p3, localT, &p01, &p02, &pT, &p11, &p12); in appendCubics()
567 this->appendCubics(rightMode, pT, p11, p12, p3, &chops[midChopIdx + 1], in appendCubics()
687 Sk2f p01, p02, pT, p11, p12; in chopAndAppendCubicAtMidTangent() local
688 chop_cubic(p0, p1, p2, p3, midT, &p01, &p02, &pT, &p11, &p12); in chopAndAppendCubicAtMidTangent()
690 this->appendCubics(mode, pT, p11, p12, p3, maxFutureSubdivisions); in chopAndAppendCubicAtMidTangent()
/external/skqp/src/gpu/ccpr/
DGrCCFillGeometry.cpp564 Sk2f p01, p02, pT, p11, p12; in appendCubics() local
565 chop_cubic(p0, p1, p2, p3, localT, &p01, &p02, &pT, &p11, &p12); in appendCubics()
567 this->appendCubics(rightMode, pT, p11, p12, p3, &chops[midChopIdx + 1], in appendCubics()
687 Sk2f p01, p02, pT, p11, p12; in chopAndAppendCubicAtMidTangent() local
688 chop_cubic(p0, p1, p2, p3, midT, &p01, &p02, &pT, &p11, &p12); in chopAndAppendCubicAtMidTangent()
690 this->appendCubics(mode, pT, p11, p12, p3, maxFutureSubdivisions); in chopAndAppendCubicAtMidTangent()
/external/deqp/framework/delibs/deimage/
DdeImage.c150 deARGB p11 = deImage_getPixel(srcImage, x1, y1); in deImage_scale() local
152 deARGB_add(deARGB_multiply(p01, f01), deARGB_multiply(p11, f11))); in deImage_scale()
/external/webrtc/webrtc/base/
Drefcount.h94 P11 p11) in RefCountedObject() argument
95 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11), ref_count_(0) { in RefCountedObject()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.ds.swizzle.ll7 ; CHECK: ds_swizzle_b32 v{{[0-9]+}}, v{{[0-9]+}} offset:swizzle(BITMASK_PERM,"00p11")
/external/llvm/test/MC/Disassembler/ARM/
Dthumb2-v8.txt9 # (The operations on p10/p11 disassemble into FP/NEON instructions)
Dbasic-arm-instructions-v8.txt27 # (The operations on p10/p11 disassemble into FP/NEON instructions)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/
Dthumb2-v8.txt9 # (The operations on p10/p11 disassemble into FP/NEON instructions)
Dbasic-arm-instructions-v8.txt27 # (The operations on p10/p11 disassemble into FP/NEON instructions)
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dfp.arm.call.ll39 float %p10, float %p11)
42 float %p10, float %p11, float %p12)
45 float %p10, float %p11, float %p12, float %p13)
48 float %p10, float %p11, float %p12, float %p13,
52 float %p10, float %p11, float %p12, float %p13,
56 float %p10, float %p11, float %p12, float %p13,
60 float %p10, float %p11, float %p12, float %p13,
433 double %p8, float %p9, double %p10, float %p11)
/external/tensorflow/tensorflow/core/lib/gtl/
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);
/external/libchrome/base/android/jni_generator/
DtestConstantsFromJavaP.golden159 JniIntWrapper p11,
174 JniIntWrapper p11,
189 p8, p9, as_jint(p10), as_jint(p11), as_jint(p12), as_jint(p13));
208 JniIntWrapper p11,
222 JniIntWrapper p11,
236 as_jint(p9), as_jint(p10), as_jint(p11), as_jint(p12));
254 JniIntWrapper p11) __attribute__ ((unused));
267 JniIntWrapper p11) {
280 as_jint(p11));
298 JniIntWrapper p11,
[all …]
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2460 int p11 = p1; in next() local
2461 if (fSepSet->contains(cAt(p11))) { in next()
2462 p11 = moveBack(p11); in next()
2464 while (fSpSet->contains(cAt(p11))) { in next()
2465 p11 = moveBack(p11); in next()
2467 while (fCloseSet->contains(cAt(p11))) { in next()
2468 p11 = moveBack(p11); in next()
2470 if (fSTermSet->contains(cAt(p11)) || fATermSet->contains(cAt(p11))) { in next()
/external/u-boot/doc/uImage.FIT/
Dsignature.txt405 p11-kit (recommended to simplify setup)
413 Make sure p11-kit, opensc are installed and that p11-kit is setup to use opensc.
414 /usr/share/p11-kit/modules/opensc.module should be present on your system.

123