Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h219 virtual unsigned getMinFlatWorkGroupSize() const = 0;
1195 unsigned getMinFlatWorkGroupSize() const override { in getMinFlatWorkGroupSize() function
1196 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
1332 unsigned getMinFlatWorkGroupSize() const override { in getMinFlatWorkGroupSize() function
1333 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
DSIMachineFunctionInfo.h830 unsigned getMinFlatWorkGroupSize() const {
DAMDGPUSubtarget.cpp378 if (Requested.first < getMinFlatWorkGroupSize()) in getFlatWorkGroupSizes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h113 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI);
DAMDGPUBaseInfo.cpp312 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMinFlatWorkGroupSize() function