LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxbc::PSV::v1::RuntimeInfo Struct Reference

#include "llvm/BinaryFormat/DXContainer.h"

Inheritance diagram for llvm::dxbc::PSV::v1::RuntimeInfo:
Inheritance graph
[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 371 of file DXContainer.h.

Member Function Documentation

◆ swapBytes() [1/2]

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

Definition at line 385 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 374 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 377 of file DXContainer.h.

Referenced by llvm::mcdxbc::PSVRuntimeInfo::finalize().

◆ SigInputVectors

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

Definition at line 382 of file DXContainer.h.

◆ SigOutputElements

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

Definition at line 378 of file DXContainer.h.

Referenced by llvm::mcdxbc::PSVRuntimeInfo::finalize().

◆ SigOutputVectors

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

Definition at line 383 of file DXContainer.h.

◆ SigPatchOrPrimElements

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

Definition at line 379 of file DXContainer.h.

Referenced by llvm::mcdxbc::PSVRuntimeInfo::finalize().

◆ UsesViewID

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

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