Searched refs:V4f (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/geometry/ |
D | GrQuad.cpp | 12 using V4f = skvx::Vec<4, float>; typedef 19 V4f* xs, V4f* ys) { in map_rect_translate_scale() 23 V4f r = V4f::Load(&rect); in map_rect_translate_scale() 25 const V4f t{m.getTranslateX(), m.getTranslateY(), m.getTranslateX(), m.getTranslateY()}; in map_rect_translate_scale() 29 const V4f s{m.getScaleX(), m.getScaleY(), m.getScaleX(), m.getScaleY()}; in map_rect_translate_scale() 37 static void map_quad_general(const V4f& qx, const V4f& qy, const SkMatrix& m, in map_quad_general() 38 V4f* xs, V4f* ys, V4f* ws) { in map_quad_general() 42 V4f w = m.getPerspX() * qx + (m.getPerspY() * qy + m.get(SkMatrix::kMPersp2)); in map_quad_general() 48 V4f iw = 1.f / w; in map_quad_general() 58 V4f* xs, V4f* ys, V4f* ws) { in map_rect_general() [all …]
|
D | GrQuadUtils.cpp | 16 using V4f = skvx::Vec<4, float>; typedef 40 static AI V4f next_diag(const V4f& v) { in next_diag() 47 static AI void correct_bad_edges(const M4f& bad, V4f* e1, V4f* e2, V4f* e3) { in correct_bad_edges() 59 static AI void correct_bad_coords(const M4f& bad, V4f* c1, V4f* c2, V4f* c3) { in correct_bad_coords() 241 const V4f& testX, const V4f& testY, in barycentric_coords() 242 V4f* u, V4f* v, V4f* w) { in barycentric_coords() 298 V4f v2x = (scaleX * testX) - x0; in barycentric_coords() 299 V4f v2y = (scaleY * testY) - y0; in barycentric_coords() 301 V4f dot02 = v0x * v2x + v0y * v2y; in barycentric_coords() 302 V4f dot12 = v1x * v2x + v1y * v2y; in barycentric_coords() [all …]
|
/external/clang/test/CodeGen/ |
D | builtins-x86.c | 24 typedef float V4f __attribute__((vector_size(16))); typedef 86 V4f tmp_V4f; in f0() 89 V4f* tmp_V4fp; in f0() 91 const V4f* tmp_V4fCp; in f0()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-x86.c | 33 typedef float V4f __attribute__((vector_size(16))); typedef 108 V4f tmp_V4f; in f0() 111 V4f* tmp_V4fp; in f0() 113 const V4f* tmp_V4fCp; in f0()
|
/external/clang/include/clang/Basic/ |
D | BuiltinsX86.def | 307 TARGET_BUILTIN(__builtin_ia32_storehps, "vV2i*V4f", "", "sse") 308 TARGET_BUILTIN(__builtin_ia32_storelps, "vV2i*V4f", "", "sse") 418 TARGET_BUILTIN(__builtin_ia32_movntss, "vf*V4f", "", "sse4a")
|
/external/llvm-project/clang/include/clang/Basic/ |
D | BuiltinsX86.def | 434 TARGET_BUILTIN(__builtin_ia32_movntss, "vf*V4f", "nV:128:", "sse4a")
|