Home
last modified time | relevance | path

Searched refs:getWavefrontSize (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDIL7XXDevice.h37 virtual size_t getWavefrontSize() const;
54 virtual size_t getWavefrontSize() const;
66 virtual size_t getWavefrontSize() const;
DAMDILEvergreenDevice.h39 virtual size_t getWavefrontSize() const;
68 virtual size_t getWavefrontSize() const;
81 virtual size_t getWavefrontSize() const;
DAMDIL7XXDevice.cpp45 size_t AMDGPU7XXDevice::getWavefrontSize() const in getWavefrontSize() function in AMDGPU7XXDevice
113 size_t AMDGPU770Device::getWavefrontSize() const in getWavefrontSize() function in AMDGPU770Device
126 size_t AMDGPU710Device::getWavefrontSize() const in getWavefrontSize() function in AMDGPU710Device
DAMDILEvergreenDevice.cpp82 size_t AMDGPUEvergreenDevice::getWavefrontSize() const { in getWavefrontSize() function in AMDGPUEvergreenDevice
150 size_t AMDGPUCedarDevice::getWavefrontSize() const { in getWavefrontSize() function in AMDGPUCedarDevice
167 size_t AMDGPURedwoodDevice::getWavefrontSize() const { in getWavefrontSize() function in AMDGPURedwoodDevice
DAMDILDevice.h70 virtual size_t getWavefrontSize() const = 0;
/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp106 switch(getWavefrontSize()) { in getStackEntrySize()
DAMDGPUSubtarget.h229 unsigned getWavefrontSize() const { in getWavefrontSize() function
DSIMachineFunctionInfo.cpp179 return getShaderType() == ShaderType::COMPUTE ? 256 : ST.getWavefrontSize(); in getMaximumWorkGroupSize()
DR600ControlFlowFinalizer.cpp94 if (ST->getWavefrontSize() == 64) { in requiresWorkAroundForInst()
105 assert(ST->getWavefrontSize() == 32); in requiresWorkAroundForInst()
DAMDGPUAsmPrinter.cpp490 RoundUpToAlignment(ProgInfo.ScratchSize * STM.getWavefrontSize(), in getSIProgramInfo()
DSIInstrInfo.cpp690 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress()