HomeSort by: relevance | last modified time | path
    Searched defs:coordinates_x (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 42 static struct hw_x_point coordinates_x[MAX_HW_POINTS + 2]; variable in typeref:struct:hw_x_point[]
86 coordinates_x[MAX_HW_POINTS].x = region_size;
87 coordinates_x[MAX_HW_POINTS + 1].x = region_size;
94 coordinates_x[seg_offset].x = region_size;
99 coordinates_x[index].x = dc_fixpt_add
100 (coordinates_x[index-1].x, increment);
113 LOG_GAMMA_WRITE("%llu\n", coordinates_x[i].x.value);
254 const struct hw_x_point *coord_x = coordinates_x + 32;
288 compute_de_pq(coordinates_x[i].x, &y);
585 const struct hw_x_point *coordinates_x,
    [all...]
amdgpu_color_gamma.c 42 static struct hw_x_point coordinates_x[MAX_HW_POINTS + 2]; variable in typeref:struct:hw_x_point[]
86 coordinates_x[MAX_HW_POINTS].x = region_size;
87 coordinates_x[MAX_HW_POINTS + 1].x = region_size;
94 coordinates_x[seg_offset].x = region_size;
99 coordinates_x[index].x = dc_fixpt_add
100 (coordinates_x[index-1].x, increment);
113 LOG_GAMMA_WRITE("%llu\n", coordinates_x[i].x.value);
254 const struct hw_x_point *coord_x = coordinates_x + 32;
288 compute_de_pq(coordinates_x[i].x, &y);
585 const struct hw_x_point *coordinates_x,
    [all...]
amdgpu_color_gamma.c 42 static struct hw_x_point coordinates_x[MAX_HW_POINTS + 2]; variable in typeref:struct:hw_x_point[]
86 coordinates_x[MAX_HW_POINTS].x = region_size;
87 coordinates_x[MAX_HW_POINTS + 1].x = region_size;
94 coordinates_x[seg_offset].x = region_size;
99 coordinates_x[index].x = dc_fixpt_add
100 (coordinates_x[index-1].x, increment);
113 LOG_GAMMA_WRITE("%llu\n", coordinates_x[i].x.value);
254 const struct hw_x_point *coord_x = coordinates_x + 32;
288 compute_de_pq(coordinates_x[i].x, &y);
585 const struct hw_x_point *coordinates_x,
    [all...]

Completed in 32 milliseconds