Home
last modified time | relevance | path

Searched refs:Sampled (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h83 unsigned Sampled : 2; member
91 unsigned Arrayed, unsigned MS, unsigned Sampled,
100 Attrs.Flags.Sampled = Sampled; in SpecialTypeDescriptor()
H A DSPIRVGlobalRegistry.h293 uint32_t Multisampled, uint32_t Sampled,
H A DSPIRVBuiltins.cpp1931 bool Sampled; member
1989 unsigned Dim, Depth, Arrayed, Multisampled, Sampled, Format, AccessQual; in lookupOrParseBuiltinImageType() local
1995 TypeParameters[5].getAsInteger(10, Sampled) || in lookupOrParseBuiltinImageType()
2005 static_cast<bool>(Sampled), SPIRV::ImageFormat::ImageFormat(Format)}); in lookupOrParseBuiltinImageType()
2077 Record.get()->Sampled, Record.get()->Format, in getImageType()
H A DSPIRVGlobalRegistry.cpp825 uint32_t Depth, uint32_t Arrayed, uint32_t Multisampled, uint32_t Sampled, in getOrCreateOpTypeImage() argument
829 Arrayed, Multisampled, Sampled, ImageFormat, in getOrCreateOpTypeImage()
842 .addImm(Sampled) // Sampled (0 = usage known at runtime). in getOrCreateOpTypeImage()
H A DSPIRVBuiltins.td1163 bit Sampled = false;
1171 "Depth", "Multisampled", "Sampled", "Format"];
/openbsd-src/gnu/llvm/clang/docs/
H A DUsersManual.rst2388 - Sampled line represents the profile information of a source location.