Searched refs:vsr (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dconstvars.c15 volatile short /*&*/vsr, volatile long *vlp, float *volatile fpv,
14 qux2(volatile unsigned char vuc, const volatile int cvi, volatile short vsr, volatile long *vlp, float *volatile fpv, const volatile signed char *const volatile cvscpcv) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddce_calcs.c423 /* vsr*/
487 data->vsr[i] = bw_mul(data->vsr_after_stereo, bw_int_to_fixed(2));
490 data->vsr[i] = data->vsr_after_stereo;
541 if (bw_neq(data->vsr[i], bw_int_to_fixed(1))) {
542 if (bw_mtn(data->vsr[i], bw_int_to_fixed(4))) {
546 if (bw_mtn(data->vsr[i], data->v_taps[i])) {
776 /*if the dmif data buffer size holds more than vta_ps worth of source lines, then only vsr is used.*/
798 /*multi-line buffer prefetching is only done in the graphics pipe when the scaler is disabled or when upscaling and the vsr <= 0.8.'*/
805 data->v_filter_init[i] = bw_floor2(bw_div((bw_add(bw_add(bw_add(bw_int_to_fixed(1), data->v_taps[i]), data->vsr[i]), bw_mul(bw_mul(bw_int_to_fixed(data->interlace_mode[i]), bw_frc_to_fixed(5, 10)), data->vsr[
[all...]
H A Dcalcs_logger.h439 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] vsr[%d]:%d", i, bw_fixed_to_int(data->vsr[i]));
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/
H A Ddce_calcs.h403 struct bw_fixed vsr[maximum_number_of_surfaces]; member in struct:bw_calcs_data

Completed in 187 milliseconds