Home
last modified time | relevance | path

Searched refs:WavefrontSize (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h63 unsigned WavefrontSize; variable
139 return WavefrontSize; in getWavefrontSize()
DAMDGPUSubtarget.cpp76 WavefrontSize(64), in AMDGPUSubtarget()
DAMDGPU.td94 "WavefrontSize",
DSIInstrInfo.cpp735 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress() local
748 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILDevice.h100 static const unsigned int WavefrontSize = 64; variable
DAMDIL7XXDevice.cpp115 return AMDGPUDevice::WavefrontSize; in getWavefrontSize()
DAMDILEvergreenDevice.cpp83 return AMDGPUDevice::WavefrontSize; in getWavefrontSize()