LLVM 22.0.0git
llvm::dxbc::PSV::v1::RuntimeInfo Struct Reference

#include "llvm/BinaryFormat/DXContainer.h"

Inheritance diagram for llvm::dxbc::PSV::v1::RuntimeInfo:
[legend]

Public Member Functions

void swapBytes ()
void swapBytes (Triple::EnvironmentType Stage)
Public Member Functions inherited from llvm::dxbc::PSV::v0::RuntimeInfo
void swapBytes ()
void swapBytes (Triple::EnvironmentType Stage)

Public Attributes

uint8_t ShaderStage
uint8_t UsesViewID
GeometryExtraInfo GeomData
uint8_t SigInputElements
uint8_t SigOutputElements
uint8_t SigPatchOrPrimElements
uint8_t SigInputVectors
uint8_t SigOutputVectors [4]
Public Attributes inherited from llvm::dxbc::PSV::v0::RuntimeInfo
PipelinePSVInfo StageInfo
uint32_t MinimumWaveLaneCount
uint32_t MaximumWaveLaneCount

Detailed Description

Definition at line 541 of file DXContainer.h.

Member Function Documentation

◆ swapBytes() [1/2]

void llvm::dxbc::PSV::v1::RuntimeInfo::swapBytes ( )
inline

Definition at line 555 of file DXContainer.h.

Referenced by llvm::dxbc::PSV::v2::RuntimeInfo::swapBytes().

◆ swapBytes() [2/2]

void llvm::dxbc::PSV::v1::RuntimeInfo::swapBytes ( Triple::EnvironmentType Stage)
inline

Member Data Documentation

◆ GeomData

GeometryExtraInfo llvm::dxbc::PSV::v1::RuntimeInfo::GeomData

Definition at line 544 of file DXContainer.h.

Referenced by swapBytes().

◆ ShaderStage

uint8_t llvm::dxbc::PSV::v1::RuntimeInfo::ShaderStage

◆ SigInputElements

uint8_t llvm::dxbc::PSV::v1::RuntimeInfo::SigInputElements

Definition at line 547 of file DXContainer.h.

◆ SigInputVectors

uint8_t llvm::dxbc::PSV::v1::RuntimeInfo::SigInputVectors

Definition at line 552 of file DXContainer.h.

◆ SigOutputElements

uint8_t llvm::dxbc::PSV::v1::RuntimeInfo::SigOutputElements

Definition at line 548 of file DXContainer.h.

◆ SigOutputVectors

uint8_t llvm::dxbc::PSV::v1::RuntimeInfo::SigOutputVectors[4]

Definition at line 553 of file DXContainer.h.

◆ SigPatchOrPrimElements

uint8_t llvm::dxbc::PSV::v1::RuntimeInfo::SigPatchOrPrimElements

Definition at line 549 of file DXContainer.h.

◆ UsesViewID

uint8_t llvm::dxbc::PSV::v1::RuntimeInfo::UsesViewID

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