Searched defs:AMDGPUCedarDevice (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILEvergreenDevice.h60 // The AMDGPUCedarDevice is the class that represents all of the 'Cedar' based
64 class AMDGPUCedarDevice : public AMDGPUEvergreenDevice { class in namespace:llvm
66 AMDGPUCedarDevice(AMDGPUSubtarget *ST);
67 virtual ~AMDGPUCedarDevice();
71 }; // AMDGPUCedarDevice
H A DAMDILEvergreenDevice.cpp138 AMDGPUCedarDevice::AMDGPUCedarDevice(AMDGPUSubtarget *ST) function in class:AMDGPUCedarDevice
143 AMDGPUCedarDevice::~AMDGPUCedarDevice() {
146 void AMDGPUCedarDevice::setCaps() {
150 size_t AMDGPUCedarDevice::getWavefrontSize() const {

Completed in 89 milliseconds