Searched refs:vert_c (Results 1 – 6 of 6) sorted by relevance
/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian3d/ |
D | draw_impl.rs | 238 let mut vert_c = vert_a; localVariable 242 vert_c[idx] = &ranges[idx][1]; 247 vert_c[0].get_x(), 248 vert_c[1].get_y(), 249 vert_c[2].get_z(), 254 (vert_c, vert_d)
|
/external/mesa3d/src/amd/vpelib/src/core/ |
D | background.c | 62 scaler_data->ratios.vert_c = vpe_fixpt_from_fraction(1, 2); in vpe_create_bg_segments() 66 scaler_data->ratios.vert_c = vpe_fixpt_one; in vpe_create_bg_segments() 105 vpe_fixpt_add_int(scaler_data->ratios.vert_c, (int)(scaler_data->taps.v_taps_c + 1)), in vpe_create_bg_segments()
|
D | resource.c | 416 scl_data->ratios.vert_c = scl_data->ratios.vert; in calculate_scaling_ratios() 420 scl_data->ratios.vert_c.value /= 2; in calculate_scaling_ratios() 426 scl_data->ratios.vert_c = vpe_fixpt_truncate(scl_data->ratios.vert_c, 19); in calculate_scaling_ratios() 444 (uint32_t)vpe_fixpt_ceil(vpe_fixpt_mul_int(data->ratios.vert_c, (int)data->recout.height)); in calculate_viewport_size() 583 src_rect.height / vpc_v_div, data->taps.v_taps_c, data->ratios.vert_c, init_adj_v, in calculate_inits_and_viewports()
|
/external/mesa3d/src/amd/vpelib/src/chip/vpe10/ |
D | vpe10_dpp_dscl.c | 55 data->ratios.horz_c.value == one && data->ratios.vert_c.value == one) in vpe10_dpp_dscl_get_dscl_mode() 206 dpp1_dscl_get_filter_coeffs_64p((int)scl_data->taps.v_taps_c, scl_data->ratios.vert_c); in vpe10_dpp_dscl_set_scl_filter() 247 vpe_fixpt_u3d19(data->ratios.vert_c) << 5); in vpe10_dpp_dscl_set_scale_ratio()
|
D | vpe10_dpp.c | 446 min_taps_c = (uint32_t)vpe_fixpt_ceil(scl_data->ratios.vert_c); in vpe10_dpp_validate_number_of_taps() 456 if (vpe_fixpt_ceil(scl_data->ratios.vert_c) > 2) in vpe10_dpp_validate_number_of_taps() 457 max_taps_c = num_part_c - ((uint32_t)vpe_fixpt_ceil(scl_data->ratios.vert_c) - 2); in vpe10_dpp_validate_number_of_taps()
|
/external/mesa3d/src/amd/vpelib/src/core/inc/ |
D | transform.h | 69 struct fixed31_32 vert_c; member
|