/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/ |
D | sel.s | 46 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
|
D | sel-diagnostics.s | 14 sel z23.b, p11, z13.b, z8.b
|
/external/deqp/framework/common/ |
D | tcuBilinearImageCompare.cpp | 74 …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()
|
D | tcuTexLookupVerifier.cpp | 98 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 …]
|
D | tcuFuzzyImageCompare.cpp | 145 deUint32 p11 = readUnorm8<NumChannels>(src, i1, j1); in bilinearSample() local 154 (getChannel(p11, c)*( a)*( b)); in bilinearSample()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.flattenOpaque.frag.out | 6 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/ |
D | es2pTextureCases.cpp | 115 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/ |
D | es3pTextureCases.cpp | 123 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/ |
D | glsShaderPerformanceMeasurer.hpp | 53 , p11 (p11_) in AttribSpec() 63 tcu::Vec4 p11; //!< Top right. member
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1645 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/ |
D | RBBITestMonkey.java | 1648 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/ |
D | GrCCFillGeometry.cpp | 564 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/ |
D | GrCCFillGeometry.cpp | 564 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/ |
D | deImage.c | 150 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/ |
D | refcount.h | 94 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/ |
D | llvm.amdgcn.ds.swizzle.ll | 7 ; CHECK: ds_swizzle_b32 v{{[0-9]+}}, v{{[0-9]+}} offset:swizzle(BITMASK_PERM,"00p11")
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb2-v8.txt | 9 # (The operations on p10/p11 disassemble into FP/NEON instructions)
|
D | basic-arm-instructions-v8.txt | 27 # (The operations on p10/p11 disassemble into FP/NEON instructions)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/ |
D | thumb2-v8.txt | 9 # (The operations on p10/p11 disassemble into FP/NEON instructions)
|
D | basic-arm-instructions-v8.txt | 27 # (The operations on p10/p11 disassemble into FP/NEON instructions)
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | fp.arm.call.ll | 39 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/ |
D | manual_constructor.h | 230 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/ |
D | testConstantsFromJavaP.golden | 159 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/ |
D | rbbitst.cpp | 2460 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/ |
D | signature.txt | 405 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.
|