Home
last modified time | relevance | path

Searched refs:AMDGPUCypressDevice (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILEvergreenDevice.cpp122 AMDGPUCypressDevice::AMDGPUCypressDevice(AMDGPUSubtarget *ST) in AMDGPUCypressDevice() function in AMDGPUCypressDevice
127 AMDGPUCypressDevice::~AMDGPUCypressDevice() { in ~AMDGPUCypressDevice()
130 void AMDGPUCypressDevice::setCaps() { in setCaps()
DAMDILEvergreenDevice.h51 class AMDGPUCypressDevice : public AMDGPUEvergreenDevice {
53 AMDGPUCypressDevice(AMDGPUSubtarget *ST);
54 virtual ~AMDGPUCypressDevice();
DAMDILDeviceInfo.cpp38 return new AMDGPUCypressDevice(ptr); in getDeviceFromName()