LLVM 20.0.0git
|
#include "Target/AMDGPU/Utils/AMDGPUBaseInfo.h"
Public Attributes | |
unsigned | Format |
unsigned | BitsPerComp |
unsigned | NumComponents |
unsigned | NumFormat |
unsigned | DataFormat |
Definition at line 87 of file AMDGPUBaseInfo.h.
unsigned llvm::AMDGPU::GcnBufferFormatInfo::BitsPerComp |
Definition at line 89 of file AMDGPUBaseInfo.h.
Referenced by getBufferFormatWithCompCount().
unsigned llvm::AMDGPU::GcnBufferFormatInfo::DataFormat |
Definition at line 92 of file AMDGPUBaseInfo.h.
unsigned llvm::AMDGPU::GcnBufferFormatInfo::Format |
Definition at line 88 of file AMDGPUBaseInfo.h.
Referenced by getBufferFormatWithCompCount().
unsigned llvm::AMDGPU::GcnBufferFormatInfo::NumComponents |
Definition at line 90 of file AMDGPUBaseInfo.h.
unsigned llvm::AMDGPU::GcnBufferFormatInfo::NumFormat |
Definition at line 91 of file AMDGPUBaseInfo.h.
Referenced by getBufferFormatWithCompCount().