Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h78 unsigned WavefrontSize; variable
230 return WavefrontSize; in getWavefrontSize()
DAMDGPUSubtarget.cpp74 WavefrontSize(0), CFALUBug(false), LocalMemorySize(0), in AMDGPUSubtarget()
DAMDGPU.td142 "WavefrontSize",
DSIInstrInfo.cpp690 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress() local
704 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()