Home
last modified time | relevance | path

Searched defs:dot2 (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tests/
H A DSkSLInterpreterTest.cpp707 auto dot2 = SkSL::Program_GetFunction(*program, "dot2_test"); in DEF_TEST() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fMultisampleTests.cpp104 int dot2 = (point.x()-p2.x()) * (p3.y()-p2.y()) + (point.y()-p2.y()) * (p2.x()-p3.x()); in isInsideQuad() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.cpp457 Float4 dot2(const Vector4f &v0, const Vector4f &v1) in dot2() function
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fMultisampleTests.cpp106 int dot2 = (point.x()-p2.x()) * (p3.y()-p2.y()) + (point.y()-p2.y()) * (p2.x()-p3.x()); in isInsideQuad() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp473 Float4 dot2(const Vector4f &v0, const Vector4f &v1) in dot2() function
982 Float4 dot2 = dx * dx + dy * dy; in dist2() local
[all...]

Completed in 14 milliseconds