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

#include "llvm/BinaryFormat/DXContainer.h"

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

Public Member Functions

void swapBytes ()
 
void swapBytes (Triple::EnvironmentType Stage)
 
- Public Member Functions inherited from llvm::dxbc::PSV::v1::RuntimeInfo
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

uint32_t NumThreadsX
 
uint32_t NumThreadsY
 
uint32_t NumThreadsZ
 
- Public Attributes inherited from llvm::dxbc::PSV::v1::RuntimeInfo
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 399 of file DXContainer.h.

Member Function Documentation

◆ swapBytes() [1/2]

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

◆ swapBytes() [2/2]

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

Definition at line 410 of file DXContainer.h.

References llvm::dxbc::PSV::v1::RuntimeInfo::swapBytes().

Member Data Documentation

◆ NumThreadsX

uint32_t llvm::dxbc::PSV::v2::RuntimeInfo::NumThreadsX

Definition at line 400 of file DXContainer.h.

Referenced by swapBytes().

◆ NumThreadsY

uint32_t llvm::dxbc::PSV::v2::RuntimeInfo::NumThreadsY

Definition at line 401 of file DXContainer.h.

Referenced by swapBytes().

◆ NumThreadsZ

uint32_t llvm::dxbc::PSV::v2::RuntimeInfo::NumThreadsZ

Definition at line 402 of file DXContainer.h.

Referenced by swapBytes().


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