Searched refs:s2x (Results 1 – 6 of 6) sorted by relevance
/external/fonttools/Lib/fontTools/misc/ |
D | bezierTools.py | 921 s2x, s2y = s2 924 math.isclose(s2x, e2x) and math.isclose(s1x, e1x) and not math.isclose(s1x, s2x) 931 if math.isclose(s2x, e2x) and math.isclose(s2y, e2y): # Line segment is tiny 937 slope34 = (e2y - s2y) / (e2x - s2x) 938 y = slope34 * (x - s2x) + s2y 945 if math.isclose(s2x, e2x): 946 x = s2x 957 slope34 = (e2y - s2y) / (e2x - s2x) 960 x = (slope12 * s1x - s1y - slope34 * s2x + s2y) / (slope12 - slope34)
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_msaa.c | 28 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ argument 30 (((unsigned)(s1y)&0xf) << 12) | (((unsigned)(s2x)&0xf) << 16) | \
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.h | 912 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ argument 915 (((unsigned)(s2x) & 0xf) << 16) | (((unsigned)(s2y) & 0xf) << 20) | \
|
/external/mesa3d/src/amd/vulkan/ |
D | si_cmd_buffer.c | 1837 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ argument 1840 (((unsigned)(s2x) & 0xf) << 16) | (((unsigned)(s2y) & 0xf) << 20) | \
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | rasterize.cl | 2420 SKC_RASTERIZE_FLOAT const s2x = skc_subgroup_shuffle(b2x,s_source); 2429 …SKC_RASTERIZE_FLOAT l1x = round(mad(mad(mad(s3x,s_t,s2x),s_t,s1x),s_t,s0x)); // 3 MAD + ROUND 2702 SKC_RASTERIZE_FLOAT const s2x = skc_subgroup_shuffle(b2x,s_source); 2708 SKC_RASTERIZE_FLOAT l1x = round(mad(mad(s2x,s_t,s1x),s_t,s0x)); // 2 MAD + ROUND
|
/external/libpng/ |
D | CHANGES | 285 Added makefile.os2 and pngos2.def (A. Zabolotny) and makefile.s2x (W. Sebok) 325 Minor changes to makefile.s2x 329 Changed makefile.s2x to reduce security risk of using a relative pathname 430 Changed "ln -sf" to "ln -s -f" in makefile.s2x, makefile.lnx, and
|