Searched refs:Sampled (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVDuplicatesTracker.h | 83 unsigned Sampled : 2; member 91 unsigned Arrayed, unsigned MS, unsigned Sampled, 100 Attrs.Flags.Sampled = Sampled; in SpecialTypeDescriptor()
|
| H A D | SPIRVGlobalRegistry.h | 293 uint32_t Multisampled, uint32_t Sampled,
|
| H A D | SPIRVBuiltins.cpp | 1931 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 D | SPIRVGlobalRegistry.cpp | 825 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 D | SPIRVBuiltins.td | 1163 bit Sampled = false; 1171 "Depth", "Multisampled", "Sampled", "Format"];
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | UsersManual.rst | 2388 - Sampled line represents the profile information of a source location.
|