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

#include "llvm/BinaryFormat/DXContainer.h"

Inheritance diagram for llvm::dxbc::PSV::v0::RuntimeInfo:
Inheritance graph
[legend]

Public Member Functions

void swapBytes ()
 
void swapBytes (Triple::EnvironmentType Stage)
 

Public Attributes

PipelinePSVInfo StageInfo
 
uint32_t MinimumWaveLaneCount
 
uint32_t MaximumWaveLaneCount
 

Detailed Description

Definition at line 299 of file DXContainer.h.

Member Function Documentation

◆ swapBytes() [1/2]

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

◆ swapBytes() [2/2]

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

Definition at line 310 of file DXContainer.h.

References StageInfo, and llvm::dxbc::PipelinePSVInfo::swapBytes().

Member Data Documentation

◆ MaximumWaveLaneCount

uint32_t llvm::dxbc::PSV::v0::RuntimeInfo::MaximumWaveLaneCount

Definition at line 302 of file DXContainer.h.

Referenced by swapBytes().

◆ MinimumWaveLaneCount

uint32_t llvm::dxbc::PSV::v0::RuntimeInfo::MinimumWaveLaneCount

Definition at line 301 of file DXContainer.h.

Referenced by swapBytes().

◆ StageInfo

PipelinePSVInfo llvm::dxbc::PSV::v0::RuntimeInfo::StageInfo

Definition at line 300 of file DXContainer.h.

Referenced by swapBytes().


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