Home
last modified time | relevance | path

Searched refs:getSamplerType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp41 return getSamplerType(T); in convertOpenCLSpecificType()
69 llvm::Type *CGOpenCLRuntime::getSamplerType(const Type *T) { in getSamplerType() function in CGOpenCLRuntime
H A DCodeGenModule.cpp7964 auto *SamplerT = getOpenCLRuntime().getSamplerType(E->getType().getTypePtr()); in createOpenCLIntToSamplerConversion()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp362 llvm::to_underlying(RTy->getSamplerType())); in createElementStruct()
477 dxil::SamplerType ResourceTypeInfo::getSamplerType() const { in getSamplerType() function in ResourceTypeInfo
479 return cast<SamplerExtType>(HandleTy)->getSamplerType(); in getSamplerType()
565 if (isSampler() && RHS.isSampler() && getSamplerType() < RHS.getSamplerType()) in operator <()
590 OS << " Sampler Type: " << getSamplerTypeName(getSamplerType()) << "\n"; in print()
651 MDVals.push_back(getIntMD(llvm::to_underlying(RTI.getSamplerType()))); in getAsMetadata()
705 SamplerCmpOrHasCounter = RTI.getSamplerType() == SamplerType::Comparison; in getAnnotateProps()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h194 dxil::SamplerType getSamplerType() const { in getSamplerType() function
317 LLVM_ABI dxil::SamplerType getSamplerType() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp3055 static SPIRVType *getSamplerType(MachineIRBuilder &MIRBuilder, in getSamplerType() function
3273 TargetType = getSamplerType(MIRBuilder, GR); in lowerBuiltinType()