LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxil::ResourceTypeInfo::UAVInfo Struct Reference

#include "llvm/Analysis/DXILResource.h"

Public Member Functions

bool operator== (const UAVInfo &RHS) const
 
bool operator!= (const UAVInfo &RHS) const
 
bool operator< (const UAVInfo &RHS) const
 

Public Attributes

bool IsROV
 

Detailed Description

Definition at line 250 of file DXILResource.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 254 of file DXILResource.h.

References RHS.

◆ operator<()

bool llvm::dxil::ResourceTypeInfo::UAVInfo::operator< ( const UAVInfo RHS) const
inline

Definition at line 255 of file DXILResource.h.

References IsROV, and RHS.

◆ operator==()

bool llvm::dxil::ResourceTypeInfo::UAVInfo::operator== ( const UAVInfo RHS) const
inline

Definition at line 253 of file DXILResource.h.

References IsROV, and RHS.

Member Data Documentation

◆ IsROV

bool llvm::dxil::ResourceTypeInfo::UAVInfo::IsROV

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