LLVM 20.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
Public Attributes | |
uint32_t | InputControlPointCount |
uint32_t | OutputControlPointCount |
uint32_t | TessellatorDomain |
uint32_t | TessellatorOutputPrimitive |
Definition at line 166 of file DXContainer.h.
|
inline |
Definition at line 172 of file DXContainer.h.
References InputControlPointCount, OutputControlPointCount, llvm::sys::swapByteOrder(), TessellatorDomain, and TessellatorOutputPrimitive.
Referenced by llvm::dxbc::PipelinePSVInfo::swapBytes().
uint32_t llvm::dxbc::HullPSVInfo::InputControlPointCount |
Definition at line 167 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint32_t llvm::dxbc::HullPSVInfo::OutputControlPointCount |
Definition at line 168 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint32_t llvm::dxbc::HullPSVInfo::TessellatorDomain |
Definition at line 169 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint32_t llvm::dxbc::HullPSVInfo::TessellatorOutputPrimitive |
Definition at line 170 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().