Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp278 dxbc::PipelinePSVInfo &StageInfo = Info.StageInfo; in mapInfoForVersion() local
283 IO.mapRequired("DepthOutput", StageInfo.PS.DepthOutput); in mapInfoForVersion()
284 IO.mapRequired("SampleFrequency", StageInfo.PS.SampleFrequency); in mapInfoForVersion()
287 IO.mapRequired("OutputPositionPresent", StageInfo.VS.OutputPositionPresent); in mapInfoForVersion()
290 IO.mapRequired("InputPrimitive", StageInfo.GS.InputPrimitive); in mapInfoForVersion()
291 IO.mapRequired("OutputTopology", StageInfo.GS.OutputTopology); in mapInfoForVersion()
292 IO.mapRequired("OutputStreamMask", StageInfo.GS.OutputStreamMask); in mapInfoForVersion()
293 IO.mapRequired("OutputPositionPresent", StageInfo.GS.OutputPositionPresent); in mapInfoForVersion()
297 StageInfo.HS.InputControlPointCount); in mapInfoForVersion()
299 StageInfo.HS.OutputControlPointCount); in mapInfoForVersion()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h304 PipelinePSVInfo StageInfo; member
314 void swapBytes(Triple::EnvironmentType Stage) { StageInfo.swapBytes(Stage); } in swapBytes()