Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h236 unsigned MaxOpenCLWorkGroupSize; variable
723 unsigned getMaxOpenCLWorkGroupSize() const { return MaxOpenCLWorkGroupSize; } in getMaxOpenCLWorkGroupSize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp147 MaxOpenCLWorkGroupSize = 1024; in TargetInfo()