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

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDIL7XXDevice.h37 virtual size_t getWavefrontSize() const;
54 virtual size_t getWavefrontSize() const;
66 virtual size_t getWavefrontSize() const;
H A DAMDILEvergreenDevice.h39 virtual size_t getWavefrontSize() const;
68 virtual size_t getWavefrontSize() const;
81 virtual size_t getWavefrontSize() const;
H A DAMDIL7XXDevice.cpp45 size_t AMDGPU7XXDevice::getWavefrontSize() const function in class:AMDGPU7XXDevice
113 size_t AMDGPU770Device::getWavefrontSize() const function in class:AMDGPU770Device
126 size_t AMDGPU710Device::getWavefrontSize() const function in class:AMDGPU710Device
H A DAMDILEvergreenDevice.cpp82 size_t AMDGPUEvergreenDevice::getWavefrontSize() const { function in class:AMDGPUEvergreenDevice
150 size_t AMDGPUCedarDevice::getWavefrontSize() const { function in class:AMDGPUCedarDevice
167 size_t AMDGPURedwoodDevice::getWavefrontSize() const { function in class:AMDGPURedwoodDevice
H A DAMDILDevice.h70 virtual size_t getWavefrontSize() const = 0;
/external/llvm/lib/Target/R600/
H A DSIMachineFunctionInfo.cpp76 return getShaderType() == ShaderType::COMPUTE ? 256 : ST.getWavefrontSize();
H A DAMDGPUSubtarget.cpp93 switch(getWavefrontSize()) {
H A DAMDGPUSubtarget.h202 unsigned getWavefrontSize() const { function in class:llvm::AMDGPUSubtarget
H A DAMDGPUAsmPrinter.cpp388 RoundUpToAlignment(ProgInfo.ScratchSize * STM.getWavefrontSize(),
510 header.wavefront_size = STM.getWavefrontSize();
H A DR600ControlFlowFinalizer.cpp94 if (ST->getWavefrontSize() == 64) {
105 assert(ST->getWavefrontSize() == 32);
H A DSIInstrInfo.cpp575 unsigned WavefrontSize = ST.getWavefrontSize();

Completed in 399 milliseconds