Searched refs:MinWidth (Results 1 – 3 of 3) sorted by relevance
667 return supportCaps.ScaleSupport.OutputSizeRange.MinWidth; in d3d12_screen_get_video_param_postproc()675 return supportCaps.ScaleSupport.OutputSizeRange.MinWidth; in d3d12_screen_get_video_param_postproc()
5132 unsigned MinWidth = -1U; in getSmallestAndWidestTypes() local5176 MinWidth = std::min(MinWidth, in getSmallestAndWidestTypes()5183 return {MinWidth, MaxWidth}; in getSmallestAndWidestTypes()
3985 unsigned MinWidth = NegMaskVal.getMinSignedBits(); in shrinkAndImmediate() local3986 if (MinWidth > 32 || (MinWidth > 8 && MaskVal.getMinSignedBits() <= 32)) in shrinkAndImmediate()