Searched refs:WavefrontSize (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/R600/
H A DAMDGPUSubtarget.h69 unsigned WavefrontSize; member in class:llvm::AMDGPUSubtarget
203 return WavefrontSize;
H A DAMDGPUSubtarget.cpp72 WavefrontSize(0), CFALUBug(false), LocalMemorySize(0),
H A DSIInstrInfo.cpp575 unsigned WavefrontSize = ST.getWavefrontSize(); local
589 WorkGroupSize > WavefrontSize) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILDevice.h100 static const unsigned int WavefrontSize = 64; member in class:llvm::AMDGPUDevice
H A DAMDIL7XXDevice.cpp115 return AMDGPUDevice::WavefrontSize;
H A DAMDILEvergreenDevice.cpp83 return AMDGPUDevice::WavefrontSize;

Completed in 132 milliseconds