Home
last modified time | relevance | path

Searched refs:new_width (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/utils/
H A Dconvert_arm_neon.py84 new_width = typespec_elt_size(elt)
85 if new_width and new_width != default_width:
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c1498 int new_width; in dcn20_split_stream_for_odm() local
1506 new_width = sd->h_active - sd->recout.x; in dcn20_split_stream_for_odm()
1508 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1510 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1511 sd->recout.width = new_width; in dcn20_split_stream_for_odm()
1518 if (new_width <= 16) in dcn20_split_stream_for_odm()
1520 new_width = sd->recout.width + sd->recout.x - sd->h_active; in dcn20_split_stream_for_odm()
1522 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1524 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1525 sd->recout.width = new_width; in dcn20_split_stream_for_odm()