Searched refs:getWavefrontSize (Results 1 – 11 of 11) sorted by relevance
37 virtual size_t getWavefrontSize() const;54 virtual size_t getWavefrontSize() const;66 virtual size_t getWavefrontSize() const;
39 virtual size_t getWavefrontSize() const;68 virtual size_t getWavefrontSize() const;81 virtual size_t getWavefrontSize() const;
45 size_t AMDGPU7XXDevice::getWavefrontSize() const in getWavefrontSize() function in AMDGPU7XXDevice113 size_t AMDGPU770Device::getWavefrontSize() const in getWavefrontSize() function in AMDGPU770Device126 size_t AMDGPU710Device::getWavefrontSize() const in getWavefrontSize() function in AMDGPU710Device
82 size_t AMDGPUEvergreenDevice::getWavefrontSize() const { in getWavefrontSize() function in AMDGPUEvergreenDevice150 size_t AMDGPUCedarDevice::getWavefrontSize() const { in getWavefrontSize() function in AMDGPUCedarDevice167 size_t AMDGPURedwoodDevice::getWavefrontSize() const { in getWavefrontSize() function in AMDGPURedwoodDevice
70 virtual size_t getWavefrontSize() const = 0;
106 switch(getWavefrontSize()) { in getStackEntrySize()
229 unsigned getWavefrontSize() const { in getWavefrontSize() function
179 return getShaderType() == ShaderType::COMPUTE ? 256 : ST.getWavefrontSize(); in getMaximumWorkGroupSize()
94 if (ST->getWavefrontSize() == 64) { in requiresWorkAroundForInst()105 assert(ST->getWavefrontSize() == 32); in requiresWorkAroundForInst()
490 RoundUpToAlignment(ProgInfo.ScratchSize * STM.getWavefrontSize(), in getSIProgramInfo()
690 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress()