Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
H A Damdgpu_color_gamma.c38 #define NUM_PTS_IN_REGION 16 macro
40 #define MAX_HW_POINTS (NUM_PTS_IN_REGION*NUM_REGIONS)
64 static struct fixed31_32 pow_buffer[NUM_PTS_IN_REGION];
92 NUM_PTS_IN_REGION); in setup_x_points_distribution()
93 seg_offset = (segment + (NUM_REGIONS - 7)) * NUM_PTS_IN_REGION; in setup_x_points_distribution()
97 index < seg_offset + NUM_PTS_IN_REGION; in setup_x_points_distribution()
281 begin_index = 13 * NUM_PTS_IN_REGION; in precompute_de_pq()
282 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in precompute_de_pq()
835 memset(pow_buffer, 0, NUM_PTS_IN_REGION * sizeof(struct fixed31_32)); in build_regamma()
1038 begin_index = 13 * NUM_PTS_IN_REGION; in build_degamma()
[all …]