HomeSort by relevance Sort by last modified time
    Searched refs:getWavefrontSize (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
AMDIL7XXDevice.h 37 virtual size_t getWavefrontSize() const;
54 virtual size_t getWavefrontSize() const;
66 virtual size_t getWavefrontSize() const;
AMDILEvergreenDevice.h 39 virtual size_t getWavefrontSize() const;
68 virtual size_t getWavefrontSize() const;
81 virtual size_t getWavefrontSize() const;
AMDIL7XXDevice.cpp 45 size_t AMDGPU7XXDevice::getWavefrontSize() const
113 size_t AMDGPU770Device::getWavefrontSize() const
126 size_t AMDGPU710Device::getWavefrontSize() const
AMDILDevice.h 70 virtual size_t getWavefrontSize() const = 0;
AMDILEvergreenDevice.cpp 82 size_t AMDGPUEvergreenDevice::getWavefrontSize() const {
150 size_t AMDGPUCedarDevice::getWavefrontSize() const {
167 size_t AMDGPURedwoodDevice::getWavefrontSize() const {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp 106 switch(getWavefrontSize()) {
AMDGPUSubtarget.h 229 unsigned getWavefrontSize() const {
SIMachineFunctionInfo.cpp 179 return getShaderType() == ShaderType::COMPUTE ? 256 : ST.getWavefrontSize();
R600ControlFlowFinalizer.cpp 94 if (ST->getWavefrontSize() == 64) {
105 assert(ST->getWavefrontSize() == 32);
AMDGPUAsmPrinter.cpp 490 RoundUpToAlignment(ProgInfo.ScratchSize * STM.getWavefrontSize(),
SIInstrInfo.cpp 690 unsigned WavefrontSize = ST.getWavefrontSize();
    [all...]

Completed in 3688 milliseconds