Thanks to visit codestin.com
Credit goes to llvm.org

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

#include "llvm/BinaryFormat/DXContainer.h"

Inheritance diagram for llvm::dxbc::PSV::v2::RuntimeInfo:
[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 569 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 580 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 570 of file DXContainer.h.

Referenced by swapBytes().

◆ NumThreadsY

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

Definition at line 571 of file DXContainer.h.

Referenced by swapBytes().

◆ NumThreadsZ

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

Definition at line 572 of file DXContainer.h.

Referenced by swapBytes().


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