Home
last modified time | relevance | path

Searched refs:xdiff (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.cpp49 const Sk4f& ynext, Sk4f* xdiff, Sk4f* ydiff, Sk4f* invLengths) { in compute_edge_vectors() argument
50 *xdiff = xnext - x; in compute_edge_vectors()
52 *invLengths = fma(*xdiff, *xdiff, *ydiff * *ydiff).rsqrt(); in compute_edge_vectors()
53 *xdiff *= *invLengths; in compute_edge_vectors()
60 static AI void outset_masked_vertices(const Sk4f& outset, const Sk4f& outsetCW, const Sk4f& xdiff, in outset_masked_vertices() argument
68 *x += fma(maskedOutsetCW, nextCW(xdiff), maskedOutset * xdiff); in outset_masked_vertices()
85 static AI void outset_vertices(const Sk4f& outset, const Sk4f& outsetCW, const Sk4f& xdiff, in outset_vertices() argument
89 *x += fma(outsetCW, nextCW(xdiff), -outset * xdiff); in outset_vertices()
107 static void adjust_non_rectilinear_outset(const Sk4f& xdiff, const Sk4f& ydiff, Sk4f* outset) { in adjust_non_rectilinear_outset() argument
110 Sk4f cosTheta = fma(xdiff, nextCW(xdiff), ydiff * nextCW(ydiff)); in adjust_non_rectilinear_outset()
[all …]
/external/igt-gpu-tools/lib/
Digt_frame.c338 unsigned int xdiff = 0, ydiff = 0; in igt_check_checkerboard_frame_match() local
344 xdiff += abs(XR24_COLOR_VALUE(ref_data, ref_stride, x + span, y, c) - in igt_check_checkerboard_frame_match()
350 edges_map[y * width + x] = (xdiff > edge_threshold || in igt_check_checkerboard_frame_match()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/
Darm_math.h6761 float32_t xdiff, ydiff; in arm_bilinear_interp_f32() local
6797 xdiff = X - xIndex; in arm_bilinear_interp_f32()
6803 out = b1 + b2 * xdiff + b3 * ydiff + b4 * xdiff * ydiff; in arm_bilinear_interp_f32()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/
Darm_math.h6761 float32_t xdiff, ydiff; in arm_bilinear_interp_f32() local
6797 xdiff = X - xIndex; in arm_bilinear_interp_f32()
6803 out = b1 + b2 * xdiff + b3 * ydiff + b4 * xdiff * ydiff; in arm_bilinear_interp_f32()