Home
last modified time | relevance | path

Searched defs:dot3 (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/tests/
DSkSLInterpreterTest.cpp693 auto dot3 = byteCode->getFunction("dot3_test"); in DEF_TEST() local
/third_party/skia/tests/
DSkSLInterpreterTest.cpp706 auto dot3 = SkSL::Program_GetFunction(*program, "dot3_test"); in DEF_TEST() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fMultisampleTests.cpp105 int dot3 = (point.x()-p3.x()) * (p0.y()-p3.y()) + (point.y()-p3.y()) * (p3.x()-p0.x()); in isInsideQuad() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fMultisampleTests.cpp107 int dot3 = (point.x()-p3.x()) * (p0.y()-p3.y()) + (point.y()-p3.y()) * (p3.x()-p0.x()); in isInsideQuad() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp462 Float4 dot3(const Vector4f &v0, const Vector4f &v1) in dot3() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp478 Float4 dot3(const Vector4f &v0, const Vector4f &v1) in dot3() function
991 Float4 dot3 = dx * dx + dy * dy + dz * dz; in dist3() local