Home
last modified time | relevance | path

Searched refs:hasOpenCLImageSupport (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h92 bool hasOpenCLImageSupport() const { return true; } in hasOpenCLImageSupport() function
H A DSPIRVModuleAnalysis.cpp637 if (ST.hasOpenCLImageSupport()) { in initAvailableCapabilitiesForOpenCL()