| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/HLSL/ |
| H A D | HLSLResource.h | 27 Sampler, enumerator 49 Sampler, enumerator
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 397 def Sampler : Type<"sampler_t", QualType<"Context.OCLSamplerTy">>; 1250 …def : Builtin<"read_imagef", [VectorType<Float, 4>, ImageType<imgTy, "RO">, Sampler, coordTy], Att… 1251 …def : Builtin<"read_imagei", [VectorType<Int, 4>, ImageType<imgTy, "RO">, Sampler, coordTy], Attr.… 1252 …def : Builtin<"read_imageui", [VectorType<UInt, 4>, ImageType<imgTy, "RO">, Sampler, coordTy], Att… 1257 …def : Builtin<"read_imagef", [VectorType<Float, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<co… 1258 …def : Builtin<"read_imagei", [VectorType<Int, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<coor… 1259 …def : Builtin<"read_imageui", [VectorType<UInt, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<co… 1264 …def : Builtin<"read_imagef", [VectorType<Float, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<co… 1265 …def : Builtin<"read_imagei", [VectorType<Int, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<coor… 1266 …def : Builtin<"read_imageui", [VectorType<UInt, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<co… [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainerConstants.def | 33 SHADER_FLAG(21, SamplerFeedback, "Sampler feedback") 38 SHADER_FLAG(26, SamplerDescriptorHeapIndexing, "Sampler descriptor heap indexing")
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | gfx8_ssamp.rst | 13 Sampler constant used to specify filtering options applied to the image data after it is read.
|
| H A D | gfx1030_ssamp.rst | 13 Sampler constant used to specify filtering options applied to the image data after it is read.
|
| H A D | gfx90a_ssamp.rst | 13 Sampler constant used to specify filtering options applied to the image data after it is read.
|
| H A D | gfx9_ssamp.rst | 13 Sampler constant used to specify filtering options applied to the image data after it is read.
|
| H A D | gfx7_ssamp.rst | 13 Sampler constant used to specify filtering options applied to the image data after it is read.
|
| H A D | gfx11_ssamp.rst | 13 Sampler constant used to specify filtering options applied to the image data after it is read.
|
| H A D | gfx10_ssamp.rst | 13 Sampler constant used to specify filtering options applied to the image data after it is read.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | R600MCCodeEmitter.cpp | 108 int64_t Sampler = MI.getOperand(14).getImm(); in encodeInstruction() local 123 uint32_t Word2 = Sampler << 15 | SrcSelect[ELEMENT_X] << 20 | in encodeInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
| H A D | DXILResource.cpp | 124 case Kinds::Sampler: in printComponentType() 164 case Kinds::Sampler: in getKindName() 206 case Kinds::Sampler: in printKind()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.cpp | 1244 Register Sampler = Call->Arguments[1]; in generateReadImageInst() local 1246 if (!GR->isScalarOfType(Sampler, SPIRV::OpTypeSampler) && in generateReadImageInst() 1247 getDefInstrMaybeConstant(Sampler, MRI)->getOperand(1).isCImm()) { in generateReadImageInst() 1248 uint64_t SamplerMask = getIConstVal(Sampler, MRI); in generateReadImageInst() 1249 Sampler = GR->buildConstantSampler( in generateReadImageInst() 1253 GR->getSPIRVTypeForVReg(Sampler)); in generateReadImageInst() 1264 .addUse(Sampler); in generateReadImageInst() 1329 Register Sampler = GR->buildConstantSampler( in generateSampleImageInst() local 1333 return Sampler.isValid(); in generateSampleImageInst()
|
| H A D | SPIRVGlobalRegistry.cpp | 422 auto Sampler = in buildConstantSampler() local 427 .addDef(Sampler) in buildConstantSampler()
|
| H A D | SPIRVBuiltins.td | 1137 def : DemangledType<"spirv.Sampler", OpTypeSampler>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertHardClauses.cpp | 130 if (BaseInfo->Sampler) in getHardClauseType()
|
| H A D | MIMGInstructions.td | 40 bit Sampler = 0; 60 let Fields = ["BaseOpcode", "Store", "Atomic", "AtomicX2", "Sampler", 1080 let Sampler = 1;
|
| H A D | AMDGPUHSAMetadataStreamer.cpp | 131 .Case("sampler_t", ValueKind::Sampler) in getValueKind()
|
| H A D | AMDGPUInstCombineIntrinsic.cpp | 261 AMDGPU::getMIMGBaseOpcodeInfo(ImageDimIntr->BaseOpcode)->Sampler; in simplifyAMDGCNImageIntrinsic()
|
| H A D | SIInsertWaitcnts.cpp | 157 : BaseInfo->Sampler ? VMEM_SAMPLER : VMEM_NOSAMPLER; in getVmemType()
|
| H A D | SILoadStoreOptimizer.cpp | 625 if (Info && AMDGPU::getMIMGBaseOpcodeInfo(Info->BaseOpcode)->Sampler) in getRegs()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | AMDGPUMetadata.h | 82 Sampler = 3, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | AMDGPUMetadata.cpp | 56 YIO.enumCase(EN, "Sampler", ValueKind::Sampler); in enumeration()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 256 return llvm::hlsl::ResourceKind::Sampler; in castResourceShapeToResourceKind()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 331 bool Sampler; member
|