Home
last modified time | relevance | path

Searched refs:s1x (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
DbezierTools.py919 s1x, s1y = s1
924 math.isclose(s2x, e2x) and math.isclose(s1x, e1x) and not math.isclose(s1x, s2x)
933 if math.isclose(s1x, e1x) and math.isclose(s1y, e1y): # Line segment is tiny
935 if math.isclose(e1x, s1x):
936 x = s1x
947 slope12 = (e1y - s1y) / (e1x - s1x)
948 y = slope12 * (x - s1x) + s1y
956 slope12 = (e1y - s1y) / (e1x - s1x)
960 x = (slope12 * s1x - s1y - slope34 * s2x + s2y) / (slope12 - slope34)
961 y = slope12 * (x - s1x) + s1y
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_msaa.c28 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ argument
29 ((((unsigned)(s0x)&0xf) << 0) | (((unsigned)(s0y)&0xf) << 4) | (((unsigned)(s1x)&0xf) << 8) | \
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h912 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ argument
914 (((unsigned)(s1x) & 0xf) << 8) | (((unsigned)(s1y) & 0xf) << 12) | \
/external/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1837 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ argument
1839 (((unsigned)(s1x) & 0xf) << 8) | (((unsigned)(s1y) & 0xf) << 12) | \
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl2417 SKC_RASTERIZE_FLOAT const s1x = skc_subgroup_shuffle(b1x,s_source);
2429 …SKC_RASTERIZE_FLOAT l1x = round(mad(mad(mad(s3x,s_t,s2x),s_t,s1x),s_t,s0x)); // 3 MAD + ROUND
2699 SKC_RASTERIZE_FLOAT const s1x = skc_subgroup_shuffle(b1x,s_source);
2708 SKC_RASTERIZE_FLOAT l1x = round(mad(mad(s2x,s_t,s1x),s_t,s0x)); // 2 MAD + ROUND