Home
last modified time | relevance | path

Searched refs:MinWidth (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_screen.cpp667 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5132 unsigned MinWidth = -1U; in getSmallestAndWidestTypes() local
5176 MinWidth = std::min(MinWidth, in getSmallestAndWidestTypes()
5183 return {MinWidth, MaxWidth}; in getSmallestAndWidestTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3985 unsigned MinWidth = NegMaskVal.getMinSignedBits(); in shrinkAndImmediate() local
3986 if (MinWidth > 32 || (MinWidth > 8 && MaskVal.getMinSignedBits() <= 32)) in shrinkAndImmediate()