Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h85 unsigned ImageFormat : 6; member
93 unsigned ImageFormat, unsigned AQ = 0)
102 Attrs.Flags.ImageFormat = ImageFormat; in SpecialTypeDescriptor()
H A DSPIRVGlobalRegistry.h297 SPIRV::ImageFormat::ImageFormat ImageFormat,
H A DSPIRVGlobalRegistry.cpp855 SPIRV::ImageFormat::ImageFormat ImageFormat, in getOrCreateOpTypeImage() argument
858 Arrayed, Multisampled, Sampled, ImageFormat, in getOrCreateOpTypeImage()
872 .addImm(ImageFormat) in getOrCreateOpTypeImage()
H A DSPIRVSymbolicOperands.td776 // Multiclass used to define ImageFormat enum values and at the same time
780 def ImageFormat : GenericEnum, Operand<i32> {
781 let FilterClass = "ImageFormat";
787 class ImageFormat<string name, bits<32> value> {
793 def NAME : ImageFormat<NAME, value>;
H A DSPIRVModuleAnalysis.cpp635 auto ImgFormat = static_cast<SPIRV::ImageFormat::ImageFormat>(ImgFormatOp); in addOpTypeImageReqs()
H A DSPIRVBuiltins.cpp2059 SPIRV::ImageFormat::ImageFormat(ExtensionType->getIntParameter(5)), in getImageType()
H A DSPIRVInstrInfo.td167 i32imm:$arrayed, i32imm:$MS, i32imm:$sampled, ImageFormat:$imFormat, variable_ops),
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h84 namespace ImageFormat {