HomeSort by: relevance | last modified time | path
    Searched refs:curve (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_dpp_cm.c 584 const struct gamma_curve *curve; local in function:dpp20_program_shaper_luta_settings
609 curve = params->arr_curve_points;
611 CM_SHAPER_RAMA_EXP_REGION0_LUT_OFFSET, curve[0].offset,
612 CM_SHAPER_RAMA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num,
613 CM_SHAPER_RAMA_EXP_REGION1_LUT_OFFSET, curve[1].offset,
614 CM_SHAPER_RAMA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num);
616 curve += 2;
618 CM_SHAPER_RAMA_EXP_REGION2_LUT_OFFSET, curve[0].offset,
619 CM_SHAPER_RAMA_EXP_REGION2_NUM_SEGMENTS, curve[0].segments_num,
620 CM_SHAPER_RAMA_EXP_REGION3_LUT_OFFSET, curve[1].offset
734 const struct gamma_curve *curve; local in function:dpp20_program_shaper_lutb_settings
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_opp_regamma_v.c 125 * build regamma curve by using predefined hw points
140 const struct gamma_curve *curve; local in function:regamma_config_regions_and_segments
199 curve = params->arr_curve_points;
205 curve[0].offset,
211 curve[0].segments_num,
217 curve[1].offset,
223 curve[1].segments_num,
233 curve += 2;
238 curve[0].offset,
244 curve[0].segments_num
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_transform.c 1217 const struct gamma_curve *curve; local in function:regamma_config_regions_and_segments
1233 curve = params->arr_curve_points;
1236 REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET, curve[0].offset,
1237 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num,
1238 REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET, curve[1].offset,
1239 REGAMMA_CNTLA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num);
1240 curve += 2;
1243 REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET, curve[0].offset,
1244 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num,
1245 REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET, curve[1].offset
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 1021 static bool build_degamma(struct pwl_float_data_ex *curve,
1042 curve[i].r = dc_fixpt_zero;
1043 curve[i].g = dc_fixpt_zero;
1044 curve[i].b = dc_fixpt_zero;
1049 curve[i].r = translate_to_linear_space_ex(
1051 curve[i].g = curve[i].r;
1052 curve[i].b = curve[i].r;
1056 curve[i].r = dc_fixpt_one
1796 struct pwl_float_data_ex *curve = NULL; local in function:mod_color_calculate_degamma_params
    [all...]
  /src/tests/crypto/libcrypto/ecdh/
ecdhtest.c 5 * The Elliptic Curve Public-Key Crypto Library (ECC Code) included
473 # define test_ecdh_kat(bio, curve, bits) \
474 ecdh_kat(bio, curve, NID_brainpoolP##bits##r1, \
503 (NID_X9_62_prime192v1, "NIST Prime-Curve P-192", ctx, out))
505 if (!test_ecdh_curve(NID_secp224r1, "NIST Prime-Curve P-224", ctx, out))
508 (NID_X9_62_prime256v1, "NIST Prime-Curve P-256", ctx, out))
510 if (!test_ecdh_curve(NID_secp384r1, "NIST Prime-Curve P-384", ctx, out))
512 if (!test_ecdh_curve(NID_secp521r1, "NIST Prime-Curve P-521", ctx, out))
516 if (!test_ecdh_curve(NID_sect163k1, "NIST Binary-Curve K-163", ctx, out))
518 if (!test_ecdh_curve(NID_sect163r2, "NIST Binary-Curve B-163", ctx, out)
    [all...]

Completed in 15 milliseconds