LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxil::ResourceBinding Struct Reference

#include "llvm/Transforms/Utils/DXILResource.h"

Public Member Functions

bool operator== (const ResourceBinding &RHS) const
 
bool operator!= (const ResourceBinding &RHS) const
 

Public Attributes

uint32_t Space
 
uint32_t LowerBound
 
uint32_t Size
 

Detailed Description

Definition at line 19 of file DXILResource.h.

Member Function Documentation

◆ operator!=()

bool llvm::dxil::ResourceBinding::operator!= ( const ResourceBinding RHS) const
inline

Definition at line 28 of file DXILResource.h.

References RHS.

◆ operator==()

bool llvm::dxil::ResourceBinding::operator== ( const ResourceBinding RHS) const
inline

Definition at line 24 of file DXILResource.h.

References LowerBound, RHS, Size, and Space.

Member Data Documentation

◆ LowerBound

uint32_t llvm::dxil::ResourceBinding::LowerBound

Definition at line 21 of file DXILResource.h.

Referenced by llvm::dxil::ResourceInfo::getAsMetadata(), and operator==().

◆ Size

uint32_t llvm::dxil::ResourceBinding::Size

Definition at line 22 of file DXILResource.h.

Referenced by llvm::dxil::ResourceInfo::getAsMetadata(), and operator==().

◆ Space

uint32_t llvm::dxil::ResourceBinding::Space

Definition at line 20 of file DXILResource.h.

Referenced by llvm::dxil::ResourceInfo::getAsMetadata(), and operator==().


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