Home
last modified time | relevance | path

Searched refs:dot (Results 176 - 200 of 234) sorted by relevance

12345678910

/third_party/skia/tests/
H A DSkSLDSLTest.cpp1484 DSLFunction dot(kFloat2_Type, "dot", x, y);
1485 dot.define(
1488 EXPECT_EQUAL(dot(Float2(1.0f, 2.0f), Float2(3.0f, 4.0f)),
1489 "dot(float2(1.0, 2.0), float2(3.0, 4.0))");
1492 "float2 dot(float2 x, float2 y) { return ((x * x) + (y * y)); }");
1796 EXPECT_EQUAL(Dot(a, b), "dot(a, b)"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1376 assert(Token.is(MIToken::dot)); in parseSubRegisterIndex()
1454 if (Token.is(MIToken::dot)) { in parseRegisterOperand()
1537 assert(Token.is(MIToken::dot)); in parseTargetImmMnemonic()
2604 case MIToken::dot: {
H A DMILexer.cpp612 return MIToken::dot; in symbolToken()
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_algebraic.cpp188 /* Recognize (v.x + v.y) + (v.z + v.w) as dot(v, 1.0) */
222 return dot(x->val, new(mem_ctx) ir_constant(1.0f, 4)); in try_replace_with_dot()
530 /* Recognize (v.x + v.y) + (v.z + v.w) as dot(v, 1.0) */ in handle_expression()
H A Dbuiltin_functions.cpp1165 BA1(dot);
2170 FD(dot) in create_builtins()
6438 body.emit(ret(sqrt(dot(x, x)))); in _length()
6455 body.emit(ret(sqrt(dot(p, p)))); in _distance()
6496 body.emit(ret(mul(x, rsq(dot(x, x))))); in _normalize()
6522 body.emit(if_tree(less(dot(Nref, I), IMM_FP(type, 0.0)), in _faceforward()
6535 /* I - 2 * dot(N, I) * N */ in _reflect()
6536 body.emit(ret(sub(I, mul(IMM_FP(type, 2.0), mul(dot(N, I), N))))); in _reflect()
6550 body.emit(assign(n_dot_i, dot(N, I))); in _refract()
6553 * k = 1.0 - eta * eta * (1.0 - dot( in _refract()
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dty.rs5 use super::dot::DotAttributes;
H A Dcomp.rs6 use super::dot::DotAttributes;
/third_party/python/Include/internal/
H A Dpycore_runtime_init.h668 INIT_STR(dot, "."), \
/third_party/skia/src/core/
H A DSkPathBuilder.cpp369 // calling SkScalarSinSnapToZero will make sin(endAngle) be 0 which will then draw a dot. in arcTo()
429 double cosh = befored.dot(afterd); in arcTo()
H A DSkPath.cpp1136 // calling SkScalarSinSnapToZero will make sin(endAngle) be 0 which will then draw a dot. in arcTo()
1346 double cosh = befored.dot(afterd); in arcTo()
2209 return fLastVec.dot(curVec) < 0 ? kBackwards_DirChange : kStraight_DirChange; in directionChange()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp879 const deUint32 srcPos = tcu::dot(srcBlockPitch, UVec2(srcBlockOffset.x(), srcBlockOffset.y() + y)); in imageCopyTest()
880 const deUint32 dstPos = tcu::dot(dstBlockPitch, UVec2(dstBlockOffset.x(), dstBlockOffset.y() + y)); in imageCopyTest()
H A DvktYCbCrUtil.cpp821 const deInt32 bitOffset (m_bitOffset + tcu::dot(m_bitPitch, pos)); in getChannelUint()
839 const deInt32 bitOffset (m_bitOffset + tcu::dot(m_bitPitch, pos));
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js867 * Calculates the dot product of this vector and another vector.
869 * @param {lunr.Vector} otherVector - The vector to compute the dot product with.
872 lunr.Vector.prototype.dot = function (otherVector) {
903 return this.dot(otherVector) / this.magnitude() || 0
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp761 Instruction *dot = emit(sw::Shader::OPCODE_DP(size), result, 0, left, 0, right, i); in visitBinary() local
762 dot->dst.mask = 1 << i; in visitBinary()
906 Instruction *dot = emit(dpOpcode, result, 0, left, 0, right, i); in visitBinary() local
907 dot->dst.mask = 1 << i; in visitBinary()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp820 const deInt32 bitOffset (m_bitOffset + tcu::dot(m_bitPitch, pos)); in getChannelUint()
838 const deInt32 bitOffset (m_bitOffset + tcu::dot(m_bitPitch, pos));
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c721 wpa_printf(MSG_DEBUG, "DPP: Missing dot(1) in signedConnector"); in dpp_process_signed_connector()
752 "DPP: Missing dot(2) in signedConnector"); in dpp_process_signed_connector()
1880 char *dot = "."; in dpp_build_conn_signature() local
1887 vector[1] = (const u8 *) dot; in dpp_build_conn_signature()
/third_party/glslang/glslang/Include/
H A DConstantUnion.h918 double dot(const TConstUnionArray& rhs) in dot() function in glslang::TConstUnionArray
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_sse_4.h1264 * @brief Return the dot product for the full 4 lanes, returning scalar.
1272 * @brief Return the dot product for the full 4 lanes, returning vector.
1274 ASTCENC_SIMD_INLINE vfloat4 dot(vfloat4 a, vfloat4 b) in dot() function
1280 * @brief Return the dot product for the bottom 3 lanes, returning scalar.
1288 * @brief Return the dot product for the bottom 3 lanes, returning vector.
/third_party/node/deps/v8/tools/
H A Dll_prof.py863 parser.add_option("--dot",
866 help="produce dot output (WIP) [default: %default]")
965 if options.dot:
/third_party/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp561 return dot(swizzle_xyz(smear(tmp0)), swizzle_xyz(smear(tmp1))); in emit_combine()
/third_party/skia/src/pathops/
H A DSkOpAngle.cpp1126 // m = v1.cross(v2) / v1.dot(v2) in tangentsDiverge()
1129 double s0dt0 = sweep[0].dot(tweep[0]); in tangentsDiverge()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dmod.rs558 pub fn dot(bytes: bool) -> Hir { in dot() functions
576 /// `dot` method.
/third_party/backends/backend/
H A Dhp3900_rts8822.c7719 /* Get channels per dot and channel's size in bytes */ in Scan_Read_BufferA()
7939 /* read channels per dot from registers */ in Reading_BufferSize_Get()
8877 case 3: /* 3 channels per dot */ in RTS_Setup_Shading()
8895 case 2: /* 2 channels per dot */ in RTS_Setup_Shading()
12331 SANE_Int dot; in Calib_AdcOffsetRT() local
12333 for (dot = 0; in Calib_AdcOffsetRT()
12334 dot < (calibcfg->OffsetNPixel - lf104 + 1) / 2; in Calib_AdcOffsetRT()
12335 dot++) in Calib_AdcOffsetRT()
12338 (dot * (channels_per_dot * 2))]; in Calib_AdcOffsetRT()
12449 SANE_Int dot; in Calib_AdcOffsetRT() local
[all...]
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp954 /** @brief Test vfloat4 dot. */
955 TEST(vfloat4, dot) in TEST()
959 vfloat4 r1 = dot(a1, b1); in TEST()
973 vfloat4 r2 = dot(a2, b2); in TEST()
/third_party/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp210 "half clip = half(saturate(circleEdge.z * dot(circleEdge.xy, "
214 "clip *= half(saturate(circleEdge.z * dot(circleEdge.xy, "
219 "clip = saturate(clip + half(saturate(circleEdge.z * dot(circleEdge.xy,"
649 fragBuilder->codeAppend("float test = dot(offset, offset) - 1.0;");
656 fragBuilder->codeAppend("float grad_dot = dot(grad, grad);");
676 fragBuilder->codeAppend("test = dot(offset, offset) - 1.0;");
683 fragBuilder->codeAppend("grad_dot = dot(grad, grad);");
841 fragBuilder->codeAppend("float test = dot(scaledOffset, scaledOffset) - 1.0;");
852 fragBuilder->codeAppend("float grad_dot = 4.0*dot(grad, grad);");
874 fragBuilder->codeAppend("test = dot(scaledOffse
[all...]

Completed in 83 milliseconds

12345678910