Home
last modified time | relevance | path

Searched refs:Sampler (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/HLSL/
H A DHLSLResource.h27 Sampler, enumerator
49 Sampler, enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DOpenCLBuiltins.td397 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 DDXContainerConstants.def33 SHADER_FLAG(21, SamplerFeedback, "Sampler feedback")
38 SHADER_FLAG(26, SamplerDescriptorHeapIndexing, "Sampler descriptor heap indexing")
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx8_ssamp.rst13 Sampler constant used to specify filtering options applied to the image data after it is read.
H A Dgfx1030_ssamp.rst13 Sampler constant used to specify filtering options applied to the image data after it is read.
H A Dgfx90a_ssamp.rst13 Sampler constant used to specify filtering options applied to the image data after it is read.
H A Dgfx9_ssamp.rst13 Sampler constant used to specify filtering options applied to the image data after it is read.
H A Dgfx7_ssamp.rst13 Sampler constant used to specify filtering options applied to the image data after it is read.
H A Dgfx11_ssamp.rst13 Sampler constant used to specify filtering options applied to the image data after it is read.
H A Dgfx10_ssamp.rst13 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 DR600MCCodeEmitter.cpp108 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 DDXILResource.cpp124 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 DSPIRVBuiltins.cpp1244 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 DSPIRVGlobalRegistry.cpp422 auto Sampler = in buildConstantSampler() local
427 .addDef(Sampler) in buildConstantSampler()
H A DSPIRVBuiltins.td1137 def : DemangledType<"spirv.Sampler", OpTypeSampler>;
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp130 if (BaseInfo->Sampler) in getHardClauseType()
H A DMIMGInstructions.td40 bit Sampler = 0;
60 let Fields = ["BaseOpcode", "Store", "Atomic", "AtomicX2", "Sampler",
1080 let Sampler = 1;
H A DAMDGPUHSAMetadataStreamer.cpp131 .Case("sampler_t", ValueKind::Sampler) in getValueKind()
H A DAMDGPUInstCombineIntrinsic.cpp261 AMDGPU::getMIMGBaseOpcodeInfo(ImageDimIntr->BaseOpcode)->Sampler; in simplifyAMDGCNImageIntrinsic()
H A DSIInsertWaitcnts.cpp157 : BaseInfo->Sampler ? VMEM_SAMPLER : VMEM_NOSAMPLER; in getVmemType()
H A DSILoadStoreOptimizer.cpp625 if (Info && AMDGPU::getMIMGBaseOpcodeInfo(Info->BaseOpcode)->Sampler) in getRegs()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h82 Sampler = 3, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAMDGPUMetadata.cpp56 YIO.enumCase(EN, "Sampler", ValueKind::Sampler); in enumeration()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp256 return llvm::hlsl::ResourceKind::Sampler; in castResourceShapeToResourceKind()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h331 bool Sampler; member

12