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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 1330 struct dc_transfer_func_distributed_points *tf_pts)
1352 regamma_y = &tf_pts->red[i];
1354 regamma_y = &tf_pts->green[i];
1356 regamma_y = &tf_pts->blue[i];
1459 struct dc_transfer_func_distributed_points *tf_pts)
1480 tf_pts->red[i] = calculate_mapped_value(
1482 tf_pts->green[i] = calculate_mapped_value(
1484 tf_pts->blue[i] = calculate_mapped_value(
1516 struct dc_transfer_func_distributed_points *tf_pts)
1536 tf_pts->red[i] = dc_fixpt_zero
1733 struct dc_transfer_func_distributed_points *tf_pts = &output_tf->tf_pts; local in function:calculate_user_regamma_ramp
1793 struct dc_transfer_func_distributed_points *tf_pts = &input_tf->tf_pts; local in function:mod_color_calculate_degamma_params
2009 struct dc_transfer_func_distributed_points *tf_pts = &output_tf->tf_pts; local in function:mod_color_calculate_regamma_params
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 664 struct dc_transfer_func_distributed_points tf_pts; member in union:dc_transfer_func::__anon04b895870b0a

Completed in 14 milliseconds