Home
last modified time | relevance | path

Searched refs:p10 (Results 1 – 25 of 84) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dvintrp.s74 v_interp_mov_f32 v0, p10, attr0.x
86 v_interp_mov_f32 v4, p10, attr0.y
90 v_interp_mov_f32 v5, p10, attr0.z
94 v_interp_mov_f32 v6, p10, attr0.w
98 v_interp_mov_f32 v7, p10, attr0.x
102 v_interp_mov_f32 v9, p10, attr63.y
Dvop3.s577 v_interp_mov_f32_e64 v5, p10, attr0.x
581 v_interp_mov_f32_e64 v5, p10, attr32.x
589 v_interp_mov_f32_e64 v5, p10, attr0.w
593 v_interp_mov_f32_e64 v5, p10, attr0.x clamp
597 v_interp_mov_f32 v5, p10, attr0.x clamp
601 v_interp_mov_f32_e64 v5, p10, attr0.x mul:2
605 v_interp_mov_f32_e64 v5, p10, attr0.x mul:4
609 v_interp_mov_f32_e64 v5, p10, attr0.x div:2
613 v_interp_mov_f32 v5, p10, attr0.x div:2
Dvop3-errs.s53 v_interp_mov_f32_e64 v5, p10, attr0.x high
56 v_interp_mov_f32_e64 v5, p10, attr0.x v0
/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()
100 deUint32 p10 = readRGBA8Raw(access, x1, y0); 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()
DtcuTexLookupVerifier.cpp97 Vec4 p10; //!< (0, 1) member
104 dst.p10 = lookup<float>(level, sampler, x1, y0, z); in lookupQuad()
159 const Vec4 d0 = abs(quad.p10 - quad.p00); in computeBilinearSearchStepFromFloatQuad()
161 const Vec4 d2 = abs(quad.p11 - quad.p10); 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()
305 const Vec4 c0 = quad.p00*(1.0f - a) + quad.p10*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()
373 …4 c1 = (reductionMode == tcu::Sampler::MIN ? tcu::min(quad.p10, quad.p11) : tcu::max(quad.p10, qua… in isReductionValid()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
Dunix.S213 cmp.lt p10, p0 = 20, in3
216 (p10) stfs [r16] = f13, 8
237 cmp.lt p10, p0 = 40, in3
240 (p10) stfd [r16] = f13, 16
261 cmp.lt p10, p0 = 80, in3
264 (p10) stfe [r16] = f13, 32
442 cmp.lt p10, p0 = 20, r8
445 (p10) ldfs f13 = [r17], 8
470 cmp.lt p10, p0 = 40, r8
473 (p10) ldfd f13 = [r17], 16
[all …]
/external/libffi/src/ia64/
Dunix.S213 cmp.lt p10, p0 = 20, in3
216 (p10) stfs [r16] = f13, 8
237 cmp.lt p10, p0 = 40, in3
240 (p10) stfd [r16] = f13, 16
261 cmp.lt p10, p0 = 80, in3
264 (p10) stfe [r16] = f13, 32
442 cmp.lt p10, p0 = 20, r8
445 (p10) ldfs f13 = [r17], 8
470 cmp.lt p10, p0 = 40, r8
473 (p10) ldfd f13 = [r17], 16
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DMakeUniqueTest.cpp63 auto p10 = in TEST() local
66 EXPECT_TRUE((bool)p10); in TEST()
67 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6, 7, 8, 9), *p10); in TEST()
/external/llvm/unittests/ADT/
DMakeUniqueTest.cpp63 auto p10 = in TEST() local
66 EXPECT_TRUE((bool)p10); in TEST()
67 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6, 7, 8, 9), *p10); in TEST()
/external/smali/smali/src/test/resources/LexerTest/
DFloatLiteralTest.smali129 0x12AB.p10
133 -0x12AB.p10
160 0x.1234p10
237 .p10
DFloatLiteralTest.tokens129 DOUBLE_LITERAL("0x12AB.p10")
133 DOUBLE_LITERAL("-0x12AB.p10")
160 DOUBLE_LITERAL("0x.1234p10")
236 INVALID_TOKEN(".p10")
/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp113 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local
118 Vec4(p10.x(), p10.y(), 0.0f, 0.0f), in init()
124 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
/external/webrtc/webrtc/base/
Drefcount.h85 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10) in RefCountedObject() argument
86 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10), ref_count_(0) { in RefCountedObject()
93 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10, in RefCountedObject() argument
95 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11), ref_count_(0) { in RefCountedObject()
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp121 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local
126 Vec4(p10.x(), p10.y(), 0.0f, 0.0f), in init()
132 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
/external/tensorflow/tensorflow/core/lib/gtl/
Dmanual_constructor.h221 const T9& p9, const T10& p10) {
222 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10);
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/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.hpp52 , p10 (p10_) in AttribSpec()
62 tcu::Vec4 p10; //!< Top left. member
/external/libunwind/tests/
Dia64-test-rbs-asm.S158 (p8) tnat.z p10, p0 = loc##n; \
159 (p9) cmp.ne p10, p0 = r16, loc##n; \
161 (p10) mov r8 = -n; \
162 (p10) br.cond.spnt.many .fail
/external/python/cpython2/Lib/email/test/data/
Dmsg_16.txt7 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10)
11 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10)
68 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10)
71 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10)
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_16.txt7 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10)
11 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10)
68 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10)
71 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2013-04-16-AAPCS-C5-vs-VFP.ll33 %struct_t* byval %p10) ; --> Stack+8
40 call void @fooUseStruct(%struct_t* %p10)
/external/llvm/test/CodeGen/ARM/
D2013-04-16-AAPCS-C5-vs-VFP.ll33 %struct_t* byval %p10) ; --> Stack+8
40 call void @fooUseStruct(%struct_t* %p10)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.interp.ll110 ; GCN-DAG: v_interp_mov_f32{{(_e32)*}} v{{[0-9]+}}, p10, attr0.x{{$}}
115 ; GCN-DAG: v_interp_mov_f32{{(_e32)*}} v{{[0-9]+}}, p10, attr0.x{{$}}
116 ; GCN-DAG: v_interp_mov_f32{{(_e32)*}} v{{[0-9]+}}, p10, attr0.z{{$}}
117 ; GCN-DAG: v_interp_mov_f32{{(_e32)*}} v{{[0-9]+}}, p10, attr0.w{{$}}
118 ; GCN-DAG: v_interp_mov_f32{{(_e32)*}} v{{[0-9]+}}, p10, attr0.x{{$}}
121 ; GCN-DAG: v_interp_mov_f32{{(_e32)*}} v{{[0-9]+}}, p10, attr63.y{{$}}
122 ; GCN-DAG: v_interp_mov_f32{{(_e32)*}} v{{[0-9]+}}, p10, attr64.y{{$}}
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dfp.arm.call.ll36 float %p10)
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,
427 double %p8, double %p9, float %p10)
430 double %p8, float %p9, double %p10)
[all …]
/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp498 SkDPoint p10 = quad1.ptAtT(t10); in intersectionFinder() local
502 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY); in intersectionFinder()
/external/skqp/tests/
DPathOpsQuadIntersectionTest.cpp498 SkDPoint p10 = quad1.ptAtT(t10); in intersectionFinder() local
502 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY); in intersectionFinder()

1234