Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/modules/color/
H A Dcolor_gamma.c1068 uint32_t numberof_points, in build_evenly_distributed_points() argument
1077 ASSERT(numberof_points > 0); in build_evenly_distributed_points()
1078 p_last = p + numberof_points - 1; in build_evenly_distributed_points()
1082 numberof_points - 1); in build_evenly_distributed_points()
1090 } while (i < numberof_points); in build_evenly_distributed_points()