Home
last modified time | relevance | path

Searched refs:ImageFormat (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h75 unsigned ImageFormat : 6; member
81 unsigned Sampled, unsigned ImageFormat, unsigned AQ = 0) {
88 Flags.ImageFormat = ImageFormat;
96 unsigned ImageFormat, unsigned AQ = 0) {
99 ImageAttrs(Dim, Depth, Arrayed, MS, Sampled, ImageFormat, AQ).Val,
H A DSPIRVGlobalRegistry.h530 SPIRV::ImageFormat::ImageFormat ImageFormat,
H A DSPIRVGlobalRegistry.cpp1115 SPIRV::ImageFormat::ImageFormat ImageFormat, in getOrCreateOpTypeImage() argument
1119 ImageFormat, AccessQual); in getOrCreateOpTypeImage()
1132 .addImm(ImageFormat) in getOrCreateOpTypeImage()
H A DSPIRVSymbolicOperands.td807 // Multiclass used to define ImageFormat enum values and at the same time
811 def ImageFormat : GenericEnum, Operand<i32> {
812 let FilterClass = "ImageFormat";
818 class ImageFormat<string name, bits<32> value> {
824 def NAME : ImageFormat<NAME, value>;
H A DSPIRVModuleAnalysis.cpp726 auto ImgFormat = static_cast<SPIRV::ImageFormat::ImageFormat>(ImgFormatOp); in addOpTypeImageReqs()
H A DSPIRVBuiltins.cpp2733 SPIRV::ImageFormat::ImageFormat(ExtensionType->getIntParameter(5)), in getImageType()
H A DSPIRVInstrInfo.td184 i32imm:$arrayed, i32imm:$MS, i32imm:$sampled, ImageFormat:$imFormat, variable_ops),
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h85 namespace ImageFormat {