LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxbc::PipelinePSVInfo Union Reference

#include "llvm/BinaryFormat/DXContainer.h"

Public Member Functions

void swapBytes (Triple::EnvironmentType Stage)
 

Public Attributes

VertexPSVInfo VS
 
HullPSVInfo HS
 
DomainPSVInfo DS
 
GeometryPSVInfo GS
 
PixelPSVInfo PS
 
MeshPSVInfo MS
 
AmplificationPSVInfo AS
 

Detailed Description

Definition at line 234 of file DXContainer.h.

Member Function Documentation

◆ swapBytes()

void llvm::dxbc::PipelinePSVInfo::swapBytes ( Triple::EnvironmentType  Stage)
inline

Member Data Documentation

◆ AS

AmplificationPSVInfo llvm::dxbc::PipelinePSVInfo::AS

Definition at line 241 of file DXContainer.h.

Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().

◆ DS

DomainPSVInfo llvm::dxbc::PipelinePSVInfo::DS

Definition at line 237 of file DXContainer.h.

Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().

◆ GS

GeometryPSVInfo llvm::dxbc::PipelinePSVInfo::GS

Definition at line 238 of file DXContainer.h.

Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().

◆ HS

HullPSVInfo llvm::dxbc::PipelinePSVInfo::HS

Definition at line 236 of file DXContainer.h.

Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().

◆ MS

MeshPSVInfo llvm::dxbc::PipelinePSVInfo::MS

Definition at line 240 of file DXContainer.h.

Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().

◆ PS

PixelPSVInfo llvm::dxbc::PipelinePSVInfo::PS

Definition at line 239 of file DXContainer.h.

Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().

◆ VS

VertexPSVInfo llvm::dxbc::PipelinePSVInfo::VS

Definition at line 235 of file DXContainer.h.

Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().


The documentation for this union was generated from the following file: