LLVM 22.0.0git
|
#include "Target/SPIRV/SPIRVIRMapping.h"
Public Attributes | |
unsigned | Dim: 3 |
unsigned | Depth: 2 |
unsigned | Arrayed: 1 |
unsigned | MS: 1 |
unsigned | Sampled: 2 |
unsigned | ImageFormat: 6 |
unsigned | AQ: 2 |
Definition at line 74 of file SPIRVIRMapping.h.
unsigned llvm::SPIRV::ImageAttrs::BitFlags::AQ |
Definition at line 81 of file SPIRVIRMapping.h.
Referenced by llvm::SPIRV::ImageAttrs::ImageAttrs().
unsigned llvm::SPIRV::ImageAttrs::BitFlags::Arrayed |
Definition at line 77 of file SPIRVIRMapping.h.
Referenced by llvm::SPIRV::ImageAttrs::ImageAttrs().
unsigned llvm::SPIRV::ImageAttrs::BitFlags::Depth |
Definition at line 76 of file SPIRVIRMapping.h.
Referenced by llvm::SPIRV::ImageAttrs::ImageAttrs().
unsigned llvm::SPIRV::ImageAttrs::BitFlags::Dim |
Definition at line 75 of file SPIRVIRMapping.h.
Referenced by llvm::SPIRV::ImageAttrs::ImageAttrs().
unsigned llvm::SPIRV::ImageAttrs::BitFlags::ImageFormat |
Definition at line 80 of file SPIRVIRMapping.h.
Referenced by llvm::SPIRV::ImageAttrs::ImageAttrs().
unsigned llvm::SPIRV::ImageAttrs::BitFlags::MS |
Definition at line 78 of file SPIRVIRMapping.h.
Referenced by llvm::SPIRV::ImageAttrs::ImageAttrs().
unsigned llvm::SPIRV::ImageAttrs::BitFlags::Sampled |
Definition at line 79 of file SPIRVIRMapping.h.
Referenced by llvm::SPIRV::ImageAttrs::ImageAttrs().