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

#include "llvm/BinaryFormat/DXContainer.h"

Public Member Functions

void swapBytes ()
 

Public Attributes

uint32_t NameOffset
 
uint32_t IndicesOffset
 
uint8_t Rows
 
uint8_t StartRow
 
uint8_t Cols: 4
 
uint8_t StartCol: 2
 
uint8_t Allocated: 1
 
uint8_t Unused: 1
 
SemanticKind Kind
 
ComponentType Type
 
InterpolationMode Mode
 
uint8_t DynamicMask: 4
 
uint8_t Stream: 2
 
uint8_t Unused2: 2
 
uint8_t Reserved
 

Detailed Description

Definition at line 327 of file DXContainer.h.

Member Function Documentation

◆ swapBytes()

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

Member Data Documentation

◆ Allocated

uint8_t llvm::dxbc::PSV::v0::SignatureElement::Allocated

Definition at line 335 of file DXContainer.h.

Referenced by ProcessElementList().

◆ Cols

uint8_t llvm::dxbc::PSV::v0::SignatureElement::Cols

Definition at line 333 of file DXContainer.h.

Referenced by ProcessElementList().

◆ DynamicMask

uint8_t llvm::dxbc::PSV::v0::SignatureElement::DynamicMask

Definition at line 341 of file DXContainer.h.

Referenced by ProcessElementList().

◆ IndicesOffset

uint32_t llvm::dxbc::PSV::v0::SignatureElement::IndicesOffset

Definition at line 329 of file DXContainer.h.

Referenced by ProcessElementList(), and swapBytes().

◆ Kind

SemanticKind llvm::dxbc::PSV::v0::SignatureElement::Kind

Definition at line 337 of file DXContainer.h.

Referenced by ProcessElementList().

◆ Mode

InterpolationMode llvm::dxbc::PSV::v0::SignatureElement::Mode

Definition at line 340 of file DXContainer.h.

Referenced by ProcessElementList().

◆ NameOffset

uint32_t llvm::dxbc::PSV::v0::SignatureElement::NameOffset

Definition at line 328 of file DXContainer.h.

Referenced by llvm::mcdxbc::PSVRuntimeInfo::finalize(), and swapBytes().

◆ Reserved

uint8_t llvm::dxbc::PSV::v0::SignatureElement::Reserved

Definition at line 344 of file DXContainer.h.

◆ Rows

uint8_t llvm::dxbc::PSV::v0::SignatureElement::Rows

Definition at line 331 of file DXContainer.h.

Referenced by ProcessElementList().

◆ StartCol

uint8_t llvm::dxbc::PSV::v0::SignatureElement::StartCol

Definition at line 334 of file DXContainer.h.

Referenced by ProcessElementList().

◆ StartRow

uint8_t llvm::dxbc::PSV::v0::SignatureElement::StartRow

Definition at line 332 of file DXContainer.h.

Referenced by ProcessElementList().

◆ Stream

uint8_t llvm::dxbc::PSV::v0::SignatureElement::Stream

Definition at line 342 of file DXContainer.h.

Referenced by ProcessElementList().

◆ Type

ComponentType llvm::dxbc::PSV::v0::SignatureElement::Type

Definition at line 339 of file DXContainer.h.

Referenced by ProcessElementList().

◆ Unused

uint8_t llvm::dxbc::PSV::v0::SignatureElement::Unused

Definition at line 336 of file DXContainer.h.

◆ Unused2

uint8_t llvm::dxbc::PSV::v0::SignatureElement::Unused2

Definition at line 343 of file DXContainer.h.


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