LLVM 19.0.0git
Public Attributes | List of all members
llvm::AMDGPU::GcnBufferFormatInfo Struct Reference

#include "Target/AMDGPU/Utils/AMDGPUBaseInfo.h"

Public Attributes

unsigned Format
 
unsigned BitsPerComp
 
unsigned NumComponents
 
unsigned NumFormat
 
unsigned DataFormat
 

Detailed Description

Definition at line 81 of file AMDGPUBaseInfo.h.

Member Data Documentation

◆ BitsPerComp

unsigned llvm::AMDGPU::GcnBufferFormatInfo::BitsPerComp

Definition at line 83 of file AMDGPUBaseInfo.h.

Referenced by getBufferFormatWithCompCount().

◆ DataFormat

unsigned llvm::AMDGPU::GcnBufferFormatInfo::DataFormat

Definition at line 86 of file AMDGPUBaseInfo.h.

◆ Format

unsigned llvm::AMDGPU::GcnBufferFormatInfo::Format

Definition at line 82 of file AMDGPUBaseInfo.h.

Referenced by getBufferFormatWithCompCount().

◆ NumComponents

unsigned llvm::AMDGPU::GcnBufferFormatInfo::NumComponents

Definition at line 84 of file AMDGPUBaseInfo.h.

◆ NumFormat

unsigned llvm::AMDGPU::GcnBufferFormatInfo::NumFormat

Definition at line 85 of file AMDGPUBaseInfo.h.

Referenced by getBufferFormatWithCompCount().


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