Home
last modified time | relevance | path

Searched refs:edge0 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmath.hpp104 T smoothstep(T edge0, T edge1, T x) { in smoothstep() argument
105 T t = clamp((x - edge0) / (edge1 - edge0), T(0), T(1)); in smoothstep()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c389 u16 edge0 = edge1; in sun6i_dsi_get_drq_edge0() local
391 edge0 += (mode->hdisplay + 40) * SUN6I_DSI_TCON_DIV / 8; in sun6i_dsi_get_drq_edge0()
393 if (edge0 > line_num) in sun6i_dsi_get_drq_edge0()
394 return edge0 - line_num; in sun6i_dsi_get_drq_edge0()
425 u16 edge0, edge1; in sun6i_dsi_setup_burst() local
428 edge0 = sun6i_dsi_get_drq_edge0(dsi, mode, line_num, edge1); in sun6i_dsi_setup_burst()
431 SUN6I_DSI_BURST_DRQ_EDGE0(edge0) | in sun6i_dsi_setup_burst()