Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h207 unsigned getMinFlatWorkGroupSize() const { in getMinFlatWorkGroupSize() function
208 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(SubtargetFeatureBits); in getMinFlatWorkGroupSize()
DSIMachineFunctionInfo.h543 unsigned getMinFlatWorkGroupSize() const { in getMinFlatWorkGroupSize() function
DAMDGPUSubtarget.cpp291 if (Requested.first < getMinFlatWorkGroupSize()) in getFlatWorkGroupSizes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h112 unsigned getMinFlatWorkGroupSize(const FeatureBitset &Features);
DAMDGPUBaseInfo.cpp270 unsigned getMinFlatWorkGroupSize(const FeatureBitset &Features) { in getMinFlatWorkGroupSize() function