Home
last modified time | relevance | path

Searched refs:c10 (Results 1 – 25 of 60) sorted by relevance

123

/external/skia/src/core/
DSkFilterProc.cpp58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_00() argument
61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_01() argument
66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_02() argument
71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_03() argument
77 static unsigned bilerp4_10(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_10() argument
78 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c10)) >> 2; in bilerp4_10()
79 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c10)) >> 2; in bilerp4_10()
82 static unsigned bilerp4_11(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_11() argument
83 uint32_t lo = (9 * LO_PAIR(c00) + 3 * (LO_PAIR(c01) + LO_PAIR(c10)) + LO_PAIR(c11)) >> 4; in bilerp4_11()
84 uint32_t hi = (9 * HI_PAIR(c00) + 3 * (HI_PAIR(c01) + HI_PAIR(c10)) + HI_PAIR(c11)) >> 4; in bilerp4_11()
[all …]
DSkMipMap.cpp95 auto c10 = F::Expand(p1[0]); in downsample_2_2() local
98 auto c = c00 + c10 + c01 + c11; in downsample_2_2()
117 auto c10 = c12; in downsample_3_2() local
121 auto c = add_121(c00, c01, c02) + add_121(c10, c11, c12); in downsample_3_2()
137 auto c10 = F::Expand(p1[0]); in downsample_2_3() local
142 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3()
163 auto c10 = c12; in downsample_3_3() local
170 auto c = add_121(c00, c01, c02) + (add_121(c10, c11, c12) << 1) + add_121(c20, c21, c22); in downsample_3_3()
/external/clang/test/Analysis/
Dpadding_cpp.cpp64 char c10; member in SI2
75 char c10; member in VirtualSI2
87 char c10; member in VtblSI2
93 char c10; member in VtblSI3
103 char c10; member in MI2
110 char c10; member in VtblMI
116 char c10; member in VtblMI2
/external/webrtc/talk/media/base/
Dcodec_unittest.cc104 AudioCodec c10(c0); in TEST_F() local
108 c10.params["x"] = "abc"; in TEST_F()
112 EXPECT_TRUE(c10 != c0); in TEST_F()
114 EXPECT_TRUE(c11 != c10); in TEST_F()
116 EXPECT_TRUE(c12 != c10); in TEST_F()
118 EXPECT_TRUE(c13 == c10); in TEST_F()
183 VideoCodec c10(c0); in TEST_F() local
187 c10.params["x"] = "abc"; in TEST_F()
191 EXPECT_TRUE(c10 != c0); in TEST_F()
193 EXPECT_TRUE(c11 != c10); in TEST_F()
[all …]
/external/v8/src/js/
Dharmony-simd.js418 function NAMESwizzleJS(a, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11,
420 return %NAMESwizzle(a, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11,
424 function NAMEShuffleJS(a, b, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10,
426 return %NAMEShuffle(a, b, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10,
500 function Int8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument
510 TO_NUMBER(c10), TO_NUMBER(c11),
516 function Uint8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument
526 TO_NUMBER(c10), TO_NUMBER(c11),
532 function Bool8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument
537 return %CreateBool8x16(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12,
/external/llvm/test/CodeGen/ARM/
Datomic-load-store.ll21 ; ARMV6: mcr p15, #0, {{r[0-9]*}}, c7, c10, #5
23 ; ARMV6: mcr p15, #0, {{r[0-9]*}}, c7, c10, #5
43 ; ARMV6: mcr p15, #0, {{r[0-9]*}}, c7, c10, #5
Dpr3502.ll12 tail call void asm sideeffect "mcr p15, 0, $0, c7, c10, 4 \0A\09", "r,~{memory}"(i32 0) nounwind
/external/libvpx/libvpx/vp8/encoder/x86/
Dfwalsh_sse2.asm79 pmaddwd xmm2, [GLOBAL(cn1)] ; c11 b11 c10 b10
85 pshufd xmm5, xmm2, 0xd8 ; c11 c10 b11 b10
91 punpckhqdq xmm4, xmm5 ; c11 c10 d11 d10
/external/clang/test/CodeGenCXX/
Dvtable-available-externally.cpp155 struct c10 : c1{ struct
158 struct c11 : c10, c1{
Dmangle-ms-return-qualifiers.cpp83 volatile A &c10() { return *(A*)0; } in c10() function
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp925 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)… in isSeamplessLinearMipmapLinearCompareResultValid() local
931 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid()
935 depths0[1] = lookupDepthNoBorder(faces0[c10.face], sampler, c10.s, c10.t); in isSeamplessLinearMipmapLinearCompareResultValid()
952 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+0)… in isSeamplessLinearMipmapLinearCompareResultValid() local
956 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid()
960 depths1[1] = lookupDepthNoBorder(faces1[c10.face], sampler, c10.s, c10.t); in isSeamplessLinearMipmapLinearCompareResultValid()
1034 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+0)),… in isSeamlessLinearCompareResultValid() local
1040 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearCompareResultValid()
1051 depths[1] = lookupDepthNoBorder(faces[c10.face], sampler, c10.s, c10.t); in isSeamlessLinearCompareResultValid()
DtcuTexLookupVerifier.cpp499 …const Vec4 c10 = quad10.p00*(1.0f-a1)*(1.0f-b1) + quad10.p10*a1*(1.0f-b1) + quad10.p01*(1.0f-a1)*… in is3DTrilinearFilterResultValid() local
505 const Vec4 cz1 = c10*(1.0f - c1) + c11*c1; in is3DTrilinearFilterResultValid()
1474 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+0)),… in isSeamlessLinearSampleResultValid() local
1480 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearSampleResultValid()
1491 quad.p10 = lookup<float>(faces[c10.face], sampler, c10.s, c10.t, 0); in isSeamlessLinearSampleResultValid()
1553 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)… in isSeamplessLinearMipmapLinearSampleResultValid() local
1559 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid()
1563 quad0.p10 = lookup<float>(faces0[c10.face], sampler, c10.s, c10.t, 0); in isSeamplessLinearMipmapLinearSampleResultValid()
1587 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+0)… in isSeamplessLinearMipmapLinearSampleResultValid() local
1591 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid()
[all …]
/external/llvm/test/MC/ARM/
Ddeprecated-v8.s17 mcr p15, #0, r5, c7, c10, #4
23 mcr p15, #0, r5, c7, c10, #5
/external/icu/icu4c/as_is/os400/
Dfixup-icu.sh36 cut -c10-18`;
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-system.txt49 # CHECK: sys #7, c6, c10, #7, x7
/external/skia/src/utils/
DSkPatchUtils.cpp110 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() argument
112 SkScalar a = c00 * (1.f - tx) + c10 * tx; in bilerp()
/external/opencv3/modules/imgproc/src/opencl/
DmedianFilter.cl169 T c10; T c11; T4 c12; T c13; T c14;
199 c10 = *(__global T *)(srcptr + src_index + x_leftmost);
233 SHUFFLE4_5(c10, c11, c12, c13, c14, p10, p11, p12, p13, p14);
273 c5=c10; c6=c11; c7=c12; c8=c13; c9=c14;
274 c10=c15; c11=c16; c12=c17; c13=c18; c14=c19;
/external/deqp/modules/glshared/
DglsShaderRenderCase.cpp692 Vec4 c10 = colors[v10]; in computeVertexReference() local
713 const Vec4& t1 = tri ? c01 : c10; in computeVertexReference()
714 const Vec4& t2 = tri ? c10 : c01; in computeVertexReference()
/external/llvm/test/CodeGen/X86/
DMergeConsecutiveStores.ll269 %.01 = phi %struct.B* [ %p, %.lr.ph ], [ %c10, %block4 ]
283 %c10 = getelementptr inbounds %struct.B, %struct.B* %.01, i64 1
315 %.01 = phi %struct.B* [ %p, %.lr.ph ], [ %c10, %block4 ]
329 %c10 = getelementptr inbounds %struct.B, %struct.B* %.01, i64 1
/external/llvm/test/CodeGen/Mips/
Dra-allocatable.ll73 @c10 = external global i32*
222 %81 = load i32*, i32** @c10, align 4
/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp395 …tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_looku… in initTexture() local
397 float dudx = (c10.s - c00.s)*(float)m_textureSpec.width / (float)viewportSize[0]; in initTexture()
/external/llvm/test/Analysis/CostModel/ARM/
Dgep.ll80 %c10 = getelementptr inbounds <4 x i64>, <4 x i64>* undef, i32 %i
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1796 const tcu::Vec4 c10 = colors[v10]; in computeVertexReference() local
1817 const tcu::Vec4& t1 = tri ? c01 : c10; in computeVertexReference()
1818 const tcu::Vec4& t2 = tri ? c10 : c01; in computeVertexReference()
/external/llvm/test/MC/AArch64/
Darm64-aliases.s331 sys #3, c7, c10, #1
333 sys #0, c7, c10, #2
/external/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.td149 def UGP : Rc<10, "ugp", ["c10"]>, DwarfRegNum<[77]>;

123