Home
last modified time | relevance | path

Searched defs:c10 (Results 1 - 25 of 30) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DambientConstLiterals.js45 var c10 = [123]; variable
H A DstrictBindCallApply1.js134 var c10 = c.foo.call(c, 10, "hello"); variable
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dassembler.h113 mcr p15, 0, r0, c7, c10, 4 variable
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dassembler.h116 mcr p15, 0, r0, c7, c10, 4 variable
/third_party/skia/src/core/
H A DSkMipmap.cpp206 auto c10 = F::Expand(p1[0]); in downsample_1_2() local
224 auto c10 = F::Expand(p1[0]); in downsample_1_3() local
259 auto c10 = F::Expand(p1[0]); in downsample_2_2() local
279 auto c10 = F::Expand(p1[0]); in downsample_2_3() local
/third_party/skia/src/utils/
H A DSkPatchUtils.cpp149 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() argument
156 bilerp(SkScalar tx, SkScalar ty, const Sk4f& c00, const Sk4f& c10, const Sk4f& c01, const Sk4f& c11) bilerp() argument
/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Ddps310.c89 s32 c00, c10, c20, c30, c01, c11, c21; member
116 u32 c00, c10, c20, c30, c01, c11, c21; in dps310_get_coefs() local
/kernel/linux/linux-6.6/drivers/platform/x86/intel/pmc/
H A Dcore.c819 bool c10; in pmc_core_lpm_latch_mode_show() local
851 bool clear = false, c10 = false; in pmc_core_lpm_latch_mode_write() local
[all...]
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Ddps310.c89 s32 c00, c10, c20, c30, c01, c11, c21; member
116 u32 c00, c10, c20, c30, c01, c11, c21; in dps310_get_coefs() local
/third_party/openssl/test/
H A Dsanitytest.c40 a10, b10, c10, d10, e10, f10, g10, h10, i10, j10, in test_sanity_enum_size() enumerator
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp395 tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_lookupSpec.minCoord[1]*proj, m_lookupSpec.minCoord[2]*proj)); in initTexture() local
/third_party/ffmpeg/libavfilter/
H A Dvf_lut3d.c131 const struct rgbvec c10 = lerp(&c010, &c110, d.r); in interp_trilinear() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp608 tcu::CubeFaceFloatCoords c10 = in initTexture() local
688 tcu::CubeFaceFloatCoords c10 = in initTexture() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp764 Vec4 c10 = colors[v10]; in computeVertexReference() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp1647 Float4 c10 = readFloat4(s10, state); in sample() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp477 Vector4s c10 = sampleTexel(uuuu1, vvvv0, wwww, layerIndex, offset, sample, mipmap, buffer, function); in sampleQuad2D() local
946 Vector4f c10 = sampleTexel(x1, y0, z, dRef, sample, mipmap, buffer, function); sampleFloat2D() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.cpp692 Vec4 c10 = colors[v10]; in computeVertexReference() local
/third_party/libdrm/tests/tegra/
H A Dvic30.h228 uint64_t c10 : 20; /* 39..20 */ member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp1112 Color<float> c10 = read(x1, y0, layer); in sample() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp654 tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_lookupSpec.minCoord[1]*proj, m_lookupSpec.minCoord[2]*proj)); in initTexture() local
/third_party/vk-gl-cts/framework/common/
H A DtcuTexLookupVerifier.cpp544 const Vec4 c10 = quad10.p00*(1.0f-a1)*(1.0f-b1) + quad10.p10*a1*(1.0f-b1) + quad10.p01*(1.0f-a1)*b1 + quad10.p11*a1*b1; in is3DTrilinearFilterResultValid() local
1551 const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+0)), size); variable
1639 const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)), size0); variable
1673 const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+0)), size1); global() variable
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1407 LLVMValueRef c00, c01, c10, c11, c00f, c01f, c10f, c11f; in lp_build_sample_image_linear() local
/third_party/openssl/ohos_lite/crypto/ec/
H A Dcurve25519.c4996 int64_t c10 = kBottom21Bits & (load_3(c + 26) >> 2); in sc_muladd() local
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/include/
H A Dintel-ipu3.h1836 __u32 c10:2; member
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h1873 __u32 c10:2; member

Completed in 67 milliseconds

12