Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h225 unsigned MaxOpenCLWorkGroupSize; variable
706 unsigned getMaxOpenCLWorkGroupSize() const { return MaxOpenCLWorkGroupSize; } in getMaxOpenCLWorkGroupSize()
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp140 MaxOpenCLWorkGroupSize = 1024; in TargetInfo()